Skip to content

Commit

Permalink
chore(ci): update upload-sarif action
Browse files Browse the repository at this point in the history
  • Loading branch information
viv-4 authored Nov 7, 2024
1 parent 49f1ad4 commit 761b13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
output-file: ../results/kube-linter.sarif

- name: Upload SARIF report files to GitHub
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v2

# Ensure the workflow eventually fails if files did not pass kube-linter checks.
- name: Verify kube-linter-action succeeded
Expand Down

0 comments on commit 761b13b

Please sign in to comment.