File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
" pactflow-example-provider-java-graphql" ,
22
22
]
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25
25
- name : Set up JDK 17
26
- uses : actions/setup-java@v4
26
+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
27
27
with :
28
28
distribution : ' zulu'
29
29
java-version : ' 17'
41
41
runs-on : ubuntu-latest
42
42
needs : test
43
43
steps :
44
- - uses : actions/checkout@v4
44
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
45
45
- run : docker pull pactfoundation/pact-cli:latest
46
46
- name : Can I deploy?
47
47
run : GIT_BRANCH=${GIT_REF:11} make can_i_deploy
51
51
runs-on : ubuntu-latest
52
52
needs : can-i-deploy
53
53
steps :
54
- - uses : actions/checkout@v4
54
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
55
55
- run : docker pull pactfoundation/pact-cli:latest
56
56
- name : Deploy
57
57
run : GIT_BRANCH=${GIT_REF:11} make deploy
You can’t perform that action at this time.
0 commit comments