Skip to content

Commit 7832104

Browse files
committed
pages: bump to upload-pages-artifact v5 + deploy-pages v5
The v3 pin of upload-pages-artifact internally uses actions/upload-artifact@v4 as a floating version tag, which trips the repo's SHA-pinning-required policy and aborts the job. v5.0.0 switches to actions/upload-artifact@bbbca2dd # v7.0.0 (SHA-pinned) so it passes the policy. Bumping deploy-pages to v5 for parity; it has no internal action refs.
1 parent a91a324 commit 7832104

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
generate walkthrough.json
7777
7878
- name: Upload Pages artifact
79-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
79+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
8080
with:
8181
path: walkthrough
8282

@@ -93,4 +93,4 @@ jobs:
9393
steps:
9494
- name: Deploy
9595
id: deploy
96-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
96+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0

0 commit comments

Comments
 (0)