Skip to content

Commit 3be85ca

Browse files
authored
Merge pull request #368 from OpenBankProject/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 1 to 3
2 parents f72081b + a0132bf commit 3be85ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
- name: Fix .trivy permissions
4646
run: sudo chown -R $(stat . -c %u:%g) .trivy
4747
- name: Upload Trivy scan results to GitHub Security tab
48-
uses: github/codeql-action/upload-sarif@v1
48+
uses: github/codeql-action/upload-sarif@v3
4949
with:
5050
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)