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 67be6b8 commit 7768420Copy full SHA for 7768420
.github/workflows/build.yaml
@@ -34,12 +34,6 @@ jobs:
34
path: |
35
*/build/test-results
36
*/build/reports
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
41
- run: |
42
- sed -i 's#${{ github.workspace }}/##' build/reports/detekt/*.sarif
43
- name: Upload SARIF file
44
uses: github/codeql-action/upload-sarif@v3
45
with:
0 commit comments