Skip to content

Commit 14faed5

Browse files
chore(deps): update actions/attest-build-provenance action to v4 (#75)
* chore(deps): update actions/attest-build-provenance action to v4 * Bump versions --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jonathanrainer <jonathan.rainer@apollographql.com>
1 parent 4b05f63 commit 14faed5

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
@@ -175,7 +175,7 @@ jobs:
175175
labels: ${{ steps.meta.outputs.labels }}
176176
platforms: ${{ env.PLATFORMS }}
177177
- name: Generate artifact attestation
178-
uses: actions/attest-build-provenance@v3
178+
uses: actions/attest-build-provenance@v4
179179
with:
180180
subject-name: index.docker.io/${{ env.NAMESPACED_DOCKERHUB_REGISTRY }}
181181
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.10.0
88
# renovate: datasource=github-releases depName=apollographql/apollo-mcp-server
99
ARG APOLLO_MCP_SERVER_VERSION=1.7.0
1010

11-
LABEL org.opencontainers.image.version=0.0.33
11+
LABEL org.opencontainers.image.version=0.0.34
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)