File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1717 test :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2121 - name : Test (ruby standalone - docker)
2222 run : GIT_BRANCH=${GITHUB_REF:11} make test
2323 - name : Test (native standalone - docker)
2828 runs-on : ubuntu-latest
2929 needs : test
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3232 - run : docker pull pactfoundation/pact-cli:latest
3333 - name : Can I deploy?
3434 run : GIT_BRANCH=${GITHUB_REF:11} make can_i_deploy
3838 runs-on : ubuntu-latest
3939 needs : can-i-deploy
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4242 - run : docker pull pactfoundation/pact-cli:latest
4343 - name : Deploy
4444 run : GIT_BRANCH=${GITHUB_REF:11} make deploy
Original file line number Diff line number Diff line change 1717 verify-changed-pact :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
21- - uses : actions/setup-python@v5
20+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
2222 with :
2323 python-version : ' 3.8'
2424 architecture : ' x64'
Original file line number Diff line number Diff line change 1- FROM python:3.11
1+ FROM python:3.11@sha256:14b4620f59a90f163dfa6bd252b68743f9a41d494a9fde935f9d7669d98094bb
22
33WORKDIR /code
44
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
1010 - PORT=8000
1111
1212 pact_verifier :
13- image : pactfoundation/pact-cli:latest
13+ image : pactfoundation/pact-cli:latest@sha256:68a2a0b467b839c83abc802b39c84279c10b5ef1aa7758f1c4109f59b7f95841
1414 depends_on :
1515 - api
1616 environment :
@@ -32,7 +32,7 @@ services:
3232 --wait 10
3333
3434 pact_verifier_native :
35- image : pactfoundation/pact-ref-verifier:latest
35+ image : pactfoundation/pact-ref-verifier:latest@sha256:c511079f839bf4f291534e36a416f03f4372660851ce4f2aeaffcfd3450e71cf
3636 depends_on :
3737 - api
3838 environment :
You can’t perform that action at this time.
0 commit comments