Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update docker/bake-action action to v6 #421

Merged
merged 3 commits into from
Feb 4, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2025

This PR contains the following updates:

Package Type Update Change
docker/bake-action action major v5 -> v6

Release Notes

docker/bake-action (docker/bake-action)

v6

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Jan 8, 2025
@ardatan ardatan force-pushed the renovate/docker-bake-action-6.x branch 3 times, most recently from 6449f5a to 1f23555 Compare January 10, 2025 11:25
@ardatan ardatan requested a review from enisdenjo January 10, 2025 11:28
@renovate renovate bot force-pushed the renovate/docker-bake-action-6.x branch from 1f23555 to cb9583f Compare January 10, 2025 11:29
@ardatan ardatan force-pushed the renovate/docker-bake-action-6.x branch from cb9583f to f375d7a Compare January 23, 2025 16:43
@@ -112,7 +112,7 @@
- name: Inject version
run: yarn workspace @graphql-hive/gateway tsx scripts/inject-version ${{ fromJSON(steps.ver-gateway.outputs.result).version }}
- name: Bake and Push
uses: docker/bake-action@v5
uses: docker/bake-action@v6

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Release' step
Uses Step
uses 'docker/bake-action' with ref 'v6', not a pinned commit hash
.github/workflows/test.yml Fixed Show fixed Hide fixed
@theguild-bot
Copy link
Collaborator

theguild-bot commented Jan 23, 2025

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-tools/batch-delegate 9.0.29-alpha-1b3d2ba52a8f351dabd9f6162b753a8a2894c54d npm ↗︎ unpkg ↗︎
@graphql-tools/delegate 10.2.11-alpha-1b3d2ba52a8f351dabd9f6162b753a8a2894c54d npm ↗︎ unpkg ↗︎
@graphql-tools/executor-graphql-ws 1.3.8-alpha-1b3d2ba52a8f351dabd9f6162b753a8a2894c54d npm ↗︎ unpkg ↗︎
@graphql-tools/federation 3.0.11-alpha-1b3d2ba52a8f351dabd9f6162b753a8a2894c54d npm ↗︎ unpkg ↗︎
@graphql-mesh/fusion-runtime 0.10.31-alpha-1b3d2ba52a8f351dabd9f6162b753a8a2894c54d npm ↗︎ unpkg ↗︎
@graphql-hive/gateway 1.8.1-alpha-1b3d2ba52a8f351dabd9f6162b753a8a2894c54d npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-opentelemetry 1.3.38-alpha-1b3d2ba52a8f351dabd9f6162b753a8a2894c54d npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-prometheus 1.3.26-alpha-1b3d2ba52a8f351dabd9f6162b753a8a2894c54d npm ↗︎ unpkg ↗︎
@graphql-hive/gateway-runtime 1.4.10-alpha-1b3d2ba52a8f351dabd9f6162b753a8a2894c54d npm ↗︎ unpkg ↗︎
@graphql-tools/stitch 9.4.16-alpha-1b3d2ba52a8f351dabd9f6162b753a8a2894c54d npm ↗︎ unpkg ↗︎
@graphql-tools/stitching-directives 3.1.26-alpha-1b3d2ba52a8f351dabd9f6162b753a8a2894c54d npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-ws 0.4.17-alpha-1b3d2ba52a8f351dabd9f6162b753a8a2894c54d npm ↗︎ unpkg ↗︎
@graphql-tools/wrap 10.0.29-alpha-1b3d2ba52a8f351dabd9f6162b753a8a2894c54d npm ↗︎ unpkg ↗︎

@theguild-bot
Copy link
Collaborator

theguild-bot commented Jan 23, 2025

🚀 Snapshot Release (Binary for Linux-X64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator

theguild-bot commented Jan 23, 2025

🚀 Snapshot Release (Binary for macOS-ARM64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator

theguild-bot commented Jan 23, 2025

🚀 Snapshot Release (Binary for macOS-X64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator

theguild-bot commented Jan 23, 2025

🚀 Snapshot Release (Binary for Windows-X64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

Copy link
Contributor Author

renovate bot commented Feb 4, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@@ -160,8 +160,9 @@
run: yarn workspace @graphql-hive/gateway bundle
- if: matrix.setup.gateway-runner == 'docker' || matrix.setup.gateway-runner == 'bun-docker'
name: Bake
uses: docker/bake-action@v5
uses: docker/bake-action@v6

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium test

Unpinned 3rd party Action 'Test' step
Uses Step
uses 'docker/bake-action' with ref 'v6', not a pinned commit hash
@theguild-bot
Copy link
Collaborator

🚀 Snapshot Release (Binary for Linux-ARM64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator

🚀 Snapshot Release (Bun Docker Image)

The latest changes of this PR are available as image on GitHub Container Registry (based on the declared changesets):

ghcr.io/graphql-hive/gateway:1.8.1-alpha-1b3d2ba52a8f351dabd9f6162b753a8a2894c54d-bun

@theguild-bot
Copy link
Collaborator

🚀 Snapshot Release (Node Docker Image)

The latest changes of this PR are available as image on GitHub Container Registry (based on the declared changesets):

ghcr.io/graphql-hive/gateway:1.8.1-alpha-1b3d2ba52a8f351dabd9f6162b753a8a2894c54d

@enisdenjo enisdenjo merged commit 53a8ac2 into main Feb 4, 2025
59 of 60 checks passed
@enisdenjo enisdenjo deleted the renovate/docker-bake-action-6.x branch February 4, 2025 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants