File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
test :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21
21
- name : Test (ruby standalone - docker)
22
22
run : GIT_BRANCH=${GITHUB_REF:11} make test
23
23
- name : Test (native standalone - docker)
28
28
runs-on : ubuntu-latest
29
29
needs : test
30
30
steps :
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32
32
- run : docker pull pactfoundation/pact-cli:latest
33
33
- name : Can I deploy?
34
34
run : GIT_BRANCH=${GITHUB_REF:11} make can_i_deploy
38
38
runs-on : ubuntu-latest
39
39
needs : can-i-deploy
40
40
steps :
41
- - uses : actions/checkout@v4
41
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
42
42
- run : docker pull pactfoundation/pact-cli:latest
43
43
- name : Deploy
44
44
run : GIT_BRANCH=${GITHUB_REF:11} make deploy
Original file line number Diff line number Diff line change 17
17
verify-changed-pact :
18
18
runs-on : ubuntu-latest
19
19
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
22
22
with :
23
23
python-version : ' 3.8'
24
24
architecture : ' x64'
Original file line number Diff line number Diff line change 1
- FROM python:3.11
1
+ FROM python:3.11@sha256:14b4620f59a90f163dfa6bd252b68743f9a41d494a9fde935f9d7669d98094bb
2
2
3
3
WORKDIR /code
4
4
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
10
10
- PORT=8000
11
11
12
12
pact_verifier :
13
- image : pactfoundation/pact-cli:latest
13
+ image : pactfoundation/pact-cli:latest@sha256:68a2a0b467b839c83abc802b39c84279c10b5ef1aa7758f1c4109f59b7f95841
14
14
depends_on :
15
15
- api
16
16
environment :
@@ -32,7 +32,7 @@ services:
32
32
--wait 10
33
33
34
34
pact_verifier_native :
35
- image : pactfoundation/pact-ref-verifier:latest
35
+ image : pactfoundation/pact-ref-verifier:latest@sha256:c511079f839bf4f291534e36a416f03f4372660851ce4f2aeaffcfd3450e71cf
36
36
depends_on :
37
37
- api
38
38
environment :
You can’t perform that action at this time.
0 commit comments