Skip to content

Commit 108b392

Browse files
authored
Merge pull request #440 from modelix/bugfix/code-scanning
ci: let GitHub find files for detekt reported code scanning issues
2 parents beedfcf + 7768420 commit 108b392

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ jobs:
3434
path: |
3535
*/build/test-results
3636
*/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
4337
- name: Upload SARIF file
4438
uses: github/codeql-action/upload-sarif@v3
4539
with:

0 commit comments

Comments
 (0)