Skip to content

Commit c08d0e4

Browse files
chore: update GitHub Actions to use commit hashes
1 parent ccb7853 commit c08d0e4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
steps:
4747
- name: Setup Release
4848
id: setup-release
49-
uses: LizardByte/actions/actions/release_setup@v2026.212.22356
49+
uses: LizardByte/actions/actions/release_setup@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356
5050
with:
5151
github_token: ${{ secrets.GH_BOT_TOKEN }}
5252

5353
- name: Create Release
5454
id: action
55-
uses: LizardByte/actions/actions/release_create@v2026.212.22356
55+
uses: LizardByte/actions/actions/release_create@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356
5656
with:
5757
allowUpdates: false
5858
artifacts: ''

.github/workflows/copr-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
zip
174174
175175
- name: Checkout
176-
uses: actions/checkout@v6
176+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
177177

178178
- name: Set git safe directory
179179
run: git config --global --add safe.directory '*'
@@ -322,7 +322,7 @@ jobs:
322322
- name: Setup gh actions artifact client
323323
id: download-build-client
324324
if: steps.download-build.outcome == 'success'
325-
uses: lhotari/gh-actions-artifact-client@v2
325+
uses: lhotari/gh-actions-artifact-client@ef03990878cb292d789ee6c36b5bbc8369aa30ed # v2
326326

327327
- name: Upload artifacts
328328
if: steps.download-build-client.outcome == 'success'

0 commit comments

Comments
 (0)