Skip to content

Commit

Permalink
upgraded codeql upload action to v2 according to deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
joreiche committed Jan 31, 2024
1 parent a020fb4 commit b6bb2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/anchore-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
dockerfile-path: "Dockerfile"
acs-report-enable: true
- name: Upload Anchore Scan Report
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results.sarif

0 comments on commit b6bb2fb

Please sign in to comment.