Commit e14b1b4 1 parent 21816c0 commit e14b1b4 Copy full SHA for e14b1b4
File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 5
5
upload-data :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v3
8
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
9
9
with :
10
10
fetch-depth : 0
11
11
- uses : bahmutov/npm-install@v1
12
- - uses : chromaui/action@v1
12
+ - uses : chromaui/action@a02df2e2b677bd6c5fb8abc524b3ce857f5910a6 # v1
13
13
with :
14
14
token : ${{ secrets.GITHUB_TOKEN }}
15
15
projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
17
17
verify :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
21
21
- name : Setup node
22
- uses : actions/setup-node@v3
22
+ uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
23
23
with :
24
24
node-version-file : ' .nvmrc'
25
25
cache : npm
26
26
- run : npm clean-install
27
27
- run : npm test
28
- - uses : codecov/codecov-action@v3
28
+ - uses : codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3
29
29
verify-matrix :
30
30
runs-on : ubuntu-latest
31
31
strategy :
35
35
- 14
36
36
- 16
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
39
39
- name : Setup node
40
- uses : actions/setup-node@v3
40
+ uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
41
41
with :
42
42
node-version : ${{ matrix.node_version }}
43
43
cache : npm
49
49
- verify-matrix
50
50
runs-on : ubuntu-latest
51
51
steps :
52
- - uses : actions/checkout@v3
52
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
53
53
- name : Setup node
54
- uses : actions/setup-node@v3
54
+ uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
55
55
with :
56
56
node-version-file : ' .nvmrc'
57
57
cache : npm
66
66
needs : verify
67
67
runs-on : ubuntu-latest
68
68
steps :
69
- - uses : actions/checkout@v3
69
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
70
70
- name : Setup node
71
- uses : actions/setup-node@v3
71
+ uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
72
72
with :
73
73
node-version-file : ' .nvmrc'
74
74
cache : npm
You can’t perform that action at this time.
0 commit comments