Merge pull request #368 from OpenBankProject/dependabot/github_actions/github/codeql-action-3

Bump github/codeql-action from 1 to 3
This commit is contained in:
tawoe 2024-11-25 11:19:20 +01:00 committed by GitHub
commit 3be85caa90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'