Skip to content

Commit f00c2c1

Browse files
angular-robotdgp1130
authored andcommitted
build: update scorecard action dependencies
1 parent e699229 commit f00c2c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/scorecard.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838

3939
# Upload the results as artifacts.
4040
- name: 'Upload artifact'
41-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
41+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
4242
with:
4343
name: SARIF file
4444
path: results.sarif
4545
retention-days: 5
4646

4747
# Upload the results to GitHub's code scanning dashboard.
4848
- name: 'Upload to code-scanning'
49-
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
49+
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
5050
with:
5151
sarif_file: results.sarif

0 commit comments

Comments
 (0)