File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 14
14
test :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v4
18
- - uses : actions/setup-python@v4
17
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
+ - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
19
19
with :
20
20
python-version : " 3.11"
21
21
- name : install pyenv
46
46
runs-on : ubuntu-latest
47
47
needs : test
48
48
steps :
49
- - uses : actions/checkout@v2
49
+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
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@v2
59
+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
60
60
- run : docker pull pactfoundation/pact-cli:latest
61
61
- name : Deploy
62
62
run : GIT_BRANCH=${GIT_REF:11} make deploy
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
13
13
steps :
14
14
- name : Trigger partner docs update
15
15
if : github.repository == 'pactflow/example-consumer-python-sns'
16
- uses : peter-evans/repository-dispatch@v1
16
+ uses : peter-evans/repository-dispatch@ce5485de42c9b2622d2ed064be479e8ed65e76f4 # v1
17
17
with :
18
18
token : ${{ secrets.GHTOKENFORTRIGGERINGPACTDOCSUPDATE }}
19
19
repository : pactflow/partners.pactflow.io
20
20
event-type : pactflow-example-consumer-python-sns-updated
21
21
- name : Trigger docs update
22
22
if : github.repository == 'pactflow/example-consumer-python-sns'
23
- uses : peter-evans/repository-dispatch@v1
23
+ uses : peter-evans/repository-dispatch@ce5485de42c9b2622d2ed064be479e8ed65e76f4 # v1
24
24
with :
25
25
token : ${{ secrets.GHTOKENFORTRIGGERINGPACTDOCSUPDATE }}
26
26
repository : pactflow/docs.pactflow.io
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ python = "^3.11"
17
17
18
18
[tool .poetry .dev-dependencies ]
19
19
pytest = " 8.3.3"
20
- pytest-asyncio = " ^ 0.24.0"
21
- pytest-mock = " ^ 3.14.0"
22
- pact-python = " ^ 2.2.2"
20
+ pytest-asyncio = " 0.24.0"
21
+ pytest-mock = " 3.14.0"
22
+ pact-python = " 2.2.2"
You can’t perform that action at this time.
0 commit comments