File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1515 test :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919 - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
2020 with :
2121 node-version : ' 16'
3131 runs-on : ubuntu-latest
3232 needs : test
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3535 - run : docker pull pactfoundation/pact-cli:latest
3636 - name : Can I deploy?
3737 run : GIT_BRANCH=${GIT_REF:11} make can_i_deploy
4141 runs-on : ubuntu-latest
4242 needs : can-i-deploy
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4545 - run : docker pull pactfoundation/pact-cli:latest
4646 - name : Deploy
4747 run : GIT_BRANCH=${GIT_REF:11} make deploy
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3"
22
33services :
44 pact-broker :
5- image : pactfoundation/pact-broker:latest-multi
5+ image : pactfoundation/pact-broker:latest-multi@sha256:5261a9ee7176d76d77d19d3781be67827b231bed353c2cc2aacafb5eb5a6ee70
66 links :
77 - postgres
88 ports :
@@ -18,7 +18,7 @@ services:
1818 PACT_BROKER_DATABASE_CONNECT_MAX_RETRIES : " 10"
1919 PACT_BROKER_PUBLIC_HEARTBEAT : " true"
2020 postgres :
21- image : postgres
21+ image : postgres@sha256:6e3358e46e34dae6c184f48fd06fe1b3dbf958ad5b83480031907e52b9ec2a7d
2222 healthcheck :
2323 test : psql postgres --command "select 1" -U postgres
2424 ports :
Original file line number Diff line number Diff line change 1313 "pact:publish" : " pact-broker publish pacts --consumer-app-version=\" $(./node_modules/.bin/absolute-version-from-git-tag)\" --auto-detect-version-properties --broker-base-url=http://localhost:8000"
1414 },
1515 "devDependencies" : {
16- "@pact-foundation/pact" : " ^ 12.1.0" ,
17- "eslint" : " ^9.0.0 " ,
18- "jest" : " ^ 29.7.0" ,
19- "absolute-version" : " ^ 2.0.0"
16+ "@pact-foundation/pact" : " 12.1.0" ,
17+ "eslint" : " 9.20.1 " ,
18+ "jest" : " 29.7.0" ,
19+ "absolute-version" : " 2.0.0"
2020 },
2121 "license" : " ISC"
2222}
You can’t perform that action at this time.
0 commit comments