Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/infra-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fi

- name: Log in to GHCR (for manifest probes)
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:

- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0

- uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
- uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -245,14 +245,14 @@ jobs:
docker buildx imagetools inspect "$IMAGE@$digest"

- name: Attest build provenance
uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1
with:
subject-name: ${{ matrix.component.image }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

- name: Attest SPDX SBOM
uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1
with:
subject-name: ${{ matrix.component.image }}
subject-digest: ${{ steps.push.outputs.digest }}
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
steps:
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0

- uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
- uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,13 @@ jobs:

- name: Attest npm package build provenance
id: provenance
uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1
with:
subject-path: release-artifacts/packages/*.tgz

- name: Attest npm package CycloneDX SBOM
id: sbom-attestation
uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1
with:
subject-path: release-artifacts/packages/*.tgz
sbom-path: release-artifacts/release.cdx.json
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wab-marketplace-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,14 +233,14 @@ jobs:
# digest instead.
- name: Attest Marketplace build provenance
if: steps.exists.outputs.already == 'false'
uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1
with:
subject-name: ${{ env.MP_ECR_ACCOUNT }}.dkr.ecr.${{ env.AWS_REGION }}.amazonaws.com/${{ env.MP_ECR_REPO }}
subject-digest: ${{ steps.push.outputs.digest }}

- name: Attest Marketplace SPDX SBOM
if: steps.exists.outputs.already == 'false'
uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1
with:
subject-name: ${{ env.MP_ECR_ACCOUNT }}.dkr.ecr.${{ env.AWS_REGION }}.amazonaws.com/${{ env.MP_ECR_REPO }}
subject-digest: ${{ steps.push.outputs.digest }}
Expand Down
16 changes: 8 additions & 8 deletions infra/chaintracks-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infra/chaintracks-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/node": "^24.13.3",
"@types/node": "^26.1.2",
"@typescript/native": "npm:typescript@7.0.2",
"oxlint": "^1.76.0",
"ts-node": "^10.9.2",
Expand Down
16 changes: 8 additions & 8 deletions infra/message-box-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infra/message-box-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/express": "^5.0.6",
"@types/jest": "^30.0.0",
"@types/mock-knex": "^0.4.8",
"@types/node": "^24.13.3",
"@types/node": "^26.1.2",
"@types/supertest": "^7.2.1",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.8",
Expand Down
2 changes: 1 addition & 1 deletion infra/overlay-server/deploy/app-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
secretKeyRef:
name: overlay-secrets
key: admin-token
image: ghcr.io/bsv-blockchain/overlay-server:v2.1.18@sha256:11e6c1ba404fec9c4ad300e5c3e0e21dce3f1ceddbba733c7ecce57801645fa9
image: ghcr.io/bsv-blockchain/overlay-server:v2.1.25@sha256:5b65ea38b23dadb0fbbc4d69c203c8370ceb7dd5d56dda656d5121ee729c06f7
imagePullPolicy: IfNotPresent
name: overlay
lifecycle:
Expand Down
2 changes: 1 addition & 1 deletion infra/overlay-server/deploy/mysql-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
secretKeyRef:
name: overlay-database-secrets
key: mysql-user
image: mysql:8.4.10@sha256:8dbcf531a03aade657e181b9cf2f1d1803ce621a1d55610cb44cb531ab7d7db6
image: mysql:8.4.11@sha256:b3b90af2a6552ae30c266fdb7d5dd55f3afb72404bb78d37fe8a23eb857fd3fb
name: mysql
ports:
- containerPort: 3306
Expand Down
16 changes: 8 additions & 8 deletions infra/overlay-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infra/overlay-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dev": "tsx src/index.ts"
},
"devDependencies": {
"@types/node": "^24.13.3",
"@types/node": "^26.1.2",
"@typescript/native": "npm:typescript@7.0.2",
"oxlint": "^1.76.0",
"tsx": "^4.23.1",
Expand Down
16 changes: 8 additions & 8 deletions infra/uhrp-server-basic/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infra/uhrp-server-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"devDependencies": {
"@types/body-parser": "^1.19.6",
"@types/express": "^5.0.6",
"@types/node": "^24.13.3",
"@types/node": "^26.1.2",
"@types/prettyjson": "^0.0.33",
"@typescript/native": "npm:typescript@7.0.2",
"jest": "^30.4.2",
Expand Down
16 changes: 8 additions & 8 deletions infra/uhrp-server-cloud-bucket/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infra/uhrp-server-cloud-bucket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@types/ejs": "^3.1.5",
"@types/express": "^5.0.6",
"@types/jest": "^30.0.0",
"@types/node": "^24.13.3",
"@types/node": "^26.1.2",
"@types/prettyjson": "^0.0.33",
"@typescript/native": "npm:typescript@7.0.2",
"ejs": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion infra/wab/deploy/mysql-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
configMapKeyRef:
name: wab-config
key: db-user
image: mysql:8.4.10@sha256:8dbcf531a03aade657e181b9cf2f1d1803ce621a1d55610cb44cb531ab7d7db6
image: mysql:8.4.11@sha256:b3b90af2a6552ae30c266fdb7d5dd55f3afb72404bb78d37fe8a23eb857fd3fb
name: mysql
ports:
- containerPort: 3306
Expand Down
2 changes: 1 addition & 1 deletion infra/wab/deploy/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
service: web
containers:
# General image from infra-release.yaml (GHCR). Keep tag and digest together.
- image: ghcr.io/bsv-blockchain/wab:v1.4.10@sha256:b770900fcdfd151eca342d0e3d9b1ed49dc987f961b68d38e112f136d1fe10e5
- image: ghcr.io/bsv-blockchain/wab:v1.4.19@sha256:3d419260d566d70dc23686073a8b5e26e1377dfd187ce0cdf8c7f13024a7acf5
imagePullPolicy: IfNotPresent
env:
- name: DB_CLIENT
Expand Down
16 changes: 8 additions & 8 deletions infra/wab/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading