File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140
140
run : earthly --strict --remote-cache ghcr.io/crossplane/crossplane-runtime-earthly-cache:${{ github.job }} +ci-codeql
141
141
142
142
- name : Upload CodeQL Results to GitHub
143
- uses : github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3
143
+ uses : github/codeql-action/upload-sarif@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3
144
144
with :
145
145
sarif_file : ' _output/codeql/go.sarif'
146
146
@@ -163,7 +163,7 @@ jobs:
163
163
output : ' trivy-results.sarif'
164
164
165
165
- name : Upload Trivy Results to GitHub
166
- uses : github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3
166
+ uses : github/codeql-action/upload-sarif@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3
167
167
with :
168
168
sarif_file : ' trivy-results.sarif'
169
169
You can’t perform that action at this time.
0 commit comments