Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
feat(github-action)!: Update github/codeql-action action to v2 (#400)
Browse files Browse the repository at this point in the history
| datasource  | package              | from | to |
| ----------- | -------------------- | ---- | -- |
| github-tags | github/codeql-action | v1   | v2 |

Co-authored-by: stimpy-bot <101597957+stimpy-bot[bot]@users.noreply.github.com>
  • Loading branch information
stimpy-bot[bot] authored Jul 20, 2022
1 parent 5fae36d commit b3a509f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
format: sarif
output: trivy-results.sarif
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: trivy-results.sarif

0 comments on commit b3a509f

Please sign in to comment.