File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
25
25
runs-on : ${{ matrix.os }}
26
26
steps :
27
27
- name : Checkout Repo
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
30
30
- name : Setup Node.js ${{ matrix.node }}
31
- uses : actions/setup-node@v4
31
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
32
32
with :
33
33
node-version : ${{ matrix.node }}
34
34
cache : yarn
52
52
SKIP_YARN_COREPACK_CHECK : 1
53
53
54
54
- name : Codecov
55
- uses : codecov/codecov-action@v3
55
+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- name : Checkout Repo
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
32
33
33
- name : Setup Node.js
34
- uses : actions/setup-node@v4
34
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
35
35
with :
36
36
node-version : lts/*
37
37
cache : yarn
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Checkout Repo
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
24
with :
25
25
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
26
26
fetch-depth : 0
27
27
28
28
- name : Setup Node.js LTS
29
- uses : actions/setup-node@v4
29
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
30
30
with :
31
31
node-version : lts/*
32
32
cache : yarn
Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ jobs:
13
13
size-limit :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
18
18
- name : Setup Node.js LTS
19
- uses : actions/setup-node@v4
19
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
20
20
with :
21
21
node-version : lts/*
22
22
cache : yarn
23
23
24
24
- name : Install Dependencies
25
25
run : yarn --immutable
26
26
27
- - uses : andresz1/size-limit-action@v1
27
+ - uses : andresz1/size-limit-action@e7493a72a44b113341c0cf6186ab49c17c4b65c1 # v1.8.0
28
28
with :
29
29
github_token : ${{ secrets.GITHUB_TOKEN }}
30
30
skip_step : install
Original file line number Diff line number Diff line change 14
14
deploy :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
19
19
- name : Check Branch
20
20
id : branch
24
24
echo "comment=false" >> $GITHUB_OUTPUT
25
25
26
26
- name : Deploy
27
- uses : amondnet/vercel-action@v25
27
+ uses : amondnet/vercel-action@16e87c0a08142b0d0d33b76aeaf20823c381b9b9 # v25.2.0
28
28
with :
29
29
vercel-args : ${{ steps.branch.outputs.args }}
30
30
vercel-token : ${{ secrets.VERCEL_TOKEN }}
You can’t perform that action at this time.
0 commit comments