From 59a8e7b8a8477d08d465ec687bd436be51636cc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 12:47:06 +0000 Subject: [PATCH] chore(workflows/dependencies): update github/codeql-action digest to ea9e4e3 --- .github/workflows/scan-for-cves.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan-for-cves.yaml b/.github/workflows/scan-for-cves.yaml index c81bc9cffc..46315ff3a9 100644 --- a/.github/workflows/scan-for-cves.yaml +++ b/.github/workflows/scan-for-cves.yaml @@ -31,7 +31,7 @@ jobs: run: | eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" ./.github/scripts/generate-sarif-reports.sh ${{ matrix.chart }} - - uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3 + - uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3 if: ${{ hashFiles('reports/*.sarif') != '' }} with: sarif_file: reports