We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b16d7 commit a33ad4bCopy full SHA for a33ad4b
.github/workflows/scan-for-cves.yaml
@@ -37,7 +37,7 @@ jobs:
37
[[ "$RUNNER_DEBUG" == 1 ]] && set -x
38
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
39
./.github/scripts/generate-sarif-reports.sh "charts/${{ matrix.chart }}"
40
- - uses: github/codeql-action/upload-sarif@d3ced5c96c16c4332e2a61eb6f3649d6f1b20bb8 # v3
+ - uses: github/codeql-action/upload-sarif@497990dfed22177a82ba1bbab381bc8f6d27058f # v3
41
if: ${{ hashFiles('reports/*.sarif') != '' }}
42
with:
43
sarif_file: reports
0 commit comments