Skip to content

Commit 66d26c4

Browse files
chore(deps): update actions/checkout digest to 93cb6ef
Ref: PACT-445
1 parent 8051acf commit 66d26c4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2020
- name: Set up JDK 17
2121
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
2222
with:
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
needs: test
3232
steps:
33-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
33+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3434
- run: docker pull pactfoundation/pact-cli:latest
3535
- name: Can I deploy?
3636
run: GIT_BRANCH=${GITHUB_REF:11} make can_i_deploy
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
needs: can-i-deploy
4242
steps:
43-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
43+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4444
- run: docker pull pactfoundation/pact-cli:latest
4545
- name: Deploy
4646
run: GIT_BRANCH=${GITHUB_REF:11} make deploy

.github/workflows/contract_requiring_verification_published.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: checkout default branch if user manually provides pact URL
31-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
31+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3232
if: ${{ github.event.inputs.PACT_URL }}
3333
- name: checkout specific SHA if webhook provides pact URL
34-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
34+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3535
if: ${{ github.event.client_payload.pact_url }}
3636
with:
3737
ref: ${{env.GIT_COMMIT}}

0 commit comments

Comments
 (0)