Skip to content

Commit 5e748cf

Browse files
authored
Merge pull request #29 from jakoch/dependabot/github_actions/github/codeql-action-4
deps(gha): bump github/codeql-action from 3 to 4
2 parents 797b045 + 370dda7 commit 5e748cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
# are not relevant for the image security. The scan is faster without them.
300300

301301
- name: 🛡️🔼 Upload Trivy scan results to GitHub Security tab
302-
uses: github/codeql-action/upload-sarif@v3 # https://github.com/github/codeql-action
302+
uses: github/codeql-action/upload-sarif@v4 # https://github.com/github/codeql-action
303303
with:
304304
sarif_file: 'trivy-results.sarif'
305305

@@ -324,7 +324,7 @@ jobs:
324324
# summary: true
325325

326326
# - name: 🛡️🔼 Upload Docker Scout scan results to GitHub Security tab
327-
# uses: github/codeql-action/upload-sarif@v3 # https://github.com/github/codeql-action
327+
# uses: github/codeql-action/upload-sarif@v4 # https://github.com/github/codeql-action
328328
# with:
329329
# sarif_file: 'scout-results.sarif.json'
330330

0 commit comments

Comments
 (0)