Skip to content

Commit

Permalink
Merge pull request #20 from PatrickBaus/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub/codeql-action-3

[gha] Bump github/codeql-action from 2 to 3
  • Loading branch information
PatrickBaus authored Dec 14, 2023
2 parents 790d4df + 01b9775 commit a667747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
output: 'trivy-results.sarif'

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
if: always()
with:
sarif_file: 'trivy-results.sarif'

0 comments on commit a667747

Please sign in to comment.