Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2025

Bumps bump-sh/github-action from 1.2.0 to 1.2.3.

Release notes

Sourced from bump-sh/github-action's releases.

Overlay support improvements

🆕 Overlay are now supported with the diff command

You can now use the overlay: input with a list of overlay files (separated by commas) with the Diff command (input command: diff). This is similar to the current behavior on deploy commands.

I.e. running the action with the following step:

  uses: bump-sh/github-action@v1
  with:
    doc: cloud-controlplane
    token: ***
    file: my-openapi.yaml
    overlay: overlays/shared/my-overlay.yml,overlays/extra-overlay.yml
    command: diff

will create a diff on your pull requests if your my-openapi.yaml file, with both overlay files applied, has changed.

Upgrades

  • The Bump CLI was upgrade to the greatest and latest 2.9.6
  • Minor upgrades of external dependencies

Bugfix release on hub deployments

Bugfix 🐛

We now make sure to auto create documentation on every hub deployment (bump-sh/github-action#529). This means that when deploying to a specific documentation name in a hub with the following parameters:

doc: my-super-doc
hub: my-hub
token: <bump-token>
command: deploy

The deployment will either create a new version on an existing documention if the my-super-doc exists, or create a new documentation named My super doc and deploy a first version on it.

Upgrades

Some minor dependencies upgrades.

Full Changelog: bump-sh/github-action@v1.2.0...v1.2.1

Commits
  • 841fdea 1.2.3
  • 6c4f777 deps: minor external dependencies update to fix security vuln
  • 0b68098 deps(bump-cli): upgrade to latest 2.9.7
  • 339618b 1.2.2
  • da7d5cf build(deps-dev): bump @​rollup/plugin-node-resolve from 16.0.0 to 16.0.1
  • 10b65eb build(deps-dev): bump eslint-config-prettier from 8.10.0 to 10.1.8
  • 3b8dcce build(deps-dev): bump @​types/node from 22.10.2 to 24.0.15
  • d822f42 overlays: send input overlays to the diff core lib
  • d9bd193 deps(bump-cli): upgrade to latest 2.9.6
  • 49122a0 Readme: update to mention hubs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bump-sh/github-action](https://github.com/bump-sh/github-action) from 1.2.0 to 1.2.3.
- [Release notes](https://github.com/bump-sh/github-action/releases)
- [Commits](bump-sh/github-action@59eaae9...841fdea)

---
updated-dependencies:
- dependency-name: bump-sh/github-action
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 22, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 22, 2025 21:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 22, 2025
@andreaangiolillo andreaangiolillo merged commit 0d25b32 into main Jul 23, 2025
4 checks passed
@andreaangiolillo andreaangiolillo deleted the dependabot/github_actions/bump-sh/github-action-1.2.3 branch July 23, 2025 07:50
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.

2 participants