Skip to content

Commit f8f9c4a

Browse files
chore(deps): pin dependencies
1 parent 0dc1b8a commit f8f9c4a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
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
@@ -46,7 +46,7 @@ jobs:
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
@@ -56,7 +56,7 @@ jobs:
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

.github/workflows/trigger_partner_docs_update.yml

+2-2
Original file line numberDiff line numberDiff 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

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ python = "^3.11"
1717

1818
[tool.poetry.dev-dependencies]
1919
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"

0 commit comments

Comments
 (0)