Skip to content

chore(deps): bump the github-actions-dependencies group across 10 directories with 8 updates#478

Merged
neilime merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-286151a931
May 22, 2026
Merged

chore(deps): bump the github-actions-dependencies group across 10 directories with 8 updates#478
neilime merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-286151a931

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Bumps the github-actions-dependencies group with 8 updates in the / directory:

Package From To
hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml 0.35.1 0.35.4
hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml 0.23.3 0.25.0
hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml 0.35.1 0.35.4
hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml 0.35.1 0.35.4
hoverkraft-tech/ci-github-common/.github/workflows/linter.yml 0.35.1 0.35.4
hoverkraft-tech/ci-github-common/.github/workflows/stale.yml 0.35.1 0.35.4
hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml 0.34.0 0.34.2
hoverkraft-tech/ci-github-common 0.35.1 0.35.4

Bumps the github-actions-dependencies group with 1 update in the /actions/build directory: hoverkraft-tech/ci-github-common.
Bumps the github-actions-dependencies group with 1 update in the /actions/codecov directory: hoverkraft-tech/ci-github-common.
Bumps the github-actions-dependencies group with 1 update in the /actions/dependencies-cache directory: hoverkraft-tech/ci-github-common.
Bumps the github-actions-dependencies group with 1 update in the /actions/get-package-manager directory: hoverkraft-tech/ci-github-common.
Bumps the github-actions-dependencies group with 1 update in the /actions/has-installed-dependencies directory: hoverkraft-tech/ci-github-common.
Bumps the github-actions-dependencies group with 1 update in the /actions/lint directory: hoverkraft-tech/ci-github-common.
Bumps the github-actions-dependencies group with 1 update in the /actions/package directory: hoverkraft-tech/ci-github-common.
Bumps the github-actions-dependencies group with 1 update in the /actions/setup-node directory: hoverkraft-tech/ci-github-common.
Bumps the github-actions-dependencies group with 1 update in the /actions/test directory: hoverkraft-tech/ci-github-common.

Updates hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml from 0.35.1 to 0.35.4

Release notes

Sourced from hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml's releases.

0.35.4

Release Summary

actions/checkout now supports the ref input for more flexible checkout configuration.

Documentation for actions and workflows has been updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.3...0.35.4

0.35.3

Release Summary

Adds support for specifying a destination directory name in local actions.

Internal documentation for actions and workflows was updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.2...0.35.3

0.35.2

Release Summary

The checkout action now supports sparse-checkout input, enabling more focused repository checkouts.

Actions and workflows documentation has been updated.

Breaking changes

There is no breaking change.

What's Changed

... (truncated)

Commits
  • b553a69 docs: update actions and workflows documentation
  • 0648df1 feat(actions/checkout): add support for ref input
  • cacc612 docs: update actions and workflows documentation
  • 26b89ca feat(local-actions): allows to specify destination directory name
  • ff81510 docs: update actions and workflows documentation
  • 2d44fec feat(actions/checkout): add support for sparse-checkout input
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml from 0.23.3 to 0.25.0

Release notes

Sourced from hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml's releases.

0.25.0

Release Summary

This release adds a new release/summarize-changelog action and introduces a release option to skip release creation when no changes are detected.

Internal updates include dependency bumps across npm packages and GitHub Actions, plus refreshed actions and workflows documentation.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-publish@0.24.0...0.25.0

0.24.0

Release Summary

This release adds a release workflow recommendation and refreshes the actions and workflows documentation.

Internal maintenance updates devcontainer Docker-in-Docker to 3.0.0 and bumps GitHub Actions dependencies across multiple directories.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-publish@0.23.3...0.24.0

Commits
  • b27c380 docs: update actions and workflows documentation
  • 995e042 feat(release): add skip-if-no-changes input to prevent release creation witho...
  • 115bdac docs: update actions and workflows documentation
  • 417f31f build(deps): Bump the github-actions-dependencies group across 8 directories ...
  • ad79e95 build(deps): Bump the npm-dependencies group across 1 directory with 4 updates
  • 377a8a8 feat(release): switch llm integration to langchain multi-provider
  • 1ebdeb2 feat(release): use npm openai package for llm summary generation
  • c3867a6 feat(release): support llm-prompt-based summary generation
  • ec61f11 feat(release): add summarize changelog action
  • 6a2562a docs: update actions and workflows documentation
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml from 0.35.1 to 0.35.4

Release notes

Sourced from hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml's releases.

0.35.4

Release Summary

actions/checkout now supports the ref input for more flexible checkout configuration.

Documentation for actions and workflows has been updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.3...0.35.4

0.35.3

Release Summary

Adds support for specifying a destination directory name in local actions.

Internal documentation for actions and workflows was updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.2...0.35.3

0.35.2

Release Summary

The checkout action now supports sparse-checkout input, enabling more focused repository checkouts.

Actions and workflows documentation has been updated.

Breaking changes

There is no breaking change.

What's Changed

... (truncated)

Commits
  • b553a69 docs: update actions and workflows documentation
  • 0648df1 feat(actions/checkout): add support for ref input
  • cacc612 docs: update actions and workflows documentation
  • 26b89ca feat(local-actions): allows to specify destination directory name
  • ff81510 docs: update actions and workflows documentation
  • 2d44fec feat(actions/checkout): add support for sparse-checkout input
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml from 0.35.1 to 0.35.4

Release notes

Sourced from hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml's releases.

0.35.4

Release Summary

actions/checkout now supports the ref input for more flexible checkout configuration.

Documentation for actions and workflows has been updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.3...0.35.4

0.35.3

Release Summary

Adds support for specifying a destination directory name in local actions.

Internal documentation for actions and workflows was updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.2...0.35.3

0.35.2

Release Summary

The checkout action now supports sparse-checkout input, enabling more focused repository checkouts.

Actions and workflows documentation has been updated.

Breaking changes

There is no breaking change.

What's Changed

... (truncated)

Commits
  • b553a69 docs: update actions and workflows documentation
  • 0648df1 feat(actions/checkout): add support for ref input
  • cacc612 docs: update actions and workflows documentation
  • 26b89ca feat(local-actions): allows to specify destination directory name
  • ff81510 docs: update actions and workflows documentation
  • 2d44fec feat(actions/checkout): add support for sparse-checkout input
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/linter.yml from 0.35.1 to 0.35.4

Release notes

Sourced from hoverkraft-tech/ci-github-common/.github/workflows/linter.yml's releases.

0.35.4

Release Summary

actions/checkout now supports the ref input for more flexible checkout configuration.

Documentation for actions and workflows has been updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.3...0.35.4

0.35.3

Release Summary

Adds support for specifying a destination directory name in local actions.

Internal documentation for actions and workflows was updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.2...0.35.3

0.35.2

Release Summary

The checkout action now supports sparse-checkout input, enabling more focused repository checkouts.

Actions and workflows documentation has been updated.

Breaking changes

There is no breaking change.

What's Changed

... (truncated)

Commits
  • b553a69 docs: update actions and workflows documentation
  • 0648df1 feat(actions/checkout): add support for ref input
  • cacc612 docs: update actions and workflows documentation
  • 26b89ca feat(local-actions): allows to specify destination directory name
  • ff81510 docs: update actions and workflows documentation
  • 2d44fec feat(actions/checkout): add support for sparse-checkout input
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/stale.yml from 0.35.1 to 0.35.4

Release notes

Sourced from hoverkraft-tech/ci-github-common/.github/workflows/stale.yml's releases.

0.35.4

Release Summary

actions/checkout now supports the ref input for more flexible checkout configuration.

Documentation for actions and workflows has been updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.3...0.35.4

0.35.3

Release Summary

Adds support for specifying a destination directory name in local actions.

Internal documentation for actions and workflows was updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.2...0.35.3

0.35.2

Release Summary

The checkout action now supports sparse-checkout input, enabling more focused repository checkouts.

Actions and workflows documentation has been updated.

Breaking changes

There is no breaking change.

What's Changed

... (truncated)

Commits
  • b553a69 docs: update actions and workflows documentation
  • 0648df1 feat(actions/checkout): add support for ref input
  • cacc612 docs: update actions and workflows documentation
  • 26b89ca feat(local-actions): allows to specify destination directory name
  • ff81510 docs: update actions and workflows documentation
  • 2d44fec feat(actions/checkout): add support for sparse-checkout input
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml from 0.34.0 to 0.34.2

Release notes

Sourced from hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml's releases.

0.34.2

Release Summary

This release fixes Helm workflow handling to correctly use local actions and updates the actions and workflows documentation for better technical guidance.

Internal changes include a GitHub Actions dependency update for the release workflow from 0.23.3 to 0.24.0.

Breaking changes

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-container@0.34.1...0.34.2

0.34.1

Release Summary

Helm test charts now build chart dependencies before testing, improving test reliability for chart-based workflows. Documentation for actions and workflows has been updated.

Internal dependency updates and CI cache image cleanup were also performed.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-container@0.34.0...0.34.1

Commits
  • 260358b chore(deps): bump hoverkraft-tech/ci-github-publish/.github/workflows/release...
  • e542f59 docs: update actions and workflows documentation
  • c931517 fix(helm): use local actions properly
  • 676925b ci: clean cache images built for CI tests
  • d42b048 docs: update actions and workflows documentation
  • e06a8c5 chore(deps): bump the github-actions-dependencies group across 9 directories ...
  • ec98843 docs: update actions and workflows documentation
  • 842cd2c feat(helm/test-chart): build chart dependencies before testing
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common from 0.35.1 to 0.35.4

Release notes

Sourced from hoverkraft-tech/ci-github-common's releases.

0.35.4

Release Summary

actions/checkout now supports the ref input for more flexible checkout configuration.

Documentation for actions and workflows has been updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.3...0.35.4

0.35.3

Release Summary

Adds support for specifying a destination directory name in local actions.

Internal documentation for actions and workflows was updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.2...0.35.3

0.35.2

Release Summary

The checkout action now supports sparse-checkout input, enabling more focused repository checkouts.

Actions and workflows documentation has been updated.

Breaking changes

There is no breaking change.

What's Changed

... (truncated)

Commits
  • b553a69 docs: update actions and workflows documentation
  • 0648df1 feat(actions/checkout): add support for ref input
  • cacc612 docs: update actions and workflows documentation
  • 26b89ca feat(local-actions): allows to specify destination directory name
  • ff81510 docs: update actions and workflows documentation
  • 2d44fec feat(actions/checkout): add support for sparse-checkout input
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common from 0.35.1 to 0.35.4

Release notes

Sourced from hoverkraft-tech/ci-github-common's releases.

0.35.4

Release Summary

actions/checkout now supports the ref input for more flexible checkout configuration.

Documentation for actions and workflows has been updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.3...0.35.4

0.35.3

Release Summary

Adds support for specifying a destination directory name in local actions.

Internal documentation for actions and workflows was updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.2...0.35.3

0.35.2

Release Summary

The checkout action now supports sparse-checkout input, enabling more focused repository checkouts.

Actions and workflows documentation has been updated.

Breaking changes

There is no breaking change.

What's Changed

... (truncated)

Commits
  • b553a69 docs: update actions and workflows documentation
  • 0648df1 feat(actions/checkout): add support for ref input
  • cacc612 docs: update actions and workflows documentation
  • 26b89ca feat(local-actions): allows to specify destination directory name
  • ff81510 docs: update actions and workflows documentation
  • 2d44fec feat(actions/checkout): add support for sparse-checkout input
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common from 0.35.1 to 0.35.4

Release notes

Sourced from hoverkraft-tech/ci-github-common's releases.

0.35.4

Release Summary

actions/checkout now supports the ref input for more flexible checkout configuration.

Documentation for actions and workflows has been updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.3...0.35.4

0.35.3

Release Summary

Adds support for specifying a destination directory name in local actions.

Internal documentation for actions and workflows was updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.2...0.35.3

0.35.2

Release Summary

The checkout action now supports sparse-checkout input, enabling more focused repository checkouts.

Actions and workflows documentation has been updated.

Breaking changes

There is no breaking change.

What's Changed

... (truncated)

Commits
  • b553a69 docs: update actions and workflows documentation
  • 0648df1 feat(actions/checkout): add support for ref input
  • cacc612 docs: update actions and workflows documentation
  • 26b89ca feat(local-actions): allows to specify destination directory name
  • ff81510 docs: update actions and workflows documentation
  • 2d44fec feat(actions/checkout): add support for sparse-checkout input
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common from 0.35.1 to 0.35.4

Release notes

Sourced from hoverkraft-tech/ci-github-common's releases.

0.35.4

Release Summary

actions/checkout now supports the ref input for more flexible checkout configuration.

Documentation for actions and workflows has been updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.3...0.35.4

0.35.3

Release Summary

Adds support for specifying a destination directory name in local actions.

Internal documentation for actions and workflows was updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.2...0.35.3

0.35.2

Release Summary

The checkout action now supports sparse-checkout input, enabling more focused repository checkouts.

Actions and workflows documentation has been updated.

Breaking changes

There is no breaking change.

What's Changed

... (truncated)

Commits
  • b553a69 docs: update actions and workflows documentation
  • 0648df1 feat(actions/checkout): add support for ref input
  • cacc612 docs: update actions and workflows documentation
  • 26b89ca feat(local-actions): allows to specify destination directory name
  • ff81510 docs: update actions and workflows documentation
  • 2d44fec feat(actions/checkout): add support for sparse-checkout input
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common from 0.35.1 to 0.35.4

Release notes

Sourced from hoverkraft-tech/ci-github-common's releases.

0.35.4

Release Summary

actions/checkout now supports the ref input for more flexible checkout configuration.

Documentation for actions and workflows has been updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.3...0.35.4

0.35.3

Release Summary

Adds support for specifying a destination directory name in local actions.

Internal documentation for actions and workflows was updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.2...0.35.3

0.35.2

Release Summary

The checkout action now supports sparse-checkout input, enabling more focused repository checkouts.

Actions and workflows documentation has been updated.

Breaking changes

There is no breaking change.

What's Changed

... (truncated)

Commits
  • b553a69 docs: update actions and workflows documentation
  • 0648df1 feat(actions/checkout): add support for ref input
  • cacc612 docs: update actions and workflows documentation
  • 26b89ca feat(local-actions): allows to specify destination directory name
  • ff81510 docs: update actions and workflows documentation
  • 2d44fec feat(actions/checkout): add support for sparse-checkout input
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common from 0.35.1 to 0.35.4

Release notes

Sourced from hoverkraft-tech/ci-github-common's releases.

0.35.4

Release Summary

actions/checkout now supports the ref input for more flexible checkout configuration.

Documentation for actions and workflows has been updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.3...0.35.4

0.35.3

Release Summary

Adds support for specifying a destination directory name in local actions.

Internal documentation for actions and workflows was updated.

Breaking change(s)

There is no breaking change.

What's Change...

Description has been truncated

…ectories with 8 updates

Bumps the github-actions-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.1` | `0.35.4` |
| [hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml](https://github.com/hoverkraft-tech/ci-github-publish) | `0.23.3` | `0.25.0` |
| [hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.1` | `0.35.4` |
| [hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.1` | `0.35.4` |
| [hoverkraft-tech/ci-github-common/.github/workflows/linter.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.1` | `0.35.4` |
| [hoverkraft-tech/ci-github-common/.github/workflows/stale.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.1` | `0.35.4` |
| [hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml](https://github.com/hoverkraft-tech/ci-github-container) | `0.34.0` | `0.34.2` |
| [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.1` | `0.35.4` |

Bumps the github-actions-dependencies group with 1 update in the /actions/build directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 1 update in the /actions/codecov directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 1 update in the /actions/dependencies-cache directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 1 update in the /actions/get-package-manager directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 1 update in the /actions/has-installed-dependencies directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 1 update in the /actions/lint directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 1 update in the /actions/package directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 1 update in the /actions/setup-node directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 1 update in the /actions/test directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).


Updates `hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml` from 0.35.1 to 0.35.4
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b485212...b553a69)

Updates `hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml` from 0.23.3 to 0.25.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases)
- [Commits](hoverkraft-tech/ci-github-publish@281fe49...b27c380)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml` from 0.35.1 to 0.35.4
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b485212...b553a69)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml` from 0.35.1 to 0.35.4
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b485212...b553a69)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/linter.yml` from 0.35.1 to 0.35.4
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b485212...b553a69)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/stale.yml` from 0.35.1 to 0.35.4
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b485212...b553a69)

Updates `hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml` from 0.34.0 to 0.34.2
- [Release notes](https://github.com/hoverkraft-tech/ci-github-container/releases)
- [Commits](hoverkraft-tech/ci-github-container@695db98...260358b)

Updates `hoverkraft-tech/ci-github-common` from 0.35.1 to 0.35.4
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b485212...b553a69)

Updates `hoverkraft-tech/ci-github-common` from 0.35.1 to 0.35.4
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b485212...b553a69)

Updates `hoverkraft-tech/ci-github-common` from 0.35.1 to 0.35.4
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b485212...b553a69)

Updates `hoverkraft-tech/ci-github-common` from 0.35.1 to 0.35.4
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b485212...b553a69)

Updates `hoverkraft-tech/ci-github-common` from 0.35.1 to 0.35.4
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b485212...b553a69)

Updates `hoverkraft-tech/ci-github-common` from 0.35.1 to 0.35.4
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b485212...b553a69)

Updates `hoverkraft-tech/ci-github-common` from 0.35.1 to 0.35.4
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b485212...b553a69)

Updates `hoverkraft-tech/ci-github-common` from 0.35.1 to 0.35.4
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b485212...b553a69)

Updates `hoverkraft-tech/ci-github-common` from 0.35.1 to 0.35.4
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b485212...b553a69)

Updates `hoverkraft-tech/ci-github-common` from 0.35.1 to 0.35.4
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b485212...b553a69)

---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml
  dependency-version: 0.34.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
...

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 May 22, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Hi, thank you for creating your PR, we will check it out very soon

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 22, 2026

Code Coverage Report

Coverage Results

Coverage

Metric Covered Total Percentage
Lines 2 2 100.00%
Functions 1 1 100.00%

Overall: 100.00% 🟢
🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩

@codecov
Copy link
Copy Markdown

codecov Bot commented May 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (6766921) to head (00d9520).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #478   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines            3         3           
=========================================
  Hits             3         3           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@neilime neilime merged commit 8142f6f into main May 22, 2026
76 checks passed
@neilime neilime deleted the dependabot/github_actions/github-actions-dependencies-286151a931 branch May 22, 2026 05:45
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