Skip to content

Commit d5f7297

Browse files
authored
ci: Updated workflows to pin commits to actions (#325)
1 parent 9bdfeb3 commit d5f7297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flow-hugo-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
--baseURL "${{ steps.pages.outputs.base_url }}/"
128128
129129
- name: Upload artifact
130-
uses: actions/upload-pages-artifact@v3
130+
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
131131
with:
132132
path: ./docs/public
133133

@@ -141,4 +141,4 @@ jobs:
141141
steps:
142142
- name: Deploy to GitHub Pages
143143
id: deployment
144-
uses: actions/deploy-pages@v4
144+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5

0 commit comments

Comments
 (0)