Skip to content

Bump the gha-dependencies group with 2 updates#6778

Merged
khsrali merged 2 commits into
mainfrom
dependabot/github_actions/gha-dependencies-ea28c50188
Apr 23, 2025
Merged

Bump the gha-dependencies group with 2 updates#6778
khsrali merged 2 commits into
mainfrom
dependabot/github_actions/gha-dependencies-ea28c50188

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 1, 2025

Bumps the gha-dependencies group with 2 updates: docker/bake-action and astral-sh/setup-uv.

Updates docker/bake-action from 5 to 6

Release notes

Sourced from docker/bake-action's releases.

v6.0.0

[!IMPORTANT] This major release uses the Git context to build from a remote bake definition by default like docker/build-push-action does to be consistent.

If you're using docker/metadata-action with bake and a remote bake definition, you need to set the cwd:// prefix to combine the remote one with the local one. More info: docker/bake-action#287

If you want to keep the old behavior using the Path context, you need to update your workflow and set source: .

Full Changelog: docker/bake-action@v5.11.0...v6.0.0

v5.13.0

Full Changelog: docker/bake-action@v5.12.0...v5.13.0

v5.12.0

Full Changelog: docker/bake-action@v5.11.0...v5.12.0

v5.11.0

list-targets subaction changes:

Full Changelog: docker/bake-action@v5.10.0...v5.11.0

v5.10.0

Full Changelog: docker/bake-action@v5.9.0...v5.10.0

v5.9.0

Full Changelog: docker/bake-action@v5.8.0...v5.9.0

v5.8.0

... (truncated)

Commits
  • 4ba453f Merge pull request #305 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • be887ed chore: update generated content
  • c9725ed chore(deps): Bump @​docker/actions-toolkit from 0.55.0 to 0.56.0
  • c1f157c Merge pull request #304 from crazy-max/buildx-edge
  • 28af3ee ci: update buildx to edge and buildkit to latest
  • 4f08b22 Merge pull request #303 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 5c5be5f chore: update generated content
  • c48383c chore(deps): Bump @​docker/actions-toolkit from 0.53.0 to 0.55.0
  • 7bff531 Merge pull request #297 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 4eb699f chore: update generated content
  • Additional commits viewable in compare view

Updates astral-sh/setup-uv from 5.2.1 to 5.3.0

Release notes

Sourced from astral-sh/setup-uv's releases.

v5.3.0 🌈 Support MUSL, s390x and powerpc

In this release we add support for MUSL based systems. This is helpful if you are running your workflow inside a docker image based on alpine.

[!TIP] Please be aware that you have to make sure a python interpreter is already present (apk add python3), see also https://docs.astral.sh/uv/concepts/python-versions/#cpython-distributions and astral-sh/uv#6890

@​Zxilly also added support for running this action on self-hosted runners using s390x and powerpc architectures. Thank you!

This release also includes more debug logs which makes tracking down issues easier in the future.

🐛 Bug fixes

🚀 Enhancements

🧰 Maintenance

📚 Documentation

  • Add FAQ on resolution strategy and cache not found warnings @​eifinger (#296)

v5.2.2 🌈 Full support for GHES

Changes

This release fixes some issues that prevented use with GitHub Enterprise Server instances.

🐛 Bug fixes

🧰 Maintenance

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 1, 2025
Bumps the gha-dependencies group with 2 updates: [docker/bake-action](https://github.com/docker/bake-action) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).


Updates `docker/bake-action` from 5 to 6
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v5...v6)

Updates `astral-sh/setup-uv` from 5.2.1 to 5.3.0
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v5.2.1...v5.3.0)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha-dependencies
- dependency-name: astral-sh/setup-uv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gha-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/gha-dependencies-ea28c50188 branch from 5568245 to 419db80 Compare April 1, 2025 01:51
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.29%. Comparing base (b95fd21) to head (81a760a).
Report is 63 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6778   +/-   ##
=======================================
  Coverage   78.29%   78.29%           
=======================================
  Files         566      566           
  Lines       42764    42764           
=======================================
  Hits        33479    33479           
  Misses       9285     9285           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@khsrali khsrali merged commit 48bd2ac into main Apr 23, 2025
29 checks passed
@khsrali khsrali deleted the dependabot/github_actions/gha-dependencies-ea28c50188 branch April 23, 2025 17:44
khsrali added a commit that referenced this pull request Apr 25, 2025
unkcpz pushed a commit that referenced this pull request Apr 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant