Skip to content

Commit 67be6b8

Browse files
authored
Merge pull request #421 from modelix/dependabot/github_actions/github/codeql-action-3
build(deps): bump github/codeql-action from 2 to 3
2 parents 2696fe2 + cf1b852 commit 67be6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
sed -i 's#${{ github.workspace }}/##' build/reports/detekt/*.sarif
4343
- name: Upload SARIF file
44-
uses: github/codeql-action/upload-sarif@v2
44+
uses: github/codeql-action/upload-sarif@v3
4545
with:
4646
sarif_file: 'build/reports/detekt/'
4747
category: detekt

0 commit comments

Comments
 (0)