File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1717 test :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2121 - name : Set up JDK 17
22- uses : actions/setup-java@v4
22+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4
2323 with :
2424 distribution : ' zulu'
2525 java-version : ' 17'
3131 runs-on : ubuntu-latest
3232 needs : test
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3535 - run : docker pull pactfoundation/pact-cli:latest
3636 - name : Can I deploy?
3737 run : GIT_BRANCH=${GITHUB_REF:11} make can_i_deploy
4141 runs-on : ubuntu-latest
4242 needs : can-i-deploy
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4545 - run : docker pull pactfoundation/pact-cli:latest
4646 - name : Deploy
4747 run : GIT_BRANCH=${GITHUB_REF:11} make deploy
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : checkout default branch if user manually provides pact URL
31- uses : actions/checkout@v4
31+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3232 if : ${{ github.event.inputs.PACT_URL }}
3333 - name : checkout specific SHA if webhook provides pact URL
34- uses : actions/checkout@v4
34+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3535 if : ${{ github.event.client_payload.pact_url }}
3636 with :
3737 ref : ${{env.GIT_COMMIT}}
3838 - name : Set up JDK 17
39- uses : actions/setup-java@v4
39+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4
4040 with :
4141 distribution : ' zulu'
4242 java-version : ' 17'
You can’t perform that action at this time.
0 commit comments