Skip to content

Commit c8d67fb

Browse files
authored
Merge branch 'master' into dependabot/github_actions/github/codeql-action-4.31.0
2 parents 8c4d3c1 + d696eb3 commit c8d67fb

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ jobs:
6060
# of the value entered here.
6161
publish_results: true
6262

63-
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
64-
# format to the repository Actions tab.
65-
- name: "Upload artifact"
66-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
67-
with:
68-
name: SARIF file
69-
path: results.sarif
70-
retention-days: 5
63+
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
64+
# format to the repository Actions tab.
65+
- name: "Upload artifact"
66+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
67+
with:
68+
name: SARIF file
69+
path: results.sarif
70+
retention-days: 5
7171

7272
# Upload the results to GitHub's code scanning dashboard (optional).
7373
# Commenting out will disable upload of results to your repo's Code Scanning dashboard

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147

148148
- name: Upload fuzz failure seed corpus as run artifact
149149
if: failure()
150-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
150+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
151151
with:
152152
name: testdata
153153
path: testdata

0 commit comments

Comments
 (0)