Skip to content

Commit

Permalink
Merge pull request #368 from OpenBankProject/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/github/codeql-action-3

Bump github/codeql-action from 1 to 3
  • Loading branch information
tawoe authored Nov 25, 2024
2 parents f72081b + a0132bf commit 3be85ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
- name: Fix .trivy permissions
run: sudo chown -R $(stat . -c %u:%g) .trivy
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results.sarif'

0 comments on commit 3be85ca

Please sign in to comment.