Skip to content

Commit 27bed23

Browse files
authored
Merge branch 'main' into dependabot/github_actions/step-security/harden-runner-2.17.0
2 parents fa23299 + 7bb7854 commit 27bed23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hugo-site-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
working-directory: .
8585

8686
- name: Upload artifact
87-
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
87+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
8888
with:
8989
path: ./public
9090

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# uploads of run results in SARIF format to the repository Actions tab.
4747
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
4848
- name: "Upload artifact"
49-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
49+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5050
with:
5151
name: SARIF file
5252
path: results.sarif

0 commit comments

Comments
 (0)