Skip to content

Commit 64219c3

Browse files
committed
fix: Use pinned actions
1 parent dea3e47 commit 64219c3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/arch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
rm -rf /opt-host/az
3131
df -h
3232
- name: Checkout sources
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3434
with:
3535
persist-credentials: false
3636

.github/workflows/nobara.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
rm -rf /opt-host/az
3131
df -h
3232
- name: Checkout sources
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3434
with:
3535
persist-credentials: false
3636

.github/workflows/ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
rm -rf /opt-host/az
3131
df -h
3232
- name: Checkout sources
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3434
with:
3535
persist-credentials: false
3636

0 commit comments

Comments
 (0)