Skip to content

Commit

Permalink
Update kube-linter-sample.yml to working version of upload-sarif@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomast1906 authored Jan 24, 2024
1 parent 3e0698d commit cc7833c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kube-linter-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
continue-on-error: true

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

# 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 cc7833c

Please sign in to comment.