Skip to content

Commit 607b0a1

Browse files
chore(deps): update github actions digests (#30)
* chore(deps): update github actions digests * Bump version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jonathanrainer <[email protected]>
1 parent 243c2e2 commit 607b0a1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id-token: write
2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
27+
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
2828
- name: Add Tool To Parse Dockerfiles
2929
uses: taiki-e/install-action@parse-dockerfile
3030
- name: Get Versions From Dockerfile
@@ -58,7 +58,7 @@ jobs:
5858
echo "title=$STRIPPED_TITLE" >> "$GITHUB_OUTPUT"
5959
- name: Get Docker Metadata
6060
id: meta
61-
uses: docker/metadata-action@be19121bfd18b9c1ac415d9571d4f67b9b357886
61+
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f
6262
env:
6363
DOCKER_METADATA_PR_HEAD_SHA: true
6464
with:
@@ -81,13 +81,13 @@ jobs:
8181
org.opencontainers.image.description=${{ steps.remove-quotes.outputs.description }}
8282
org.opencontainers.image.title=${{ steps.remove-quotes.outputs.title }}
8383
- name: Log in to the Container Registry
84-
uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55
84+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
8585
with:
8686
registry: ${{ env.REGISTRY }}
8787
username: ${{ github.actor }}
8888
password: ${{ secrets.GITHUB_TOKEN }}
8989
- name: Set up Docker
90-
uses: docker/setup-docker-action@29412e2cf6d24b62f90425ba31a07e5d683a7127
90+
uses: docker/setup-docker-action@46897a62896535bdd1405daaf3939f80200ea25d
9191
with:
9292
daemon-config: |
9393
{
@@ -96,10 +96,10 @@ jobs:
9696
}
9797
}
9898
- name: Set up Docker Buildx
99-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
99+
uses: docker/setup-buildx-action@2c8bcdab540207666c188bc0c1fe75d2d109dc81
100100
- name: Build and Load Docker Image For Testing
101101
id: build-for-testing
102-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
102+
uses: docker/build-push-action@55146d969b0dff1a5c12630229609757af5b1081
103103
with:
104104
load: true
105105
tags: ${{ env.NAMESPACED_REGISTRY }}:test
@@ -137,7 +137,7 @@ jobs:
137137
--sensitive-data
138138
- name: Build and Push Docker image
139139
id: push
140-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
140+
uses: docker/build-push-action@55146d969b0dff1a5c12630229609757af5b1081
141141
with:
142142
push: true
143143
tags: ${{ steps.meta.outputs.tags }}

Dockerfile

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

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