8686 fi
8787
8888 - name : Checkout theme
89- uses : actions/checkout@v6
89+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9090 with :
9191 repository : LizardByte/LizardByte.github.io
9292 ref : ${{ github.repository == 'LizardByte/LizardByte.github.io' && github.ref || env.INPUT_THEME_REF }}
9595
9696 - name : Download input artifact
9797 if : env.INPUT_SITE_ARTIFACT != ''
98- uses : actions/download-artifact@v7
98+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
9999 with :
100100 name : ${{ env.INPUT_SITE_ARTIFACT }}
101101 path : project
@@ -178,7 +178,7 @@ jobs:
178178 ls -Ra
179179
180180 - name : Setup Ruby
181- uses : ruby/setup-ruby@v1
181+ uses : ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
182182 with :
183183 ruby-version : ' 3.3'
184184
@@ -187,7 +187,7 @@ jobs:
187187
188188 - name : Setup Pages
189189 id : configure-pages
190- uses : actions/configure-pages@v5
190+ uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
191191
192192 - name : Setup CI config
193193 run : |
@@ -221,7 +221,7 @@ jobs:
221221 run : 7z a _site.zip ./_site/*
222222
223223 - name : Upload artifact
224- uses : actions/upload-artifact@v6
224+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
225225 with :
226226 name : site
227227 path : _site.zip
@@ -239,7 +239,7 @@ jobs:
239239 needs : build
240240 steps :
241241 - name : Checkout gh-pages
242- uses : actions/checkout@v6
242+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
243243 with :
244244 ref : ${{ env.INPUT_TARGET_BRANCH }}
245245 path : gh-pages
@@ -252,7 +252,7 @@ jobs:
252252 run : rm -f -r ./gh-pages/*
253253
254254 - name : Download artifact
255- uses : actions/download-artifact@v7
255+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
256256 with :
257257 name : site
258258 path : gh-pages
0 commit comments