Skip to content

chore(deps): bump the github-actions group with 4 updates#30

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/github_actions/github-actions-33358bb124
Mar 2, 2026
Merged

chore(deps): bump the github-actions group with 4 updates#30
github-actions[bot] merged 1 commit intomainfrom
dependabot/github_actions/github-actions-33358bb124

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps the github-actions group with 4 updates: taiki-e/install-action, github/codeql-action, github/gh-aw and crate-ci/typos.

Updates taiki-e/install-action from 2.68.8 to 2.68.16

Release notes

Sourced from taiki-e/install-action's releases.

2.68.16

  • Update mise@latest to 2026.2.24.

  • Update vacuum@latest to 0.24.0.

  • Update trivy@latest to 0.69.2.

  • Update tombi@latest to 0.8.0.

2.68.15

  • Update mise@latest to 2026.2.23.

  • Update prek@latest to 0.3.4.

  • Update cargo-binstall@latest to 1.17.6.

2.68.14

  • Update wasm-bindgen@latest to 0.2.114.

  • Update typos@latest to 1.44.0.

2.68.13

  • Update uv@latest to 0.10.7.

  • Update mise@latest to 2026.2.22.

  • Update cargo-lambda@latest to 1.9.1.

2.68.12

  • Update tombi@latest to 0.7.33.

  • Update mise@latest to 2026.2.21.

2.68.11

  • Update wasmtime@latest to 42.0.1.

  • Update protoc@latest to 3.34.0.

  • Update dprint@latest to 0.52.0.

2.68.10

  • Update mise@latest to 2026.2.20.

  • Update wasm-bindgen@latest to 0.2.113.

  • Update uv@latest to 0.10.6.

2.68.9

  • Update wasmtime@latest to 42.0.0.

... (truncated)

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

  • Update mise@latest to 2026.3.0.

[2.68.16] - 2026-03-02

  • Update mise@latest to 2026.2.24.

  • Update vacuum@latest to 0.24.0.

  • Update trivy@latest to 0.69.2.

  • Update tombi@latest to 0.8.0.

[2.68.15] - 2026-02-28

  • Update mise@latest to 2026.2.23.

  • Update prek@latest to 0.3.4.

  • Update cargo-binstall@latest to 1.17.6.

[2.68.14] - 2026-02-28

  • Update wasm-bindgen@latest to 0.2.114.

  • Update typos@latest to 1.44.0.

[2.68.13] - 2026-02-27

  • Update uv@latest to 0.10.7.

  • Update mise@latest to 2026.2.22.

  • Update cargo-lambda@latest to 1.9.1.

[2.68.12] - 2026-02-26

  • Update tombi@latest to 0.7.33.

... (truncated)

Commits

Updates github/codeql-action from 4.32.4 to 4.32.5

Release notes

Sourced from github/codeql-action's releases.

v4.32.5

  • Repositories owned by an organization can now set up the github-codeql-disable-overlay custom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the name github-codeql-disable-overlay and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to true to disable improved incremental analysis. For more information, see Managing custom properties for repositories in your organization. This feature is not yet available on GitHub Enterprise Server. #3507
  • Added an experimental change so that when improved incremental analysis fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. #3487
  • The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. #3515
  • Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. #3516
  • Added an experimental change which lowers the minimum disk space requirement for improved incremental analysis, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. #3498
  • Added an experimental change which allows the start-proxy action to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. #3512
  • The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. #3503, #3504
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.32.5 - 02 Mar 2026

  • Repositories owned by an organization can now set up the github-codeql-disable-overlay custom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the name github-codeql-disable-overlay and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to true to disable improved incremental analysis. For more information, see Managing custom properties for repositories in your organization. This feature is not yet available on GitHub Enterprise Server. #3507
  • Added an experimental change so that when improved incremental analysis fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. #3487
  • The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. #3515
  • Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. #3516
  • Added an experimental change which lowers the minimum disk space requirement for improved incremental analysis, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. #3498
  • Added an experimental change which allows the start-proxy action to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. #3512
  • The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. #3503, #3504

4.32.4 - 20 Feb 2026

  • Update default CodeQL bundle version to 2.24.2. #3493
  • Added an experimental change which improves how certificates are generated for the authentication proxy that is used by the CodeQL Action in Default Setup when private package registries are configured. This is expected to generate more widely compatible certificates and should have no impact on analyses which are working correctly already. We expect to roll this change out to everyone in February. #3473
  • When the CodeQL Action is run with debugging enabled in Default Setup and private package registries are configured, the "Setup proxy for registries" step will output additional diagnostic information that can be used for troubleshooting. #3486
  • Added a setting which allows the CodeQL Action to enable network debugging for Java programs. This will help GitHub staff support customers with troubleshooting issues in GitHub-managed CodeQL workflows, such as Default Setup. This setting can only be enabled by GitHub staff. #3485
  • Added a setting which enables GitHub-managed workflows, such as Default Setup, to use a nightly CodeQL CLI release instead of the latest, stable release that is used by default. This will help GitHub staff support customers whose analyses for a given repository or organization require early access to a change in an upcoming CodeQL CLI release. This setting can only be enabled by GitHub staff. #3484

4.32.3 - 13 Feb 2026

  • Added experimental support for testing connections to private package registries. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for Default Setup. #3466

4.32.2 - 05 Feb 2026

  • Update default CodeQL bundle version to 2.24.1. #3460

4.32.1 - 02 Feb 2026

  • A warning is now shown in Default Setup workflow logs if a private package registry is configured using a GitHub Personal Access Token (PAT), but no username is configured. #3422
  • Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. #3421

4.32.0 - 26 Jan 2026

  • Update default CodeQL bundle version to 2.24.0. #3425

4.31.11 - 23 Jan 2026

  • When running a Default Setup workflow with Actions debugging enabled, the CodeQL Action will now use more unique names when uploading logs from the Dependabot authentication proxy as workflow artifacts. This ensures that the artifact names do not clash between multiple jobs in a build matrix. #3409
  • Improved error handling throughout the CodeQL Action. #3415
  • Added experimental support for automatically excluding generated files from the analysis. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for some GitHub-managed analyses. #3318
  • The changelog extracts that are included with releases of the CodeQL Action are now shorter to avoid duplicated information from appearing in Dependabot PRs. #3403

... (truncated)

Commits
  • c793b71 Merge pull request #3523 from github/update-v4.32.5-ca42bf226
  • 06cd615 Soften language re overlay failures
  • f5516c6 Improve changelog
  • 97519e1 Update release date
  • 05259a1 Add more changelog notes
  • 01ee2f7 Add changelog notes
  • c72d9a4 Update changelog for v4.32.5
  • ca42bf2 Merge pull request #3522 from github/henrymercer/update-supported-versions-table
  • 6704d80 Merge pull request #3520 from github/dependabot/npm_and_yarn/fast-xml-parser-...
  • 76348c0 Merge pull request #3521 from github/dependabot/npm_and_yarn/minimatch-3.1.5
  • Additional commits viewable in compare view

Updates github/gh-aw from 0.47.1 to 0.51.6

Release notes

Sourced from github/gh-aw's releases.

v0.51.6

🌟 Release Highlights

This release sharpens CI inspection capabilities, fixes a critical workflow isolation bug in close-older-issues, and continues an ongoing codebase cleanup pass to reduce complexity and improve maintainability.

✨ What's New

  • required_state field in gh aw checks --json — The JSON output from gh aw checks now includes a required_state field that reflects only required CI checks, filtering out optional third-party deployment statuses. This resolves a long-standing issue where non-required statuses could cause auto-merge gating to block unnecessarily. (#19161)

🐛 Bug Fixes & Improvements

  • close-older-issues no longer crosses workflow boundaries — Fixed a bug where close-older-issues could inadvertently close issues opened by a different calling workflow. Each workflow now correctly scopes its issue closure to its own context. (#19200)
  • gh aw audit returns absolute log paths — The logs_path field in audit responses now always returns an absolute path, preventing failures when the working directory differs from the log location. (#19163)
  • CLI help text consistency — Improved help text accuracy for codemods list, --repeat semantics, disable behavior, and project new formatting to reduce confusion. (#19230)
  • Report formatting normalizedci-coach and auto-triage-issues workflows now produce consistently formatted reports. (#19228)

📚 Documentation

  • Documentation updated to reflect features introduced through 2026-03-02, including glossary improvements. (#19165, #19192)

🌍 Community Contributions

A huge thank you to the community members who reported issues that were resolved in this release:


For complete details, see CHANGELOG.

Generated by Release


What's Changed

... (truncated)

Commits
  • 33cd6c7 rename: "ci: trigger CI checks" → "ci: trigger checks" (#19236)
  • a9ac928 chore: remove dead functions (phase 7) — parser URL & schema (#19233)
  • 5af7bb7 fix: prevent close-older-issues from closing issues across different calling ...
  • f3442b1 [file-diet] Refactor compiler_activation_jobs.go (1052 lines) into focused ...
  • 75f03da chore: remove dead functions (phase 6) — parser frontmatter (#19232)
  • 561627f Fix CLI help text consistency: codemods list, --repeat semantics, disable beh...
  • 48ca80a remove files
  • 46a7d00 chore: remove dead functions (phase 5) — CLI git helpers (#19231)
  • f484235 Merge branch 'tmp1' of https://github.com/github/gh-aw
  • 53038c8 fix: normalize report formatting in ci-coach and auto-triage-issues workflows...
  • Additional commits viewable in compare view

Updates crate-ci/typos from 1.43.5 to 1.44.0

Release notes

Sourced from crate-ci/typos's releases.

v1.44.0

[1.44.0] - 2026-02-27

Features

Changelog

Sourced from crate-ci/typos's changelog.

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased] - ReleaseDate

[1.44.0] - 2026-02-27

Features

[1.43.5] - 2026-02-16

Fixes

  • (pypi) Hopefully fix the sdist build

[1.43.4] - 2026-02-09

Fixes

  • Don't correct pincher

[1.43.3] - 2026-02-06

Fixes

  • (action) Adjust how typos are reported to github

[1.43.2] - 2026-02-05

Fixes

  • Don't correct certifi in Python

[1.43.1] - 2026-02-03

Fixes

  • Don't correct consts

[1.43.0] - 2026-02-02

Compatibility

  • Bumped MSRV to 1.91

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 4 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action), [github/codeql-action](https://github.com/github/codeql-action), [github/gh-aw](https://github.com/github/gh-aw) and [crate-ci/typos](https://github.com/crate-ci/typos).


Updates `taiki-e/install-action` from 2.68.8 to 2.68.16
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@cfdb446...d6e286f)

Updates `github/codeql-action` from 4.32.4 to 4.32.5
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@89a39a4...c793b71)

Updates `github/gh-aw` from 0.47.1 to 0.51.6
- [Release notes](https://github.com/github/gh-aw/releases)
- [Changelog](https://github.com/github/gh-aw/blob/main/CHANGELOG.md)
- [Commits](github/gh-aw@v0.47.1...33cd6c7)

Updates `crate-ci/typos` from 1.43.5 to 1.44.0
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@57b11c6...631208b)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-version: 2.68.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 4.32.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/gh-aw
  dependency-version: 0.51.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: crate-ci/typos
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 2, 2026

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from zircote as a code owner March 2, 2026 16:56
@github-actions github-actions bot merged commit 4e91981 into main Mar 2, 2026
7 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-33358bb124 branch March 2, 2026 16:56
@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2026

Benchmark Results

No benchmarks configured. Add benchmarks to benches/ directory.

Full results available in CI artifacts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants