1
0
mirror of https://github.com/stackrox/kube-linter-action.git synced 2026-07-04 23:51:37 +00:00

Update kube-linter-sample.yml to working version of upload-sarif@v3

This commit is contained in:
Thomas Thornton
2024-01-24 19:05:49 +00:00
committed by GitHub
parent 3e0698d47a
commit cc7833cd68
+1 -1
View File
@@ -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