File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
contents : write
17
17
pull-requests : write
18
18
steps :
19
- - uses : actions/checkout@v4 # v4
19
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
20
20
- uses : ./.github/workflows/setup
21
21
22
22
- name : Update npm config
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ inputs:
14
14
runs :
15
15
using : composite
16
16
steps :
17
- - uses : actions/setup-node@v4 # v4
17
+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
18
18
with :
19
19
node-version : ${{ inputs.NODE_VERSION }}
20
20
29
29
id : pnpm-cache
30
30
run : ' echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT'
31
31
32
- - uses : actions/cache@v4 # v4
32
+ - uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4
33
33
name : Setup pnpm cache
34
34
with :
35
35
path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
Original file line number Diff line number Diff line change 12
12
lint :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4 # v4
15
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
16
16
- uses : ./.github/workflows/setup
17
17
- run : pnpm lint
18
18
@@ -25,16 +25,16 @@ jobs:
25
25
os : [macos-latest, ubuntu-latest, windows-latest]
26
26
27
27
steps :
28
- - uses : actions/checkout@v4 # v4
28
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
29
29
- uses : ./.github/workflows/setup
30
30
31
- - uses : actions/cache@v4 # v4
31
+ - uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4
32
32
if : ${{ !env.ACT }}
33
33
id : relate-e2e-dbms-cache
34
34
with :
35
35
path : ' e2e/relate fixtures/cache/dbmss'
36
36
key : relate-e2e-dbms-${{ runner.os }}
37
- - uses : actions/cache@v4 # v4
37
+ - uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4
38
38
if : ${{ !env.ACT }}
39
39
id : relate-e2e-runtime-cache
40
40
with :
You can’t perform that action at this time.
0 commit comments