File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 91
91
# we let the report trigger content trigger a failure using the GitHub Security features.
92
92
args : ' -tags normal,periodic -no-fail -fmt sarif -out results.sarif ./...'
93
93
- name : Upload SARIF file
94
- uses : github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
94
+ uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3
95
95
with :
96
96
# Path to SARIF file relative to the root of the repository
97
97
sarif_file : results.sarif
Original file line number Diff line number Diff line change 42
42
continue-on-error : true
43
43
44
44
- name : Upload SARIF report files to GitHub
45
- uses : github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
45
+ uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3
46
46
with :
47
47
sarif_file : ../kube-linter/kube-linter.sarif
48
48
You can’t perform that action at this time.
0 commit comments