Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 9b396c2

Browse files
author
JM (Jason Meridth)
authored
Merge pull request #156 from github/dependabot/github_actions/dependencies-1509149478
2 parents dc6bdc1 + ee59e4d commit 9b396c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
results_format: sarif
3737
publish_results: true
3838
- name: "Upload artifact"
39-
uses: actions/upload-artifact@v4.4.3
39+
uses: actions/upload-artifact@v4.5.0
4040
with:
4141
name: SARIF file
4242
path: results.sarif
4343
retention-days: 5
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
45+
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
4646
with:
4747
sarif_file: results.sarif

0 commit comments

Comments
 (0)