Skip to content

Commit bdd4e33

Browse files
chore: update GitHub Actions to use commit hashes (#201)
1 parent 584af49 commit bdd4e33

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3838

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.GITHUB_TOKEN }}
4444

@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Checkout
62-
uses: actions/checkout@v6
62+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6363
with:
6464
submodules: recursive
6565

@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: Setup Dependencies Windows
9090
if: runner.os == 'Windows'
91-
uses: msys2/setup-msys2@v2
91+
uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2.30.0
9292
with:
9393
msystem: ucrt64
9494
update: true
@@ -160,7 +160,7 @@ jobs:
160160
161161
- name: Setup python
162162
id: setup-python
163-
uses: actions/setup-python@v6
163+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
164164
with:
165165
python-version: '3.11'
166166

@@ -227,7 +227,7 @@ jobs:
227227
if: >-
228228
always() &&
229229
(steps.test_report.outcome == 'success')
230-
uses: actions/upload-artifact@v6
230+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
231231
with:
232232
name: coverage-${{ matrix.os }}
233233
path: |
@@ -245,7 +245,7 @@ jobs:
245245
fi
246246
247247
- name: Upload Artifacts
248-
uses: actions/upload-artifact@v6
248+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
249249
with:
250250
name: build-${{ runner.os }}
251251
path: artifacts/
@@ -271,10 +271,10 @@ jobs:
271271
flag: Windows
272272
steps:
273273
- name: Checkout
274-
uses: actions/checkout@v6
274+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
275275

276276
- name: Download coverage artifact
277-
uses: actions/download-artifact@v7
277+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
278278
with:
279279
name: coverage-${{ matrix.build_os }}
280280
path: _coverage
@@ -317,19 +317,19 @@ jobs:
317317
runs-on: ubuntu-latest
318318
steps:
319319
- name: Download build artifact (Windows)
320-
uses: actions/download-artifact@v7
320+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
321321
with:
322322
name: build-Windows
323323
path: build-Windows
324324

325325
- name: Download build artifact (Linux)
326-
uses: actions/download-artifact@v7
326+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
327327
with:
328328
name: build-Linux
329329
path: build-Linux
330330

331331
- name: Download build artifact (macOS)
332-
uses: actions/download-artifact@v7
332+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
333333
with:
334334
name: build-macOS
335335
path: build-macOS
@@ -343,7 +343,7 @@ jobs:
343343
344344
- name: Create/Update GitHub Release
345345
if: needs.setup_release.outputs.publish_release == 'true'
346-
uses: LizardByte/actions/actions/release_create@v2026.212.22356
346+
uses: LizardByte/actions/actions/release_create@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356
347347
with:
348348
allowUpdates: false
349349
body: ${{ needs.setup_release.outputs.release_body }}

0 commit comments

Comments
 (0)