|  | 
| 18 | 18 |  runs-on: ubuntu-latest | 
| 19 | 19 |  steps: | 
| 20 | 20 |  - name: ⬇️ Checkout | 
| 21 |  | - uses: actions/checkout@v5 | 
|  | 21 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | 
|  | 22 | + with: | 
|  | 23 | + persist-credentials: false | 
|  | 24 | + | 
| 22 | 25 |  - name: Install, build, and upload your site | 
| 23 |  | - uses: withastro/action@v4 | 
|  | 26 | + uses: withastro/action@77fad83745446cf039d76af7037b782f1af80749 # v4.1.0 | 
| 24 | 27 | 
 | 
| 25 | 28 |  deploy: | 
| 26 | 29 |  needs: build | 
|  | 
| 31 | 34 |  steps: | 
| 32 | 35 |  - name: Deploy to GitHub Pages | 
| 33 | 36 |  id: deployment | 
| 34 |  | - uses: actions/deploy-pages@v4 | 
|  | 37 | + uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5 | 
0 commit comments