Skip to content

Commit 5fee5df

Browse files
[github-maintenance] Pin GitHub Actions to SHA hashes (#31)
Co-authored-by: marimo-github-maintenance-bot[bot] <267743655+marimo-github-maintenance-bot[bot]@users.noreply.github.com>
1 parent 72d6e9d commit 5fee5df

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -42,7 +42,7 @@ jobs:
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

@@ -65,4 +65,4 @@ jobs:
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

0 commit comments

Comments
 (0)