From a22710c9c457b499e5e1fa39e83b435b3af040d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 06:29:58 +0000 Subject: [PATCH] chore(workflows/dependencies): update github/codeql-action digest to 8214744 --- .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 5671f08797..a4e66f385b 100644 --- a/.github/workflows/scan-for-cves.yaml +++ b/.github/workflows/scan-for-cves.yaml @@ -43,7 +43,7 @@ jobs: run: | eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" ./.github/scripts/generate-sarif-reports.sh ${{ matrix.chart }} - - uses: github/codeql-action/upload-sarif@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3 + - uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3 if: ${{ hashFiles('reports/*.sarif') != '' }} with: sarif_file: reports