File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
10
10
name : Build
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14
14
15
-
15
+ - uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
16
16
17
17
- name : setup Node.js
18
- uses : actions/setup-node@v4
18
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
19
19
with :
20
20
node-version : 20
21
21
cache : pnpm
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : checkout
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14
14
with :
15
15
fetch-depth : 0
16
16
Original file line number Diff line number Diff line change 5
5
runs-on : ubuntu-24.04
6
6
steps :
7
7
- name : checkout
8
- uses : actions/checkout@v4
8
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9
9
with :
10
10
fetch-depth : 2
11
11
You can’t perform that action at this time.
0 commit comments