File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
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@v4
19
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20
20
- name : Set up JDK 17
21
- uses : actions/setup-java@v4
21
+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4
22
22
with :
23
23
distribution : ' zulu'
24
24
java-version : ' 17'
30
30
runs-on : ubuntu-latest
31
31
needs : test
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
34
34
- run : docker pull pactfoundation/pact-cli:latest
35
35
- name : Can I deploy?
36
36
run : GIT_BRANCH=${GITHUB_REF:11} make can_i_deploy
40
40
runs-on : ubuntu-latest
41
41
needs : can-i-deploy
42
42
steps :
43
- - uses : actions/checkout@v4
43
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
44
44
- run : docker pull pactfoundation/pact-cli:latest
45
45
- name : Deploy
46
46
run : GIT_BRANCH=${GITHUB_REF:11} make deploy
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- name : checkout default branch if user manually provides pact URL
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32
32
if : ${{ github.event.inputs.PACT_URL }}
33
33
- name : checkout specific SHA if webhook provides pact URL
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
35
35
if : ${{ github.event.client_payload.pact_url }}
36
36
with :
37
37
ref : ${{env.GIT_COMMIT}}
38
38
- name : Set up JDK 17
39
- uses : actions/setup-java@v4
39
+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4
40
40
with :
41
41
distribution : ' zulu'
42
42
java-version : ' 17'
You can’t perform that action at this time.
0 commit comments