Skip to content

Commit e181785

Browse files
chore(deps): update actions/checkout digest to 93cb6ef (#167)
Ref: PACT-445 Co-authored-by: pactflow-renovate-bot[bot] <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com>
1 parent c442122 commit e181785

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 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
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2121
with:
2222
node-version: '24'
@@ -33,12 +33,12 @@ jobs:
3333
continue-on-error: true
3434
steps:
3535
- run: docker pull pactfoundation/pact-cli:latest
36-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
36+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3737
- name: Check if verification exists
3838
# Raises an error and does not continue if the verification already exists
3939
# Because continue-on-error is set to true, this will not fail the overall build however
4040
run: "! make check_if_successfull_verification_exists"
41-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
41+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4242
with:
4343
repository: pactflow/example-provider
4444
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
needs: Verify
6464
steps:
65-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
65+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
6666
- run: docker pull pactfoundation/pact-cli:latest
6767
- name: Can I deploy?
6868
run: make can_i_deploy
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
needs: Can-I-Deploy
7575
steps:
76-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
76+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
7777
- run: docker pull pactfoundation/pact-cli:latest
7878
- name: Deploy
7979
run: GIT_BRANCH=${GITHUB_REF:11} make deploy

0 commit comments

Comments
 (0)