Commit 3e5f2a4 1 parent 3f2a1ae commit 3e5f2a4 Copy full SHA for 3e5f2a4
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
test :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
19
- name : Set up JDK 17
20
- uses : actions/setup-java@v4
20
+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4
21
21
with :
22
22
distribution : ' zulu'
23
23
java-version : ' 17'
29
29
runs-on : ubuntu-latest
30
30
needs : test
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
33
33
- run : docker pull pactfoundation/pact-cli:latest
34
34
- name : Can I deploy?
35
35
run : GIT_BRANCH=${GITHUB_REF:11} make can_i_deploy
39
39
runs-on : ubuntu-latest
40
40
needs : can-i-deploy
41
41
steps :
42
- - uses : actions/checkout@v4
42
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
43
43
- run : docker pull pactfoundation/pact-cli:latest
44
44
- name : Deploy
45
45
run : GIT_BRANCH=${GITHUB_REF:11} make deploy
You can’t perform that action at this time.
0 commit comments