From 4627fdf8b9fad30c513f6f1218907b8bdcb49e54 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Wed, 29 Jul 2026 13:51:13 +0200 Subject: [PATCH] Use upload-sarif v4.37.3 This got inadvertedly updated to the latest bundle version in #33. --- .github/workflows/proxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/proxy.yml b/.github/workflows/proxy.yml index d86bc4b..6931a0d 100644 --- a/.github/workflows/proxy.yml +++ b/.github/workflows/proxy.yml @@ -127,7 +127,7 @@ jobs: - name: Upload Anchore scan SARIF report if: ${{ !cancelled() && github.event_name != 'pull_request' && (github.event_name != 'workflow_dispatch' || github.ref == 'refs/heads/main') }} - uses: github/codeql-action/upload-sarif@e58424170fb0262c8d7ed60a2e84b9bffe205c67 # codeql-bundle-v2.26.1 + uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 with: sarif_file: ${{ steps.anchore-scan.outputs.sarif }} category: grype-proxy