Skip to content

Commit d02c508

Browse files
MarTrepodiclaude
andcommitted
ci: bump Comlink integration image to 4.5.0
Update both the comlink and comlink-hmac services in the integration workflow from 4.4.2 to 4.5.0, keeping the two pinned to the same tag. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 1bd12a4 commit d02c508

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
# Bump this tag on purpose, and keep both services on the same tag.
2525
# 4.4.2 fixes the /data fetch that 4.4.0 and 4.4.1 could not complete.
2626
comlink:
27-
image: ghcr.io/swgoh-utils/swgoh-comlink:4.4.2
27+
image: ghcr.io/swgoh-utils/swgoh-comlink:4.5.0
2828
env:
2929
APP_NAME: comlink-python-integration-tests
3030
ports:
3131
- 3000:3000
3232

3333
comlink-hmac:
34-
image: ghcr.io/swgoh-utils/swgoh-comlink:4.4.2
34+
image: ghcr.io/swgoh-utils/swgoh-comlink:4.5.0
3535
env:
3636
APP_NAME: comlink-python-hmac-integration-tests
3737
ACCESS_KEY: ${{ secrets.COMLINK_ACCESS_KEY }}

0 commit comments

Comments
 (0)