File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed
Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1616 test :
1717 runs-on : ubuntu-latest
1818 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
2121 with :
2222 node-version : ' 16'
2323 - name : Install
3636 runs-on : ubuntu-latest
3737 needs : test
3838 steps :
39- - uses : actions/checkout@v3
39+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
4040 - run : docker pull pactfoundation/pact-cli:latest
4141 - name : Can I deploy?
4242 run : GIT_BRANCH=${GIT_REF:11} make can_i_deploy
4646 runs-on : ubuntu-latest
4747 needs : can-i-deploy
4848 steps :
49- - uses : actions/checkout@v3
49+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
5050 - run : docker pull pactfoundation/pact-cli:latest
5151 - name : Deploy
5252 run : GIT_BRANCH=${GIT_REF:11} make deploy
Original file line number Diff line number Diff line change 3838 ]
3939 },
4040 "devDependencies" : {
41- "@babel/preset-react" : " ^ 7.26.3" ,
42- "@pact-foundation/pact" : " ^ 10.4.1" ,
43- "@testing-library/jest-dom" : " ^ 5.17.0" ,
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.17.0" ,
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"
4848 }
4949}
You can’t perform that action at this time.
0 commit comments