@@ -26,14 +26,14 @@ jobs:
2626 steps :
2727 - name : Clone repository
2828 # Git clone the repository
29- uses : actions/checkout@v4
29+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030 with :
3131 ref : ${{ github.head_ref }}
3232 fetch-depth : " 0" # Fetch all history for git
3333
3434 - name : Setup Deno environment
3535 # Downloads deno and caches it
36- uses : denoland/setup-deno@v2
36+ uses : denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2.0.4
3737 with :
3838 # Latest Deno 2.x version
3939 deno-version : v2.x
@@ -46,19 +46,19 @@ jobs:
4646
4747 - name : Commit changes
4848 # Commit the changes to the repository
49- uses : stefanzweifel/git-auto-commit-action@v5
49+ uses : stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
5050 with :
5151 commit_message : Apply changes during gh actions build
5252 status_options : " --untracked-files=no"
5353
5454 - name : Setup Pages
55- uses : actions/configure-pages@v5
55+ uses : actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
5656
5757 - name : Upload artifact
58- uses : actions/upload-pages-artifact@v3
58+ uses : actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
5959 with :
6060 path : " _site"
6161
6262 - name : Deploy to GitHub Pages
6363 id : deployment
64- uses : actions/deploy-pages@v4
64+ uses : actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0
0 commit comments