Skip to content

Commit 3dada18

Browse files
Bump github/codeql-action from 3.30.5 to 3.30.6 (#1153)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69be3a2 commit 3dada18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/osv-scanner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- name: Upload results to the repository's code-scanning results dashboard
144144
id: upload_artifact
145145
# yamllint disable rule:line-length
146-
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
146+
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.29.5
147147
with:
148148
sarif_file: osv-results.sarif
149149

.github/workflows/scorecard-scanner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
publish_results: true
8787

8888
- name: Upload results to code-scanning dashboard
89-
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
89+
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.29.5
9090
with:
9191
sarif_file: scorecard-results.sarif
9292

0 commit comments

Comments
 (0)