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

Bump github/codeql-action from 1 to 3
This commit is contained in:
Simon Redfern 2025-02-27 12:10:05 +01:00 committed by GitHub
commit 1c28844aaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,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'