Skip to content

Commit ec2f302

Browse files
Update github/codeql-action action to v4.35.5
1 parent da68771 commit ec2f302

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/.docker.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
cache-db: true
190190
- name: upload Anchore scan SARIF report
191191
if: success() || failure()
192-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
192+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
193193
with:
194194
sarif_file: ${{ steps.scan.outputs.sarif }}
195195
trivy:
@@ -212,7 +212,7 @@ jobs:
212212
scanners: vuln,secret,misconfig,license
213213
- name: Upload Trivy scan results to GitHub Security tab
214214
if: success() || failure()
215-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
215+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
216216
with:
217217
sarif_file: trivy-results-image.sarif
218218
dockle:
@@ -233,7 +233,7 @@ jobs:
233233
ignore: CIS-DI-0006
234234
- name: upload Dockle scan SARIF report
235235
if: success() || failure()
236-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
236+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
237237
with:
238238
sarif_file: dockle.sarif
239239
api_test:

.github/workflows/.lint.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
${{matrix.output == 'sarif' && '--output-file ruff.sarif' || ''}}
150150
- name: upload Ruff scan SARIF report
151151
if: matrix.output == 'sarif' && ( success() || failure() )
152-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
152+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
153153
with:
154154
sarif_file: ruff.sarif
155155
- name: Commit and push applied Ruff fixes
@@ -226,7 +226,7 @@ jobs:
226226
cache-db: true
227227
- name: upload Anchore scan SARIF report
228228
if: success() || failure()
229-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
229+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
230230
with:
231231
sarif_file: ${{ steps.scan.outputs.sarif }}
232232
trivy:
@@ -269,7 +269,7 @@ jobs:
269269
scanners: vuln,secret,misconfig
270270
- name: Upload Trivy scan results to GitHub Security tab
271271
if: matrix.scan-type != 'fs' && ( success() || failure() )
272-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
272+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
273273
with:
274274
sarif_file: ${{ matrix.output }}
275275
category: ${{ matrix.scan-type }}
@@ -337,7 +337,7 @@ jobs:
337337
output-file: hadolint.sarif
338338
- name: upload Hadolint scan SARIF report
339339
if: success() || failure()
340-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
340+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
341341
with:
342342
sarif_file: hadolint.sarif
343343
actionlint:

.github/workflows/daily-malicious-code-scan.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)