Skip to content

Commit 6c8362c

Browse files
chore(deps): pin dependencies
1 parent a0883ca commit 6c8362c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
# 'pactflow-example-bi-directional-provider-dotnet'
2727
]
2828
steps:
29-
- uses: actions/checkout@v4
30-
- uses: actions/setup-go@v5
29+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
3131
with:
3232
go-version: '^1.22.x'
3333
- name: install pact-go shared libraries
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
needs: test
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5050
- run: docker pull pactfoundation/pact-cli:latest
5151
- name: Can I deploy?
5252
run: GIT_BRANCH=${GIT_REF:11} make can_i_deploy
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
needs: can-i-deploy
5858
steps:
59-
- uses: actions/checkout@v4
59+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6060
- run: docker pull pactfoundation/pact-cli:latest
6161
- name: Deploy
6262
run: GIT_BRANCH=${GIT_REF:11} make deploy

0 commit comments

Comments
 (0)