Skip to content

Commit e710718

Browse files
chore(deps): update actions/attest-build-provenance action to v3 (#46)
* chore(deps): update actions/attest-build-provenance action to v3 * Bump version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jonathanrainer <[email protected]>
1 parent cb634ca commit e710718

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
labels: ${{ steps.meta.outputs.labels }}
174174
platforms: ${{ env.PLATFORMS }}
175175
- name: Generate artifact attestation
176-
uses: actions/attest-build-provenance@v2
176+
uses: actions/attest-build-provenance@v3
177177
with:
178178
subject-name: index.docker.io/${{ env.NAMESPACED_DOCKERHUB_REGISTRY }}
179179
subject-digest: ${{ steps.push.outputs.digest }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG APOLLO_ROUTER_VERSION=2.5.0
88
# renovate: datasource=github-releases depName=apollographql/apollo-mcp-server
99
ARG APOLLO_MCP_SERVER_VERSION=0.7.5
1010

11-
LABEL org.opencontainers.image.version=0.0.18
11+
LABEL org.opencontainers.image.version=0.0.19
1212
LABEL org.opencontainers.image.vendor="Apollo GraphQL"
1313
LABEL org.opencontainers.image.title="Apollo Runtime"
1414
LABEL org.opencontainers.image.description="A GraphQL Runtime for serving Supergraphs and enabling AI"

0 commit comments

Comments
 (0)