Skip to content

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

Merged
neilime merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-31c0683456
Jun 5, 2026
Merged

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 4, 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.4 0.36.0
hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml 0.35.4 0.36.0
hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml 0.35.4 0.36.0
hoverkraft-tech/ci-github-common/.github/workflows/linter.yml 0.35.4 0.36.0
hoverkraft-tech/ci-github-common/.github/workflows/stale.yml 0.35.4 0.36.0
hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml 0.36.1 0.36.2
hoverkraft-tech/ci-github-common 0.35.4 0.36.0
github/codeql-action 4.36.1 4.36.2

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

0.35.5

Release Summary

Documentation for actions and workflows has been updated.

Internal GitHub Actions dependencies were bumped across multiple directories.

Breaking change(s)

There is no breaking change.

What's Changed

... (truncated)

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
  • 66578f5 docs: update actions and workflows documentation
  • 322cde7 chore: bump the github-actions-dependencies group across 2 directories with 6...
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml from 0.35.4 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

0.35.5

Release Summary

Documentation for actions and workflows has been updated.

Internal GitHub Actions dependencies were bumped across multiple directories.

Breaking change(s)

There is no breaking change.

What's Changed

... (truncated)

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
  • 66578f5 docs: update actions and workflows documentation
  • 322cde7 chore: bump the github-actions-dependencies group across 2 directories with 6...
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml from 0.35.4 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

0.35.5

Release Summary

Documentation for actions and workflows has been updated.

Internal GitHub Actions dependencies were bumped across multiple directories.

Breaking change(s)

There is no breaking change.

What's Changed

... (truncated)

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
  • 66578f5 docs: update actions and workflows documentation
  • 322cde7 chore: bump the github-actions-dependencies group across 2 directories with 6...
  • See full diff in compare view

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

Release notes

Sourced from hoverkraft-tech/ci-github-common/.github/workflows/linter.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

0.35.5

Release Summary

Documentation for actions and workflows has been updated.

Internal GitHub Actions dependencies were bumped across multiple directories.

Breaking change(s)

There is no breaking change.

What's Changed

... (truncated)

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
  • 66578f5 docs: update actions and workflows documentation
  • 322cde7 chore: bump the github-actions-dependencies group across 2 directories with 6...
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/stale.yml from 0.35.4 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

0.35.5

Release Summary

Documentation for actions and workflows has been updated.

Internal GitHub Actions dependencies were bumped across multiple directories.

Breaking change(s)

There is no breaking change.

What's Changed

... (truncated)

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
  • 66578f5 docs: update actions and workflows documentation
  • 322cde7 chore: bump the github-actions-dependencies group across 2 directories with 6...
  • See full diff in compare view

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

Release notes

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

0.36.2

Release Summary

The docker/create-images-manifests action now better handles failures caused by temporarily missing manifests. Actions and workflows documentation has been updated.

Internal changes include a flaky CI test fix for docker/prune-pull-requests-image-tags and dependency updates across GitHub Actions workflows.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-container@0.36.1...0.36.2

Commits
  • 5396e12 docs: update actions and workflows documentation
  • cd2ab0f chore(deps): bump the github-actions-dependencies group across 8 directories ...
  • 2b694ec docs: update actions and workflows documentation
  • 2f1dc75 fix(docker/create-images-manifests): handle failure due to temp not found man...
  • 5351b91 ci: fix flacky test for 'docker/prune-pull-requests-image-tags' action
  • 9ae18e8 docs: update actions and workflows documentation
  • 9eac122 docs: add GitHub Verified Creator badge
  • 7d62417 docs: update actions and workflows documentation
  • See full diff in compare view

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

Release notes

Sourced from hoverkraft-tech/ci-github-common'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

0.35.5

Release Summary

Documentation for actions and workflows has been updated.

Internal GitHub Actions dependencies were bumped across multiple directories.

Breaking change(s)

There is no breaking change.

What's Changed

... (truncated)

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
  • 66578f5 docs: update actions and workflows documentation
  • 322cde7 chore: bump the github-actions-dependencies group across 2 directories with 6...
  • See full diff in compare view

Updates github/codeql-action from 4.36.1 to 4.36.2

Release notes

Sourced from github/codeql-action's releases.

v4.36.2

  • Cache CodeQL CLI version information across Actions steps. #3943
  • Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937
  • Update default CodeQL bundle version to 2.25.6. #3948
Changelog

Sourced from github/codeql-action'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.36.2 - 04 Jun 2026

  • Cache CodeQL CLI version information across Actions steps. #3943
  • Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937
  • Update default CodeQL bundle version to 2.25.6. #3948

4.36.1 - 02 Jun 2026

No user facing changes.

4.36.0 - 22 May 2026

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
  • Add support for SHA-256 Git object IDs. #3893
  • Update default CodeQL bundle version to 2.25.5. #3926

4.35.5 - 15 May 2026

  • We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899
  • For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791
  • If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #3892
  • Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880

4.35.4 - 07 May 2026

  • Update default CodeQL bundle version to 2.25.4. #3881

4.35.3 - 01 May 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #3837
  • Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #3850
  • Best-effort connection tests for private registries now use GET requests instead of HEAD for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #3853
  • Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #3852
  • Update default CodeQL bundle version to 2.25.3. #3865

4.35.2 - 15 Apr 2026

  • The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the trap-caching: false input to the init Action. #3795
  • The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #3789
  • Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #3794
  • Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #3807
  • Update default CodeQL bundle version to 2.25.2. #3823

... (truncated)

Commits
  • 8aad20d Merge pull request #3949 from github/update-v4.36.2-dcb947ce1
  • f521b08 Add additional changelog notes
  • 8aeff0f Update changelog for v4.36.2
  • dcb947c Merge pull request #3948 from github/update-bundle/codeql-bundle-v2.25.6
  • c251bce Add changelog note
  • 62953c1 Update default bundle to codeql-bundle-v2.25.6
  • 423b570 Merge pull request #3946 from github/dependabot/npm_and_yarn/npm-minor-5d507a...
  • c35d1b1 Merge pull request #3947 from github/dependabot/github_actions/dot-github/wor...
  • cb1a588 Merge pull request #3937 from github/robertbrignull/waitForProcessing_backoff
  • ba47406 Merge pull request #3943 from github/henrymercer/cache-cli-version-info
  • Additional commits viewable in compare view

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

Release notes

Sourced from hoverkraft-tech/ci-github-common'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

0.35.5

Release Summary

Documentation for actions and workflows has been updated.

Internal GitHub Actions dependencies were bumped across multiple directories.

Breaking change(s)

There is no breaking change.

What's Changed

... (truncated)

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
  • 66578f5 docs: update actions and workflows documentation
  • 322cde7 chore: bump the github-actions-dependencies group across 2 directories with 6...
  • See full diff in compare view

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

Release notes

Sourced from hoverkraft-tech/ci-github-common'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

0.35.5

Release Summary

Documentation for actions and workflows has been updated.

Internal GitHub Actions dependencies were bumped across multiple directories.

Breaking change(s)

There is no breaking change.

What's Changed

... (truncated)

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
  • 66578f5 docs: update actions and workflows documentation
  • 322cde7 chore: bump the github-actions-dependencies group across 2 directories with 6...
  • See full diff in compare view

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

Release notes

<...

Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 4, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

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

@neilime neilime force-pushed the dependabot/github_actions/github-actions-dependencies-31c0683456 branch 6 times, most recently from 16e70c2 to 2b5e34c Compare June 5, 2026 07:17
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 5, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #487   +/-   ##
=========================================
  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 force-pushed the dependabot/github_actions/github-actions-dependencies-31c0683456 branch 4 times, most recently from f71065e to 8aa34e2 Compare June 5, 2026 07:52
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 5, 2026

Code Coverage Report

Coverage Results

Coverage

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

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

@neilime neilime force-pushed the dependabot/github_actions/github-actions-dependencies-31c0683456 branch from 8aa34e2 to d25b577 Compare June 5, 2026 07:58
…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.4` | `0.36.0` |
| [hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.4` | `0.36.0` |
| [hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.4` | `0.36.0` |
| [hoverkraft-tech/ci-github-common/.github/workflows/linter.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.4` | `0.36.0` |
| [hoverkraft-tech/ci-github-common/.github/workflows/stale.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.4` | `0.36.0` |
| [hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml](https://github.com/hoverkraft-tech/ci-github-container) | `0.36.1` | `0.36.2` |
| [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.4` | `0.36.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `4.36.1` | `4.36.2` |

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.4 to 0.36.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b553a69...4bb7594)

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

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

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

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

Updates `hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml` from 0.36.1 to 0.36.2
- [Release notes](https://github.com/hoverkraft-tech/ci-github-container/releases)
- [Commits](hoverkraft-tech/ci-github-container@77f98ab...5396e12)

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

Updates `github/codeql-action` from 4.36.1 to 4.36.2
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@87557b9...8aad20d)

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

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

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

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

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

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

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

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

Updates `hoverkraft-tech/ci-github-common` from 0.35.4 to 0.36.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b553a69...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/linter.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
- dependency-name: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml
  dependency-version: 0.36.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.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: github/codeql-action
  dependency-version: 4.36.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.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common
  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
  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
  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
  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
  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
  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
  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
  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>
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
@neilime neilime force-pushed the dependabot/github_actions/github-actions-dependencies-31c0683456 branch from d25b577 to 96b5d01 Compare June 5, 2026 08:10
@neilime neilime merged commit 87e6019 into main Jun 5, 2026
87 of 88 checks passed
@neilime neilime deleted the dependabot/github_actions/github-actions-dependencies-31c0683456 branch June 5, 2026 08:55
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