File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
# 'pactflow-example-bi-directional-provider-dotnet'
27
27
]
28
28
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
31
31
with :
32
32
go-version : ' ^1.22.x'
33
33
- name : install pact-go shared libraries
46
46
runs-on : ubuntu-latest
47
47
needs : test
48
48
steps :
49
- - uses : actions/checkout@v4
49
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
50
50
- run : docker pull pactfoundation/pact-cli:latest
51
51
- name : Can I deploy?
52
52
run : GIT_BRANCH=${GIT_REF:11} make can_i_deploy
56
56
runs-on : ubuntu-latest
57
57
needs : can-i-deploy
58
58
steps :
59
- - uses : actions/checkout@v4
59
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
60
60
- run : docker pull pactfoundation/pact-cli:latest
61
61
- name : Deploy
62
62
run : GIT_BRANCH=${GIT_REF:11} make deploy
You can’t perform that action at this time.
0 commit comments