File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1414 test :
1515 runs-on : ubuntu-latest
1616 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
1919 with :
2020 python-version : " 3.11"
2121 - name : install pyenv
4646 runs-on : ubuntu-latest
4747 needs : test
4848 steps :
49- - uses : actions/checkout@v2
49+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
5050 - run : docker pull pactfoundation/pact-cli:latest
5151 - name : Can I deploy?
5252 run : GIT_BRANCH=${GIT_REF:11} make can_i_deploy
5656 runs-on : ubuntu-latest
5757 needs : can-i-deploy
5858 steps :
59- - uses : actions/checkout@v2
59+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
6060 - run : docker pull pactfoundation/pact-cli:latest
6161 - name : Deploy
6262 run : GIT_BRANCH=${GIT_REF:11} make deploy
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 steps :
1414 - name : Trigger partner docs update
1515 if : github.repository == 'pactflow/example-consumer-python-sns'
16- uses : peter-evans/repository-dispatch@v1
16+ uses : peter-evans/repository-dispatch@ce5485de42c9b2622d2ed064be479e8ed65e76f4 # v1
1717 with :
1818 token : ${{ secrets.GHTOKENFORTRIGGERINGPACTDOCSUPDATE }}
1919 repository : pactflow/partners.pactflow.io
2020 event-type : pactflow-example-consumer-python-sns-updated
2121 - name : Trigger docs update
2222 if : github.repository == 'pactflow/example-consumer-python-sns'
23- uses : peter-evans/repository-dispatch@v1
23+ uses : peter-evans/repository-dispatch@ce5485de42c9b2622d2ed064be479e8ed65e76f4 # v1
2424 with :
2525 token : ${{ secrets.GHTOKENFORTRIGGERINGPACTDOCSUPDATE }}
2626 repository : pactflow/docs.pactflow.io
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ python = "^3.11"
1717
1818[tool .poetry .dev-dependencies ]
1919pytest = " 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