Skip to content

Commit 78beee0

Browse files
authored
Merge pull request #227 from kellenmurphy/dependabot/github_actions/github/codeql-action/upload-sarif-4.37.3
chore(deps): bump github/codeql-action/upload-sarif from 4.37.2 to 4.37.3
2 parents fbe39a6 + 3469eab commit 78beee0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Upload GuardDog SARIF
7373
if: always()
7474
# github/codeql-action v3.28.13
75-
uses: github/codeql-action/upload-sarif@e0647621c2984b5ed2f768cb892365bf2a616ad1
75+
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81
7676
with:
7777
sarif_file: guarddog.sarif
7878
category: guarddog
@@ -140,7 +140,7 @@ jobs:
140140
- name: Upload Grype SARIF
141141
if: always()
142142
# github/codeql-action v3.28.13
143-
uses: github/codeql-action/upload-sarif@e0647621c2984b5ed2f768cb892365bf2a616ad1
143+
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81
144144
with:
145145
sarif_file: ${{ steps.grype.outputs.sarif }}
146146
category: grype

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
retention-days: 5
4040

4141
- name: Upload to code scanning
42-
uses: github/codeql-action/upload-sarif@e0647621c2984b5ed2f768cb892365bf2a616ad1
42+
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81
4343
with:
4444
sarif_file: results.sarif

0 commit comments

Comments
 (0)