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:
Tomasz Janiszewski
2024-02-22 18:06:21 +01:00
committed by GitHub
+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