Skip to content

build(deps): bump the github-actions-dependencies group with 4 updates#1814

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-eca32002d9
Closed

build(deps): bump the github-actions-dependencies group with 4 updates#1814
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-eca32002d9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions-dependencies group with 4 updates: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml, hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml, hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml and hoverkraft-tech/ci-github-common/.github/workflows/stale.yml.

Updates hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml from 0.35.5 to 0.36.0

Release notes

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

0.36.0

Release Summary

parse-ci-reports now supports SARIF report files, and the bundled Super-Linter has been upgraded to slim-v8.6.0.

Documentation for actions and workflows has been refreshed, with the GitHub Verified Creator badge added, and internal Docker linter base images were updated.

Breaking change(s)

Super-Linter now avoids linter conflicts by using Biome and Ruff by default, which may change linting behavior for existing workflows.

Tips:

For DevX, linter Dockerfile should be:

FROM ghcr.io/hoverkraft-tech/docker-base-images/super-linter:0.1.0
HEALTHCHECK --interval=5m --timeout=10s --start-period=30s --retries=3 CMD ["/bin/sh","-c","test -d /github/home"]
ARG UID=1000
ARG GID=1000
USER ${UID}:${GID}

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.5...0.36.0

Commits
  • 4bb7594 chore: bump hoverkraft-tech/docker-base-images/super-linter
  • 4f18bfd feat(parse-ci-reports): add support for Sarif files
  • 3f88783 chore: bump hoverkraft-tech/docker-base-images/super-linter
  • e954bc4 chore: bump super-linter/super-linter
  • e942227 docs: update actions and workflows documentation
  • 2a35271 chore: fix indentation and formatting in CI workflow
  • c077fec docs: add GitHub Verified Creator badge
  • See full diff in compare view

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

Release notes

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

0.36.0

Release Summary

parse-ci-reports now supports SARIF report files, and the bundled Super-Linter has been upgraded to slim-v8.6.0.

Documentation for actions and workflows has been refreshed, with the GitHub Verified Creator badge added, and internal Docker linter base images were updated.

Breaking change(s)

Super-Linter now avoids linter conflicts by using Biome and Ruff by default, which may change linting behavior for existing workflows.

Tips:

For DevX, linter Dockerfile should be:

FROM ghcr.io/hoverkraft-tech/docker-base-images/super-linter:0.1.0
HEALTHCHECK --interval=5m --timeout=10s --start-period=30s --retries=3 CMD ["/bin/sh","-c","test -d /github/home"]
ARG UID=1000
ARG GID=1000
USER ${UID}:${GID}

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.5...0.36.0

Commits
  • 4bb7594 chore: bump hoverkraft-tech/docker-base-images/super-linter
  • 4f18bfd feat(parse-ci-reports): add support for Sarif files
  • 3f88783 chore: bump hoverkraft-tech/docker-base-images/super-linter
  • e954bc4 chore: bump super-linter/super-linter
  • e942227 docs: update actions and workflows documentation
  • 2a35271 chore: fix indentation and formatting in CI workflow
  • c077fec docs: add GitHub Verified Creator badge
  • See full diff in compare view

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

Release notes

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

0.36.0

Release Summary

parse-ci-reports now supports SARIF report files, and the bundled Super-Linter has been upgraded to slim-v8.6.0.

Documentation for actions and workflows has been refreshed, with the GitHub Verified Creator badge added, and internal Docker linter base images were updated.

Breaking change(s)

Super-Linter now avoids linter conflicts by using Biome and Ruff by default, which may change linting behavior for existing workflows.

Tips:

For DevX, linter Dockerfile should be:

FROM ghcr.io/hoverkraft-tech/docker-base-images/super-linter:0.1.0
HEALTHCHECK --interval=5m --timeout=10s --start-period=30s --retries=3 CMD ["/bin/sh","-c","test -d /github/home"]
ARG UID=1000
ARG GID=1000
USER ${UID}:${GID}

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.5...0.36.0

Commits
  • 4bb7594 chore: bump hoverkraft-tech/docker-base-images/super-linter
  • 4f18bfd feat(parse-ci-reports): add support for Sarif files
  • 3f88783 chore: bump hoverkraft-tech/docker-base-images/super-linter
  • e954bc4 chore: bump super-linter/super-linter
  • e942227 docs: update actions and workflows documentation
  • 2a35271 chore: fix indentation and formatting in CI workflow
  • c077fec docs: add GitHub Verified Creator badge
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/stale.yml from 0.35.5 to 0.36.0

Release notes

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

0.36.0

Release Summary

parse-ci-reports now supports SARIF report files, and the bundled Super-Linter has been upgraded to slim-v8.6.0.

Documentation for actions and workflows has been refreshed, with the GitHub Verified Creator badge added, and internal Docker linter base images were updated.

Breaking change(s)

Super-Linter now avoids linter conflicts by using Biome and Ruff by default, which may change linting behavior for existing workflows.

Tips:

For DevX, linter Dockerfile should be:

FROM ghcr.io/hoverkraft-tech/docker-base-images/super-linter:0.1.0
HEALTHCHECK --interval=5m --timeout=10s --start-period=30s --retries=3 CMD ["/bin/sh","-c","test -d /github/home"]
ARG UID=1000
ARG GID=1000
USER ${UID}:${GID}

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.5...0.36.0

Commits
  • 4bb7594 chore: bump hoverkraft-tech/docker-base-images/super-linter
  • 4f18bfd feat(parse-ci-reports): add support for Sarif files
  • 3f88783 chore: bump hoverkraft-tech/docker-base-images/super-linter
  • e954bc4 chore: bump super-linter/super-linter
  • e942227 docs: update actions and workflows documentation
  • 2a35271 chore: fix indentation and formatting in CI workflow
  • c077fec docs: add GitHub Verified Creator badge
  • See full diff in compare view

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 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

Bumps the github-actions-dependencies group with 4 updates: [hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml](https://github.com/hoverkraft-tech/ci-github-common), [hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml](https://github.com/hoverkraft-tech/ci-github-common), [hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml](https://github.com/hoverkraft-tech/ci-github-common) and [hoverkraft-tech/ci-github-common/.github/workflows/stale.yml](https://github.com/hoverkraft-tech/ci-github-common).


Updates `hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml` from 0.35.5 to 0.36.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@66578f5...4bb7594)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml` from 0.35.5 to 0.36.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@66578f5...4bb7594)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml` from 0.35.5 to 0.36.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@66578f5...4bb7594)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/stale.yml` from 0.35.5 to 0.36.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@66578f5...4bb7594)

---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml
  dependency-version: 0.36.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.36.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/semantic-pull-request.yml
  dependency-version: 0.36.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/stale.yml
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Jun 5, 2026
@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown

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

@dependabot @github

dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 12, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/github-actions-dependencies-eca32002d9 branch June 12, 2026 04:02
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.

0 participants