File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 " pactflow-example-provider-java-graphql" ,
2222 ]
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2525 - name : Set up JDK 17
2626 uses : actions/setup-java@v4
2727 with :
4141 runs-on : ubuntu-latest
4242 needs : test
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4545 - run : docker pull pactfoundation/pact-cli:latest
4646 - name : Can I deploy?
4747 run : GIT_BRANCH=${GIT_REF:11} make can_i_deploy
5151 runs-on : ubuntu-latest
5252 needs : can-i-deploy
5353 steps :
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5555 - run : docker pull pactfoundation/pact-cli:latest
5656 - name : Deploy
5757 run : GIT_BRANCH=${GIT_REF:11} make deploy
You can’t perform that action at this time.
0 commit comments