Skip to content

Commit eb1c3b5

Browse files
Pin GitHub Actions to a specific hash
1 parent 9996656 commit eb1c3b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
- name: Setup Python
2424
uses: actions/setup-python@v5
2525
with:
@@ -50,7 +50,7 @@ jobs:
5050
run: echo "live.sympy.org" > ./_output/CNAME
5151

5252
- name: Upload (dist)
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
5454
with:
5555
name: jupyterlite-demo-dist-${{ github.run_number }}
5656
path: ./_output
@@ -63,14 +63,14 @@ jobs:
6363
steps:
6464
- name: Checkout
6565
uses: actions/[email protected]
66-
- uses: actions/download-artifact@v4
66+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
6767
with:
6868
name: jupyterlite-demo-dist-${{ github.run_number }}
6969
path: ./dist
7070
merge-multiple: true
7171

7272
- name: Deploy
73-
uses: JamesIves/github-pages-deploy-action@4.1.3
73+
uses: JamesIves/github-pages-deploy-action@15de0f09300eea763baee31dff6c6184995c5f6a # v4.7.2
7474
with:
7575
branch: gh-pages
7676
folder: dist

0 commit comments

Comments
 (0)