Skip to content

Commit 1a73659

Browse files
chore(deps): pin dependencies
1 parent beea7bc commit 1a73659

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
test:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2121
- name: Test (ruby standalone - docker)
2222
run: GIT_BRANCH=${GITHUB_REF:11} make test
2323
- name: Test (native standalone - docker)
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
needs: test
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3232
- run: docker pull pactfoundation/pact-cli:latest
3333
- name: Can I deploy?
3434
run: GIT_BRANCH=${GITHUB_REF:11} make can_i_deploy
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
needs: can-i-deploy
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4242
- run: docker pull pactfoundation/pact-cli:latest
4343
- name: Deploy
4444
run: GIT_BRANCH=${GITHUB_REF:11} make deploy

.github/workflows/verify_changed_pact.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
verify-changed-pact:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
21-
- uses: actions/setup-python@v5
20+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
2222
with:
2323
python-version: '3.8'
2424
architecture: 'x64'

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11
1+
FROM python:3.11@sha256:14b4620f59a90f163dfa6bd252b68743f9a41d494a9fde935f9d7669d98094bb
22

33
WORKDIR /code
44

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- PORT=8000
1111

1212
pact_verifier:
13-
image: pactfoundation/pact-cli:latest
13+
image: pactfoundation/pact-cli:latest@sha256:68a2a0b467b839c83abc802b39c84279c10b5ef1aa7758f1c4109f59b7f95841
1414
depends_on:
1515
- api
1616
environment:
@@ -32,7 +32,7 @@ services:
3232
--wait 10
3333
3434
pact_verifier_native:
35-
image: pactfoundation/pact-ref-verifier:latest
35+
image: pactfoundation/pact-ref-verifier:latest@sha256:c511079f839bf4f291534e36a416f03f4372660851ce4f2aeaffcfd3450e71cf
3636
depends_on:
3737
- api
3838
environment:

0 commit comments

Comments
 (0)