File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 test :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
18+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1919 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2020 with :
2121 node-version : ' 24'
2929 runs-on : ubuntu-latest
3030 needs : test
3131 steps :
32- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
32+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3333 - run : docker pull pactfoundation/pact-cli:latest
3434 - name : Can I deploy?
3535 run : GIT_BRANCH=${GITHUB_REF:11} make can_i_deploy
3939 runs-on : ubuntu-latest
4040 needs : can-i-deploy
4141 steps :
42- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
42+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4343 - run : docker pull pactfoundation/pact-cli:latest
4444 - name : Deploy
4545 run : GIT_BRANCH=${GITHUB_REF:11} make deploy
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : checkout default branch if user manually provides pact URL
30- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
30+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3131 if : ${{ github.event.inputs.PACT_URL }}
3232 - name : checkout specific SHA if webhook providers pact URL
33- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
33+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3434 if : ${{ github.event.client_payload.pact_url }}
3535 with :
3636 ref : ${{env.GIT_COMMIT}}
You can’t perform that action at this time.
0 commit comments