Skip to content

Commit ab38254

Browse files
committed
ci: pin github actions to full-length commit shas
1 parent 82e129e commit ab38254

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: pnpm build
4545

4646
- name: Cache dist
47-
uses: actions/cache@v5
47+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
4848
with:
4949
path: packages/*/dist
5050
key: ubuntu-latest-${{ github.sha }}
@@ -170,7 +170,7 @@ jobs:
170170
run: pnpm install
171171

172172
- name: Restore dist cache
173-
uses: actions/cache@v5
173+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
174174
with:
175175
path: packages/*/dist
176176
key: ubuntu-latest-${{ github.sha }}

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
check-provenance:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717
with:
1818
fetch-depth: 0
1919
- name: Check provenance downgrades

.github/workflows/reproduire.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
14-
- uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp
14+
- uses: Hebilicious/reproduire@a4b274773e3d6e8bef547385710473af11f5ec5d # v0.0.9-mp
1515
with:
1616
label: needs reproduction

0 commit comments

Comments
 (0)