Skip to content

Commit e4419e9

Browse files
committed
CI: use hashes for download-artifact and github-pages-deploy
1 parent 5e9d475 commit e4419e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4949
- name: Download Artifact
50-
uses: actions/download-artifact@v4
50+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5151
with:
5252
name: docs-build
5353
path: docs/build/
5454

5555
- name: Deploy to GitHub pages
56-
uses: JamesIves/github-pages-deploy-action@v4
56+
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
5757
with:
5858
folder: docs/build/

0 commit comments

Comments
 (0)