From cc7833cd68f89f1cf2b63e2743f084038845c49a Mon Sep 17 00:00:00 2001 From: Thomas Thornton Date: Wed, 24 Jan 2024 19:05:49 +0000 Subject: [PATCH] Update kube-linter-sample.yml to working version of upload-sarif@v3 --- .github/workflows/kube-linter-sample.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kube-linter-sample.yml b/.github/workflows/kube-linter-sample.yml index c010e98..070e744 100755 --- a/.github/workflows/kube-linter-sample.yml +++ b/.github/workflows/kube-linter-sample.yml @@ -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