Skip to content

Commit 48a23ec

Browse files
Pin GitHub Actions to their hashes
1 parent e180b4f commit 48a23ec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
pull_request:
88
branches:
9-
- '*'
9+
- "*"
1010

1111
permissions: {}
1212

@@ -15,13 +15,13 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919
with:
2020
persist-credentials: false
2121
- name: Setup Python
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
2323
with:
24-
python-version: '3.11'
24+
python-version: "3.11"
2525
- name: Install the dependencies
2626
run: |
2727
python -m pip install -r requirements.txt
@@ -30,7 +30,7 @@ jobs:
3030
cp README.md content
3131
jupyter lite build --contents content --output-dir dist
3232
- name: Upload artifact
33-
uses: actions/upload-pages-artifact@v3
33+
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
3434
with:
3535
path: ./dist
3636

@@ -49,4 +49,4 @@ jobs:
4949
steps:
5050
- name: Deploy to GitHub Pages
5151
id: deployment
52-
uses: actions/deploy-pages@v4
52+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4

0 commit comments

Comments
 (0)