Skip to content

Commit fcc5bb3

Browse files
chore(deps): pin dependencies
1 parent 0ebd197 commit fcc5bb3

5 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/actions/setup/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ runs:
1515
using: composite
1616
steps:
1717
- name: Setup pnpm
18-
uses: pnpm/action-setup@v6
18+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6
1919

2020
- name: Setup Node.js
21-
uses: actions/setup-node@v6
21+
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
2222
with:
2323
node-version: ${{ inputs.node-version }}
2424
registry-url: ${{ inputs.registry-url }}

.github/workflows/nextjs-adapter-compatibility.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ jobs:
3737
runs-on: ubuntu-latest
3838
timeout-minutes: 40
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
4141
with:
4242
path: adapter
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
4444
with:
4545
repository: vercel/next.js
4646
ref: ${{ inputs.nextjsRef }}
4747
path: nextjs
4848
fetch-depth: 25
49-
- uses: actions/setup-node@v4
49+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
5050
with:
5151
node-version: 22
5252
- name: Enable pnpm
@@ -63,7 +63,7 @@ jobs:
6363
- name: Install Chromium
6464
working-directory: nextjs
6565
run: pnpm playwright install --with-deps chromium
66-
- uses: actions/cache/save@v4
66+
- uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
6767
with:
6868
path: |
6969
nextjs
@@ -97,14 +97,14 @@ jobs:
9797
- 15/16
9898
- 16/16
9999
steps:
100-
- uses: actions/cache/restore@v4
100+
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
101101
with:
102102
path: |
103103
nextjs
104104
adapter
105105
~/.cache/ms-playwright
106106
key: next-adapter-${{ github.sha }}-${{ github.run_id }}
107-
- uses: actions/setup-node@v4
107+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
108108
with:
109109
node-version: 22
110110
- name: Enable pnpm

.github/workflows/nextjs-platform-canary.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
exit 1
3030
fi
3131
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
3333
with:
3434
persist-credentials: false
3535

36-
- uses: actions/setup-node@v4
36+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
3737
with:
3838
node-version: 22
3939

@@ -77,7 +77,7 @@ jobs:
7777
echo "Deployment URL: ${{ steps.deploy.outputs.deployment_url }}"
7878
} > "$RUNNER_TEMP/nextjs-canary-result.txt"
7979
80-
- uses: actions/upload-artifact@v4
80+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8181
if: always()
8282
with:
8383
name: nextjs-platform-canary-${{ github.run_id }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v7
33+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3434
with:
3535
token: ${{ secrets.GITHUB_TOKEN }}
3636

@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Set latest Release to `gigadrive`
6262
if: steps.changesets.outputs.published == 'true'
63-
uses: actions/github-script@v9
63+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
6464
with:
6565
github-token: ${{ secrets.GITHUB_TOKEN }}
6666
script: |

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
contents: read
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v7
29+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3030

3131
- name: Setup
3232
uses: ./.github/actions/setup
@@ -45,13 +45,13 @@ jobs:
4545
contents: read
4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v7
48+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
4949

5050
- name: Setup
5151
uses: ./.github/actions/setup
5252

5353
- name: Restore ESLint cache
54-
uses: useblacksmith/cache@v5
54+
uses: useblacksmith/cache@71c7c918062ba3861252d84b07fe5ab2a6b467a6 # v5
5555
with:
5656
path: .eslintcache
5757
key: eslint-${{ runner.os }}-${{ hashFiles('eslint.config.*', '.eslintrc*', 'pnpm-lock.yaml') }}
@@ -69,7 +69,7 @@ jobs:
6969
contents: read
7070
steps:
7171
- name: Checkout
72-
uses: actions/checkout@v7
72+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
7373

7474
- name: Setup
7575
uses: ./.github/actions/setup
@@ -85,7 +85,7 @@ jobs:
8585
contents: read
8686
steps:
8787
- name: Checkout
88-
uses: actions/checkout@v7
88+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
8989

9090
- name: Setup
9191
uses: ./.github/actions/setup

0 commit comments

Comments
 (0)