Skip to content

Commit ff48905

Browse files
chore: update GitHub Actions to use commit hashes
1 parent 837af74 commit ff48905

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
steps:
3939
- name: Setup Release
4040
id: setup-release
41-
uses: LizardByte/actions/actions/release_setup@v2026.212.22356
41+
uses: LizardByte/actions/actions/release_setup@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356
4242
with:
4343
github_token: ${{ secrets.GH_BOT_TOKEN }}
4444

4545
- name: Create Release
4646
id: action
47-
uses: LizardByte/actions/actions/release_create@v2026.212.22356
47+
uses: LizardByte/actions/actions/release_create@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356
4848
with:
4949
allowUpdates: false
5050
artifacts: ''

.github/workflows/jekyll-build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
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 }}
@@ -95,7 +95,7 @@ jobs:
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

Comments
 (0)