Skip to content

Commit 106497c

Browse files
authored
Merge pull request #163 from ianlewis/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v6
2 parents d4a6fa7 + 6a50046 commit 106497c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/schedule.scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565
# format to the repository Actions tab.
6666
- name: "Upload artifact"
67-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
67+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6868
with:
6969
name: SARIF file
7070
path: results.sarif

.github/workflows/workflow_call.zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: make zizmor
4343

4444
- name: Upload artifact
45-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
45+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4646
with:
4747
name: SARIF file
4848
path: results.sarif

0 commit comments

Comments
 (0)