From 7ecef0061f11a5a8f9cfde6a7427e526bbfcca52 Mon Sep 17 00:00:00 2001 From: Ivan Valdes Date: Mon, 13 May 2024 13:29:50 -0700 Subject: [PATCH] github: fix version from codeql-action/upload-sarif The commit SHA pointed to the correct version, but the reference in the comment was wrong. Signed-off-by: Ivan Valdes --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 048937667..0e80a06a4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -67,6 +67,6 @@ jobs: format: 'sarif' output: 'trivy-results-${{ matrix.platforms }}.sarif' - name: upload scan results - uses: github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v2.16.6 + uses: github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3 with: sarif_file: 'trivy-results-${{ matrix.platforms }}.sarif'