diff --git a/.github/workflows/scan-for-cves.yaml b/.github/workflows/scan-for-cves.yaml index 9feae3cf3f..fa824ffcdc 100644 --- a/.github/workflows/scan-for-cves.yaml +++ b/.github/workflows/scan-for-cves.yaml @@ -37,7 +37,7 @@ jobs: [[ "$RUNNER_DEBUG" == 1 ]] && set -x eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" ./.github/scripts/generate-sarif-reports.sh "charts/${{ matrix.chart }}" - - uses: github/codeql-action/upload-sarif@d3ced5c96c16c4332e2a61eb6f3649d6f1b20bb8 # v3 + - uses: github/codeql-action/upload-sarif@497990dfed22177a82ba1bbab381bc8f6d27058f # v3 if: ${{ hashFiles('reports/*.sarif') != '' }} with: sarif_file: reports