Skip to content

Commit 04dbca6

Browse files
committed
Fix warning in Scorecard action
The old version of codeql-action in the Scorecard CI action resulted in warnings.
1 parent 9bd8b9b commit 04dbca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252

5353
# Upload the results to GitHub's code scanning dashboard.
5454
- name: "Upload to code-scanning"
55-
uses: github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
55+
uses: github/codeql-action/upload-sarif@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
5656
with:
5757
sarif_file: results.sarif

0 commit comments

Comments
 (0)