We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa23299 + 7bb7854 commit 27bed23Copy full SHA for 27bed23
2 files changed
.github/workflows/hugo-site-build.yml
@@ -84,7 +84,7 @@ jobs:
84
working-directory: .
85
86
- name: Upload artifact
87
- uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
+ uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
88
with:
89
path: ./public
90
.github/workflows/scorecard.yml
@@ -46,7 +46,7 @@ jobs:
46
# uploads of run results in SARIF format to the repository Actions tab.
47
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
48
- name: "Upload artifact"
49
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
50
51
name: SARIF file
52
path: results.sarif
0 commit comments