Skip to content

Commit 5db8c82

Browse files
Merge pull request #256 from runcycles/dependabot/github_actions/github/codeql-action/upload-sarif-4.37.3
chore(deps): bump github/codeql-action/upload-sarif from 4.37.1 to 4.37.3
2 parents 446e822 + dc55a59 commit 5db8c82

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-container-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Upload Trivy SARIF to Security tab
8484
if: always()
85-
uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v4
85+
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4
8686
with:
8787
sarif_file: 'trivy-results.sarif'
8888
category: trivy-container-pr # category kept stable so push-to-main scans clear PR-track alerts

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228

229229
- name: Upload Trivy SARIF to Security tab
230230
if: always()
231-
uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v4
231+
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4
232232
with:
233233
sarif_file: 'trivy-results.sarif'
234234
category: trivy-container

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
retention-days: 5
5656

5757
- name: Upload to code-scanning
58-
uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
58+
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
5959
with:
6060
sarif_file: results.sarif

0 commit comments

Comments
 (0)