Skip to content

chore(deps): bump the github-actions-dependencies group across 1 directory with 9 updates#88

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-7db5687801
Open

chore(deps): bump the github-actions-dependencies group across 1 directory with 9 updates#88
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-7db5687801

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Package From To
hoverkraft-tech/ci-github-common/.github/workflows/linter.yml 0.35.1 0.36.1
hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml 0.24.2 0.24.3
hoverkraft-tech/ci-github-nodejs 0.24.2 0.24.3
hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml 0.35.1 0.36.1
hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml 0.24.2 0.24.3
hoverkraft-tech/ci-github-publish 0.23.3 0.26.2
hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml 0.35.1 0.36.1
hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml 0.35.1 0.36.1
hoverkraft-tech/ci-github-common/.github/workflows/stale.yml 0.35.1 0.36.1

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

Release notes

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

0.36.1

Release Summary

Fixes actions/parse-ci-reports-path to avoid conflicts between auto-pattern detection and parser accepted paths, improving CI report path parsing reliability.

Documentation for actions and workflows was refreshed.

Breaking changes

There is no breaking change.

What's Changed

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

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

... (truncated)

Commits
  • 84d0148 fix(actions/parse-ci-reports-path): auto-pattern detection and parser accepte...
  • 2264147 fix(actions/parse-ci-reports-path): auto-pattern detection and parser accepte...
  • c530581 docs: update actions and workflows documentation
  • 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
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml from 0.24.2 to 0.24.3

Release notes

Sourced from hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml's releases.

0.24.3

Release Summary

Documentation for actions and workflows has been updated.

Internal dependency maintenance updates GitHub Actions dependencies across multiple directories.

Breaking changes

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-nodejs@0.24.2...0.24.3

Commits
  • 37a362e docs: update actions and workflows documentation
  • 87e6019 chore(deps): bump the github-actions-dependencies group across 10 directories...
  • 51be237 docs: update actions and workflows documentation
  • 65fc821 docs: add GitHub Verified Creator badge
  • 1633f3b docs: update actions and workflows documentation
  • 3e90690 chore(deps): bump the github-actions-dependencies group across 2 directories ...
  • ee3fb16 docs: update actions and workflows documentation
  • 8142f6f chore(deps): bump the github-actions-dependencies group across 10 directories...
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-nodejs from 0.24.2 to 0.24.3

Release notes

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

0.24.3

Release Summary

Documentation for actions and workflows has been updated.

Internal dependency maintenance updates GitHub Actions dependencies across multiple directories.

Breaking changes

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-nodejs@0.24.2...0.24.3

Commits
  • 37a362e docs: update actions and workflows documentation
  • 87e6019 chore(deps): bump the github-actions-dependencies group across 10 directories...
  • 51be237 docs: update actions and workflows documentation
  • 65fc821 docs: add GitHub Verified Creator badge
  • 1633f3b docs: update actions and workflows documentation
  • 3e90690 chore(deps): bump the github-actions-dependencies group across 2 directories ...
  • ee3fb16 docs: update actions and workflows documentation
  • 8142f6f chore(deps): bump the github-actions-dependencies group across 10 directories...
  • See full diff in compare view

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

Release notes

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

0.36.1

Release Summary

Fixes actions/parse-ci-reports-path to avoid conflicts between auto-pattern detection and parser accepted paths, improving CI report path parsing reliability.

Documentation for actions and workflows was refreshed.

Breaking changes

There is no breaking change.

What's Changed

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

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

... (truncated)

Commits
  • 84d0148 fix(actions/parse-ci-reports-path): auto-pattern detection and parser accepte...
  • 2264147 fix(actions/parse-ci-reports-path): auto-pattern detection and parser accepte...
  • c530581 docs: update actions and workflows documentation
  • 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
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml from 0.24.2 to 0.24.3

Release notes

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

0.24.3

Release Summary

Documentation for actions and workflows has been updated.

Internal dependency maintenance updates GitHub Actions dependencies across multiple directories.

Breaking changes

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-nodejs@0.24.2...0.24.3

Commits
  • 37a362e docs: update actions and workflows documentation
  • 87e6019 chore(deps): bump the github-actions-dependencies group across 10 directories...
  • 51be237 docs: update actions and workflows documentation
  • 65fc821 docs: add GitHub Verified Creator badge
  • 1633f3b docs: update actions and workflows documentation
  • 3e90690 chore(deps): bump the github-actions-dependencies group across 2 directories ...
  • ee3fb16 docs: update actions and workflows documentation
  • 8142f6f chore(deps): bump the github-actions-dependencies group across 10 directories...
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-publish from 0.23.3 to 0.26.2

Release notes

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

0.26.2

Release Summary

Release planning now uses the GitHub API instead of local Git, improving reliability in CI environments. Documentation for actions and workflows has been updated.

Internal changes include GitHub Actions dependency updates.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-publish@0.26.1...0.26.2

0.26.1

Release Summary

Release planning now passes the GitHub token to the tag-check process, improving release tag validation reliability.

Actions and workflows documentation has been refreshed.

Internal updates include the GitHub Actions dependency group bump to hoverkraft-tech/ci-github-container 0.36.0, bringing BuildKit 0.30.0, Helm documentation merged-sha output support, and related workflow maintenance.

Breaking changes

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-publish@0.26.0...0.26.1

0.26.0

Release Summary

Release workflows were streamlined for improved publishing automation. The release-actions scope now supports the extra-badges input, and actions/workflows documentation was refreshed.

Internal dependency updates were applied across npm packages and GitHub Actions.

Breaking change(s)

... (truncated)

Commits
  • 84d583b Merge pull request #403 from hoverkraft-tech/dependabot/github_actions/github...
  • 201f32d build(deps): Bump the github-actions-dependencies group across 1 directory wi...
  • 59c58ea docs: update actions and workflows documentation
  • 0040a57 fix(release/plan): use api instead of local git
  • a4e4d78 docs: update actions and workflows documentation
  • 439fe55 build(deps): Bump the github-actions-dependencies group across 1 directory wi...
  • cbcb0ad docs: update actions and workflows documentation
  • fc919f5 fix(release/plan): pass github token to check tag process script
  • ad24ce8 docs: add verified creator badge
  • ba94186 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.36.1

Release notes

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

0.36.1

Release Summary

Fixes actions/parse-ci-reports-path to avoid conflicts between auto-pattern detection and parser accepted paths, improving CI report path parsing reliability.

Documentation for actions and workflows was refreshed.

Breaking changes

There is no breaking change.

What's Changed

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

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

... (truncated)

Commits
  • 84d0148 fix(actions/parse-ci-reports-path): auto-pattern detection and parser accepte...
  • 2264147 fix(actions/parse-ci-reports-path): auto-pattern detection and parser accepte...
  • c530581 docs: update actions and workflows documentation
  • 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
  • Additional commits viewable in compare view

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

Release notes

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

0.36.1

Release Summary

Fixes actions/parse-ci-reports-path to avoid conflicts between auto-pattern detection and parser accepted paths, improving CI report path parsing reliability.

Documentation for actions and workflows was refreshed.

Breaking changes

There is no breaking change.

What's Changed

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

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

... (truncated)

Commits
  • 84d0148 fix(actions/parse-ci-reports-path): auto-pattern detection and parser accepte...
  • 2264147 fix(actions/parse-ci-reports-path): auto-pattern detection and parser accepte...
  • c530581 docs: update actions and workflows documentation
  • 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
  • Additional commits viewable in compare view

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

Release notes

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

0.36.1

Release Summary

Fixes actions/parse-ci-reports-path to avoid conflicts between auto-pattern detection and parser accepted paths, improving CI report path parsing reliability.

Documentation for actions and workflows was refreshed.

Breaking changes

There is no breaking change.

What's Changed

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

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

... (truncated)

Commits
  • 84d0148 fix(actions/parse-ci-reports-path): auto-pattern detection and parser accepte...
  • 2264147 fix(actions/parse-ci-reports-path): auto-pattern detection and parser accepte...
  • c530581 docs: update actions and workflows documentation
  • 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
  • Additional commits viewable 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

…ctory with 9 updates

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

| Package | From | To |
| --- | --- | --- |
| [hoverkraft-tech/ci-github-common/.github/workflows/linter.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.1` | `0.36.1` |
| [hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml](https://github.com/hoverkraft-tech/ci-github-nodejs) | `0.24.2` | `0.24.3` |
| [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs) | `0.24.2` | `0.24.3` |
| [hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.1` | `0.36.1` |
| [hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml](https://github.com/hoverkraft-tech/ci-github-nodejs) | `0.24.2` | `0.24.3` |
| [hoverkraft-tech/ci-github-publish](https://github.com/hoverkraft-tech/ci-github-publish) | `0.23.3` | `0.26.2` |
| [hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.1` | `0.36.1` |
| [hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.1` | `0.36.1` |
| [hoverkraft-tech/ci-github-common/.github/workflows/stale.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.1` | `0.36.1` |



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

Updates `hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml` from 0.24.2 to 0.24.3
- [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases)
- [Commits](hoverkraft-tech/ci-github-nodejs@6b74a8f...37a362e)

Updates `hoverkraft-tech/ci-github-nodejs` from 0.24.2 to 0.24.3
- [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases)
- [Commits](hoverkraft-tech/ci-github-nodejs@6b74a8f...37a362e)

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

Updates `hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml` from 0.24.2 to 0.24.3
- [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases)
- [Commits](hoverkraft-tech/ci-github-nodejs@6b74a8f...37a362e)

Updates `hoverkraft-tech/ci-github-publish` from 0.23.3 to 0.26.2
- [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases)
- [Commits](hoverkraft-tech/ci-github-publish@281fe49...84d583b)

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

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

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

---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml
  dependency-version: 0.24.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-nodejs
  dependency-version: 0.24.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml
  dependency-version: 0.24.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-publish
  dependency-version: 0.26.2
  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.1
  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.1
  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.1
  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 6, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 6, 2026

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

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 6, 2026

Code Coverage Report

Coverage Results

Coverage

Metric Covered Total Percentage
Lines 96 112 85.71%
Branches 108 162 66.67%
Functions 19 29 65.52%

Overall: 85.71% 🟢
🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩⬜⬜⬜

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