Skip to content

Commit

Permalink
chore: update upload-sarif action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenMakandra committed Nov 21, 2024
1 parent 4b3ddb8 commit ca764b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
output_file_path: console,results.sarif

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3

if: success() || failure()
with:
Expand Down

0 comments on commit ca764b8

Please sign in to comment.