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 2cfe4e5 commit df7b0d3Copy full SHA for df7b0d3
.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@fe4161a26a8629af62121b670040955b330f9af2 # v4
+ - uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4
41
if: ${{ hashFiles('reports/*.sarif') != '' }}
42
with:
43
sarif_file: reports
0 commit comments