We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6843e6 commit f7cd103Copy full SHA for f7cd103
.github/workflows/build.yaml
@@ -37,7 +37,7 @@ jobs:
37
# In theory, the upload action should take care of stripping the GitHub
38
# runner workspace path from the file paths. But somehow that doesn't
39
# work. So do it manually.
40
- - name: relativize SARIF file paths
+ - name: Relativize SARIF file paths
41
run: |
42
sed -i 's#${{ github.workspace }}/##' build/reports/detekt/*.sarif
43
- name: Upload SARIF file
0 commit comments