Skip to content

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

Merged
neilime merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-9a1002e9e7
Aug 28, 2026
Merged

chore(deps): bump the github-actions-dependencies group across 10 directories with 7 updates#521
neilime merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-9a1002e9e7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions-dependencies group with 2 updates in the / directory: github/codeql-action/init and github/codeql-action/analyze.
Bumps the github-actions-dependencies group with 2 updates in the /actions/build directory: hoverkraft-tech/ci-github-common/actions/working-directory and hoverkraft-tech/ci-github-common/actions/local-actions.
Bumps the github-actions-dependencies group with 1 update in the /actions/codecov directory: hoverkraft-tech/ci-github-common/actions/working-directory.
Bumps the github-actions-dependencies group with 2 updates in the /actions/dependencies-cache directory: hoverkraft-tech/ci-github-common/actions/working-directory and hoverkraft-tech/ci-github-common/actions/local-actions.
Bumps the github-actions-dependencies group with 1 update in the /actions/get-package-manager directory: hoverkraft-tech/ci-github-common/actions/working-directory.
Bumps the github-actions-dependencies group with 2 updates in the /actions/has-installed-dependencies directory: hoverkraft-tech/ci-github-common/actions/working-directory and hoverkraft-tech/ci-github-common/actions/local-actions.
Bumps the github-actions-dependencies group with 3 updates in the /actions/lint directory: hoverkraft-tech/ci-github-common/actions/working-directory, hoverkraft-tech/ci-github-common/actions/local-actions and hoverkraft-tech/ci-github-common/actions/parse-ci-reports.
Bumps the github-actions-dependencies group with 2 updates in the /actions/package directory: hoverkraft-tech/ci-github-common/actions/working-directory and hoverkraft-tech/ci-github-common/actions/local-actions.
Bumps the github-actions-dependencies group with 3 updates in the /actions/setup-node directory: hoverkraft-tech/ci-github-common/actions/working-directory, hoverkraft-tech/ci-github-common/actions/local-actions and pnpm/action-setup.
Bumps the github-actions-dependencies group with 4 updates in the /actions/test directory: hoverkraft-tech/ci-github-common/actions/working-directory, hoverkraft-tech/ci-github-common/actions/local-actions, hoverkraft-tech/ci-github-common/actions/parse-ci-reports and hoverkraft-tech/ci-github-common/actions/create-or-update-comment.

Updates github/codeql-action/init from 4.37.7 to 4.37.8

Release notes

Sourced from github/codeql-action/init's releases.

v4.37.8

No user facing changes.

Changelog

Sourced from github/codeql-action/init's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.37.9 - 26 Aug 2026

  • Update default CodeQL bundle version to 2.26.4. #4106

4.37.8 - 21 Aug 2026

No user facing changes.

4.37.7 - 13 Aug 2026

  • Update default CodeQL bundle version to 2.26.3. #4085

4.37.6 - 04 Aug 2026

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #4070

4.37.5 - 03 Aug 2026

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #4061

4.37.4 - 29 Jul 2026

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #4037
  • Update default CodeQL bundle version to 2.26.2. #4051

4.37.3 - 22 Jul 2026

No user facing changes.

4.37.2 - 21 Jul 2026

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995

... (truncated)

Commits
  • db488dd Merge pull request #4102 from github/update-v4.37.8-9ee088e13
  • 1845f5b Update changelog for v4.37.8
  • 9ee088e Merge pull request #4080 from github/henrymercer/studious-giggle
  • 1aef003 Address review feedback on overlay disk flags
  • 508b83b Merge main into overlay minimum disk feature branch
  • d97b342 Merge pull request #4098 from github/mbg/permission-error-as-configuration-error
  • 47fa622 Make EACCES a ConfigurationError
  • 45693cc Refactor ENOSPC check into isDiskConfigurationError function
  • c2fd8f5 Merge pull request #4081 from github/mario-campos/version-cache-to-disk
  • c56f48e Log unexpected conditions during caching CLI output
  • Additional commits viewable in compare view

Updates github/codeql-action/analyze from 4.37.7 to 4.37.8

Release notes

Sourced from github/codeql-action/analyze's releases.

v4.37.8

No user facing changes.

Changelog

Sourced from github/codeql-action/analyze's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.37.9 - 26 Aug 2026

  • Update default CodeQL bundle version to 2.26.4. #4106

4.37.8 - 21 Aug 2026

No user facing changes.

4.37.7 - 13 Aug 2026

  • Update default CodeQL bundle version to 2.26.3. #4085

4.37.6 - 04 Aug 2026

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #4070

4.37.5 - 03 Aug 2026

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #4061

4.37.4 - 29 Jul 2026

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #4037
  • Update default CodeQL bundle version to 2.26.2. #4051

4.37.3 - 22 Jul 2026

No user facing changes.

4.37.2 - 21 Jul 2026

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995

... (truncated)

Commits
  • db488dd Merge pull request #4102 from github/update-v4.37.8-9ee088e13
  • 1845f5b Update changelog for v4.37.8
  • 9ee088e Merge pull request #4080 from github/henrymercer/studious-giggle
  • 1aef003 Address review feedback on overlay disk flags
  • 508b83b Merge main into overlay minimum disk feature branch
  • d97b342 Merge pull request #4098 from github/mbg/permission-error-as-configuration-error
  • 47fa622 Make EACCES a ConfigurationError
  • 45693cc Refactor ENOSPC check into isDiskConfigurationError function
  • c2fd8f5 Merge pull request #4081 from github/mario-campos/version-cache-to-disk
  • c56f48e Log unexpected conditions during caching CLI output
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-common/actions/working-directory from 0.37.3 to 0.38.0

Release notes

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

0.38.0

Release Summary

create-and-merge-pull-request now supports configurable merge methods, providing more control over how pull requests are merged. Actions and workflows documentation has been refreshed accordingly.

Internal dependencies were updated, including GitHub Actions, fast-xml-parser, and the Docker-in-Docker devcontainer feature.

Breaking changes

There are no breaking changes in this release.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.37.3...0.38.0

Commits
  • 3a27d31 chore: bump the github-actions-dependencies group across 1 directory with 3 u...
  • d1bfbf2 docs: update actions and workflows documentation
  • 3716720 feat(create-and-merge-pull-request): support configurable merge methods
  • 0593e2a chore: bump the github-actions-dependencies group across 3 directories with 6...
  • 816d8c9 chore: bump fast-xml-parser
  • 353e19a chore: bump fast-xml-parser
  • 5af827b chore: fix linter version
  • ac2cd54 chore: bump fast-xml-parser
  • 9d32eca chore: bump ghcr.io/devcontainers/features/docker-in-docker
  • c5dbac2 docs: update actions and workflows documentation
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common/actions/local-actions from 0.37.3 to 0.38.0

Release notes

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

0.38.0

Release Summary

create-and-merge-pull-request now supports configurable merge methods, providing more control over how pull requests are merged. Actions and workflows documentation has been refreshed accordingly.

Internal dependencies were updated, including GitHub Actions, fast-xml-parser, and the Docker-in-Docker devcontainer feature.

Breaking changes

There are no breaking changes in this release.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.37.3...0.38.0

Commits
  • 3a27d31 chore: bump the github-actions-dependencies group across 1 directory with 3 u...
  • d1bfbf2 docs: update actions and workflows documentation
  • 3716720 feat(create-and-merge-pull-request): support configurable merge methods
  • 0593e2a chore: bump the github-actions-dependencies group across 3 directories with 6...
  • 816d8c9 chore: bump fast-xml-parser
  • 353e19a chore: bump fast-xml-parser
  • 5af827b chore: fix linter version
  • ac2cd54 chore: bump fast-xml-parser
  • 9d32eca chore: bump ghcr.io/devcontainers/features/docker-in-docker
  • c5dbac2 docs: update actions and workflows documentation
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common/actions/working-directory from 0.37.3 to 0.38.0

Release notes

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

0.38.0

Release Summary

create-and-merge-pull-request now supports configurable merge methods, providing more control over how pull requests are merged. Actions and workflows documentation has been refreshed accordingly.

Internal dependencies were updated, including GitHub Actions, fast-xml-parser, and the Docker-in-Docker devcontainer feature.

Breaking changes

There are no breaking changes in this release.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.37.3...0.38.0

Commits
  • 3a27d31 chore: bump the github-actions-dependencies group across 1 directory with 3 u...
  • d1bfbf2 docs: update actions and workflows documentation
  • 3716720 feat(create-and-merge-pull-request): support configurable merge methods
  • 0593e2a chore: bump the github-actions-dependencies group across 3 directories with 6...
  • 816d8c9 chore: bump fast-xml-parser
  • 353e19a chore: bump fast-xml-parser
  • 5af827b chore: fix linter version
  • ac2cd54 chore: bump fast-xml-parser
  • 9d32eca chore: bump ghcr.io/devcontainers/features/docker-in-docker
  • c5dbac2 docs: update actions and workflows documentation
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common/actions/working-directory from 0.37.3 to 0.38.0

Release notes

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

0.38.0

Release Summary

create-and-merge-pull-request now supports configurable merge methods, providing more control over how pull requests are merged. Actions and workflows documentation has been refreshed accordingly.

Internal dependencies were updated, including GitHub Actions, fast-xml-parser, and the Docker-in-Docker devcontainer feature.

Breaking changes

There are no breaking changes in this release.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.37.3...0.38.0

Commits
  • 3a27d31 chore: bump the github-actions-dependencies group across 1 directory with 3 u...
  • d1bfbf2 docs: update actions and workflows documentation
  • 3716720 feat(create-and-merge-pull-request): support configurable merge methods
  • 0593e2a chore: bump the github-actions-dependencies group across 3 directories with 6...
  • 816d8c9 chore: bump fast-xml-parser
  • 353e19a chore: bump fast-xml-parser
  • 5af827b chore: fix linter version
  • ac2cd54 chore: bump fast-xml-parser
  • 9d32eca chore: bump ghcr.io/devcontainers/features/docker-in-docker
  • c5dbac2 docs: update actions and workflows documentation
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common/actions/local-actions from 0.37.3 to 0.38.0

Release notes

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

0.38.0

Release Summary

create-and-merge-pull-request now supports configurable merge methods, providing more control over how pull requests are merged. Actions and workflows documentation has been refreshed accordingly.

Internal dependencies were updated, including GitHub Actions, fast-xml-parser, and the Docker-in-Docker devcontainer feature.

Breaking changes

There are no breaking changes in this release.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.37.3...0.38.0

Commits
  • 3a27d31 chore: bump the github-actions-dependencies group across 1 directory with 3 u...
  • d1bfbf2 docs: update actions and workflows documentation
  • 3716720 feat(create-and-merge-pull-request): support configurable merge methods
  • 0593e2a chore: bump the github-actions-dependencies group across 3 directories with 6...
  • 816d8c9 chore: bump fast-xml-parser
  • 353e19a chore: bump fast-xml-parser
  • 5af827b chore: fix linter version
  • ac2cd54 chore: bump fast-xml-parser
  • 9d32eca chore: bump ghcr.io/devcontainers/features/docker-in-docker
  • c5dbac2 docs: update actions and workflows documentation
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common/actions/working-directory from 0.37.3 to 0.38.0

Release notes

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

0.38.0

Release Summary

create-and-merge-pull-request now supports configurable merge methods, providing more control over how pull requests are merged. Actions and workflows documentation has been refreshed accordingly.

Internal dependencies were updated, including GitHub Actions, fast-xml-parser, and the Docker-in-Docker devcontainer feature.

Breaking changes

There are no breaking changes in this release.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.37.3...0.38.0

Commits
  • 3a27d31 chore: bump the github-actions-dependencies group across 1 directory with 3 u...
  • d1bfbf2 docs: update actions and workflows documentation
  • 3716720 feat(create-and-merge-pull-request): support configurable merge methods
  • 0593e2a chore: bump the github-actions-dependencies group across 3 directories with 6...
  • 816d8c9 chore: bump fast-xml-parser
  • 353e19a chore: bump fast-xml-parser
  • 5af827b chore: fix linter version
  • ac2cd54 chore: bump fast-xml-parser
  • 9d32eca chore: bump ghcr.io/devcontainers/features/docker-in-docker
  • c5dbac2 docs: update actions and workflows documentation
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common/actions/working-directory from 0.37.3 to 0.38.0

Release notes

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

0.38.0

Release Summary

create-and-merge-pull-request now supports configurable merge methods, providing more control over how pull requests are merged. Actions and workflows documentation has been refreshed accordingly.

Internal dependencies were updated, including GitHub Actions, fast-xml-parser, and the Docker-in-Docker devcontainer feature.

Breaking changes

There are no breaking changes in this release.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.37.3...0.38.0

Commits
  • 3a27d31 chore: bump the github-actions-dependencies group across 1 directory with 3 u...
  • d1bfbf2 docs: update actions and workflows documentation
  • 3716720 feat(create-and-merge-pull-request): support configurable merge methods
  • 0593e2a chore: bump the github-actions-dependencies group across 3 directories with 6...
  • 816d8c9 chore: bump fast-xml-parser
  • 353e19a chore: bump fast-xml-parser
  • 5af827b chore: fix linter version
  • ac2cd54 chore: bump fast-xml-parser
  • 9d32eca chore: bump ghcr.io/devcontainers/features/docker-in-docker
  • c5dbac2 docs: update actions and workflows documentation
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common/actions/local-actions from 0.37.3 to 0.38.0

Release notes

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

0.38.0

Release Summary

create-and-merge-pull-request now supports configurable merge methods, providing more control over how pull requests are merged. Actions and workflows documentation has been refreshed accordingly.

Internal dependencies were updated, including GitHub Actions, fast-xml-parser, and the Docker-in-Docker devcontainer feature.

Breaking changes

There are no breaking changes in this release.

What's Changed

…ectories with 7 updates

Bumps the github-actions-dependencies group with 2 updates in the / directory: [github/codeql-action/init](https://github.com/github/codeql-action) and [github/codeql-action/analyze](https://github.com/github/codeql-action).
Bumps the github-actions-dependencies group with 2 updates in the /actions/build directory: [hoverkraft-tech/ci-github-common/actions/working-directory](https://github.com/hoverkraft-tech/ci-github-common) and [hoverkraft-tech/ci-github-common/actions/local-actions](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/actions/working-directory](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 2 updates in the /actions/dependencies-cache directory: [hoverkraft-tech/ci-github-common/actions/working-directory](https://github.com/hoverkraft-tech/ci-github-common) and [hoverkraft-tech/ci-github-common/actions/local-actions](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/actions/working-directory](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 2 updates in the /actions/has-installed-dependencies directory: [hoverkraft-tech/ci-github-common/actions/working-directory](https://github.com/hoverkraft-tech/ci-github-common) and [hoverkraft-tech/ci-github-common/actions/local-actions](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 3 updates in the /actions/lint directory: [hoverkraft-tech/ci-github-common/actions/working-directory](https://github.com/hoverkraft-tech/ci-github-common), [hoverkraft-tech/ci-github-common/actions/local-actions](https://github.com/hoverkraft-tech/ci-github-common) and [hoverkraft-tech/ci-github-common/actions/parse-ci-reports](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 2 updates in the /actions/package directory: [hoverkraft-tech/ci-github-common/actions/working-directory](https://github.com/hoverkraft-tech/ci-github-common) and [hoverkraft-tech/ci-github-common/actions/local-actions](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 3 updates in the /actions/setup-node directory: [hoverkraft-tech/ci-github-common/actions/working-directory](https://github.com/hoverkraft-tech/ci-github-common), [hoverkraft-tech/ci-github-common/actions/local-actions](https://github.com/hoverkraft-tech/ci-github-common) and [pnpm/action-setup](https://github.com/pnpm/action-setup).
Bumps the github-actions-dependencies group with 4 updates in the /actions/test directory: [hoverkraft-tech/ci-github-common/actions/working-directory](https://github.com/hoverkraft-tech/ci-github-common), [hoverkraft-tech/ci-github-common/actions/local-actions](https://github.com/hoverkraft-tech/ci-github-common), [hoverkraft-tech/ci-github-common/actions/parse-ci-reports](https://github.com/hoverkraft-tech/ci-github-common) and [hoverkraft-tech/ci-github-common/actions/create-or-update-comment](https://github.com/hoverkraft-tech/ci-github-common).


Updates `github/codeql-action/init` from 4.37.7 to 4.37.8
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@ff2f1c6...db488dd)

Updates `github/codeql-action/analyze` from 4.37.7 to 4.37.8
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@ff2f1c6...db488dd)

Updates `hoverkraft-tech/ci-github-common/actions/working-directory` from 0.37.3 to 0.38.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@2334d39...3a27d31)

Updates `hoverkraft-tech/ci-github-common/actions/local-actions` from 0.37.3 to 0.38.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@2334d39...3a27d31)

Updates `hoverkraft-tech/ci-github-common/actions/working-directory` from 0.37.3 to 0.38.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@2334d39...3a27d31)

Updates `hoverkraft-tech/ci-github-common/actions/working-directory` from 0.37.3 to 0.38.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@2334d39...3a27d31)

Updates `hoverkraft-tech/ci-github-common/actions/local-actions` from 0.37.3 to 0.38.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@2334d39...3a27d31)

Updates `hoverkraft-tech/ci-github-common/actions/working-directory` from 0.37.3 to 0.38.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@2334d39...3a27d31)

Updates `hoverkraft-tech/ci-github-common/actions/working-directory` from 0.37.3 to 0.38.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@2334d39...3a27d31)

Updates `hoverkraft-tech/ci-github-common/actions/local-actions` from 0.37.3 to 0.38.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@2334d39...3a27d31)

Updates `hoverkraft-tech/ci-github-common/actions/working-directory` from 0.37.3 to 0.38.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@2334d39...3a27d31)

Updates `hoverkraft-tech/ci-github-common/actions/local-actions` from 0.37.3 to 0.38.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@2334d39...3a27d31)

Updates `hoverkraft-tech/ci-github-common/actions/parse-ci-reports` from 0.37.3 to 0.38.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@2334d39...3a27d31)

Updates `hoverkraft-tech/ci-github-common/actions/working-directory` from 0.37.3 to 0.38.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@2334d39...3a27d31)

Updates `hoverkraft-tech/ci-github-common/actions/local-actions` from 0.37.3 to 0.38.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@2334d39...3a27d31)

Updates `hoverkraft-tech/ci-github-common/actions/working-directory` from 0.37.3 to 0.38.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@2334d39...3a27d31)

Updates `hoverkraft-tech/ci-github-common/actions/local-actions` from 0.37.3 to 0.38.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@2334d39...3a27d31)

Updates `pnpm/action-setup` from 6.0.9 to 6.0.10
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@0ebf471...0977fd9)

Updates `hoverkraft-tech/ci-github-common/actions/working-directory` from 0.37.3 to 0.38.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@2334d39...3a27d31)

Updates `hoverkraft-tech/ci-github-common/actions/local-actions` from 0.37.3 to 0.38.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@2334d39...3a27d31)

Updates `hoverkraft-tech/ci-github-common/actions/parse-ci-reports` from 0.37.3 to 0.38.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@2334d39...3a27d31)

Updates `hoverkraft-tech/ci-github-common/actions/create-or-update-comment` from 0.37.3 to 0.38.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@2334d39...3a27d31)

---
updated-dependencies:
- dependency-name: github/codeql-action/init
  dependency-version: 4.37.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: github/codeql-action/analyze
  dependency-version: 4.37.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/actions/working-directory
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/actions/local-actions
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/actions/working-directory
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/actions/working-directory
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/actions/local-actions
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/actions/working-directory
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/actions/working-directory
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/actions/local-actions
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/actions/working-directory
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/actions/local-actions
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/actions/parse-ci-reports
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/actions/working-directory
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/actions/local-actions
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/actions/working-directory
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/actions/local-actions
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: pnpm/action-setup
  dependency-version: 6.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/actions/working-directory
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/actions/local-actions
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/actions/parse-ci-reports
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/actions/create-or-update-comment
  dependency-version: 0.38.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 Aug 28, 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

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
YAML Pass ✅
YAML_PRETTIER Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

@github-actions

Copy link
Copy Markdown
Contributor

Code Coverage Report

Coverage Results

Coverage

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

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

@codecov

codecov Bot commented Aug 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (c9c5018) to head (377c16b).

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

☔ View full report in Codecov by Harness.
📢 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 ee872dc into main Aug 28, 2026
81 checks passed
@neilime
neilime deleted the dependabot/github_actions/github-actions-dependencies-9a1002e9e7 branch August 28, 2026 06:43
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