Skip to content

Commit ad42a73

Browse files
chore(deps): pin dependencies
1 parent dc79448 commit ad42a73

File tree

4 files changed

+19
-58
lines changed

4 files changed

+19
-58
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
test:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
2020
with:
2121
node-version: '16'
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
needs: test
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3535
- run: docker pull pactfoundation/pact-cli:latest
3636
- name: Can I deploy?
3737
run: GIT_BRANCH=${GIT_REF:11} make can_i_deploy
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
needs: can-i-deploy
4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4545
- run: docker pull pactfoundation/pact-cli:latest
4646
- name: Deploy
4747
run: GIT_BRANCH=${GIT_REF:11} make deploy

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
pact-broker:
5-
image: pactfoundation/pact-broker:latest-multi
5+
image: pactfoundation/pact-broker:latest-multi@sha256:5261a9ee7176d76d77d19d3781be67827b231bed353c2cc2aacafb5eb5a6ee70
66
links:
77
- postgres
88
ports:
@@ -18,7 +18,7 @@ services:
1818
PACT_BROKER_DATABASE_CONNECT_MAX_RETRIES: "10"
1919
PACT_BROKER_PUBLIC_HEARTBEAT: "true"
2020
postgres:
21-
image: postgres
21+
image: postgres@sha256:6e3358e46e34dae6c184f48fd06fe1b3dbf958ad5b83480031907e52b9ec2a7d
2222
healthcheck:
2323
test: psql postgres --command "select 1" -U postgres
2424
ports:

package-lock.json

Lines changed: 10 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"pact:publish": "pact-broker publish pacts --consumer-app-version=\"$(./node_modules/.bin/absolute-version-from-git-tag)\" --auto-detect-version-properties --broker-base-url=http://localhost:8000"
1414
},
1515
"devDependencies": {
16-
"@pact-foundation/pact": "^12.1.0",
17-
"eslint": "^9.0.0",
18-
"jest": "^29.7.0",
19-
"absolute-version": "^1.0.2"
16+
"@pact-foundation/pact": "12.1.0",
17+
"eslint": "9.20.1",
18+
"jest": "29.7.0",
19+
"absolute-version": "1.0.2"
2020
},
2121
"license": "ISC"
2222
}

0 commit comments

Comments
 (0)