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 db221a8 commit cdbd55dCopy full SHA for cdbd55d
.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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
+ - uses: github/codeql-action/upload-sarif@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3
41
if: ${{ hashFiles('reports/*.sarif') != '' }}
42
with:
43
sarif_file: reports
0 commit comments