From 628bff36576e2aa8bb1ff5ed2033c0c707d6867a Mon Sep 17 00:00:00 2001 From: kalvinparker <106995826+kalvinparker@users.noreply.github.com> Date: Thu, 15 Jan 2026 19:36:29 +0000 Subject: [PATCH] ci: use correct upload-sarif action (github/codeql-action/upload-sarif@v2) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58426d4a..34560629 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: severity: CRITICAL,HIGH - name: Upload SARIF results to GitHub Code Scanning (best-effort) - uses: github/code-scanning-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v2 continue-on-error: true with: sarif_file: 'trivy-results.sarif'