File tree Expand file tree Collapse file tree 3 files changed +25
-25
lines changed Expand file tree Collapse file tree 3 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 16
16
test :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v3
20
- - uses : actions/setup-node@v3
19
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
20
+ - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
21
21
with :
22
22
node-version : ' 16'
23
23
- name : Install
36
36
runs-on : ubuntu-latest
37
37
needs : test
38
38
steps :
39
- - uses : actions/checkout@v3
39
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
40
40
- run : docker pull pactfoundation/pact-cli:latest
41
41
- name : Can I deploy?
42
42
run : GIT_BRANCH=${GIT_REF:11} make can_i_deploy
46
46
runs-on : ubuntu-latest
47
47
needs : can-i-deploy
48
48
steps :
49
- - uses : actions/checkout@v3
49
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
50
50
- run : docker pull pactfoundation/pact-cli:latest
51
51
- name : Deploy
52
52
run : GIT_BRANCH=${GIT_REF:11} make deploy
Original file line number Diff line number Diff line change 38
38
]
39
39
},
40
40
"devDependencies" : {
41
- "@babel/preset-react" : " ^ 7.26.3" ,
42
- "@pact-foundation/pact" : " ^ 10.4.1" ,
43
- "@testing-library/jest-dom" : " ^ 5.16.5" ,
44
- "@testing-library/react" : " ^ 13.4.0" ,
45
- "@testing-library/user-event" : " ^ 13.5.0" ,
46
- "cross-env" : " ^ 7.0.3" ,
47
- "dotenv" : " ^ 16.0.3"
41
+ "@babel/preset-react" : " 7.26.3" ,
42
+ "@pact-foundation/pact" : " 10.4.1" ,
43
+ "@testing-library/jest-dom" : " 5.16.5" ,
44
+ "@testing-library/react" : " 13.4.0" ,
45
+ "@testing-library/user-event" : " 13.5.0" ,
46
+ "cross-env" : " 7.0.3" ,
47
+ "dotenv" : " 16.0.3"
48
48
}
49
49
}
You can’t perform that action at this time.
0 commit comments