File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424 runs-on : ubuntu-latest # Use the latest Ubuntu runner
2525 steps :
2626 # Check out the repository code
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828
2929 # Install uv package manager for faster Python package installation
3030 - name : 🚀 Install uv
31- uses : astral-sh/setup-uv@v7
31+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
3232
3333 # Run the build script to export notebooks to WebAssembly
3434 - name : 🛠️ Export notebooks
4242
4343 # Upload the generated site as an artifact for the deploy job
4444 - name : 📤 Upload artifact
45- uses : actions/upload-pages-artifact@v4
45+ uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4
4646 with :
4747 path : _site # Directory containing the built site
4848
6565 # Deploy the site to GitHub Pages using the official action
6666 - name : 🚀 Deploy to GitHub Pages
6767 id : deployment # ID used to reference this step's outputs
68- uses : actions/deploy-pages@v4 # GitHub's official Pages deployment action
68+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4 # GitHub's official Pages deployment action
You can’t perform that action at this time.
0 commit comments