Skip to content

Commit 18e3ff7

Browse files
committed
ci: pin github actions to full-length commit shas
1 parent 1b928ef commit 18e3ff7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/changelogensets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323
with:
2424
fetch-depth: 0
2525
- run: corepack enable
26-
- uses: actions/setup-node@v6
26+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
2727
with:
2828
node-version: lts/*
2929
cache: "pnpm"

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
os: [ubuntu-latest, windows-latest]
1919
runs-on: ${{ matrix.os }}
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222
- run: corepack enable
23-
- uses: actions/setup-node@v6
23+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
2424
with:
2525
node-version: lts/-1
2626
cache: "pnpm"
@@ -35,7 +35,7 @@ jobs:
3535
- run: pnpm build
3636
- run: pnpm test:types
3737
- run: pnpm dev:build
38-
- uses: codecov/codecov-action@v5
38+
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
3939
if: matrix.os != 'windows-latest'
4040
env:
4141
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ permissions:
1313

1414
jobs:
1515
dependency-review:
16-
uses: nuxt/.github/.github/workflows/dependency-review.yml@main
16+
uses: nuxt/.github/.github/workflows/dependency-review.yml@189b88d32500e7accd1610e4bb14f88001ea7c2c # main
1717
with:
1818
fail-on-provenance-change: true

.github/workflows/reproduction.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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)