Skip to content

ci: bump the actions group with 11 updates - #244

Merged
rmuir merged 1 commit into
mainfrom
dependabot/github_actions/actions-4151f2544a
Jul 27, 2026
Merged

ci: bump the actions group with 11 updates#244
rmuir merged 1 commit into
mainfrom
dependabot/github_actions/actions-4151f2544a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 11 updates:

Package From To
actions/checkout 7.0.0 7.0.1
astral-sh/setup-uv 8.1.0 8.3.2
github/codeql-action/upload-sarif 4.36.3 4.37.1
actions/setup-node 6.4.0 7.0.0
rvben/rumdl 0.2.2 0.2.37
actions/setup-python 6.2.0 7.0.0
actions/cache 5.0.5 6.1.0
tree-sitter/workflows/.github/workflows/release.yml cc03699ad21049475b5762cd1c38a35146691e85 10c66d66e558b37df92e2a8ec5321218a6547b04
tree-sitter/workflows/.github/workflows/package-crates.yml 216133f5cb4469b112c5e83415869e58b25c353a 10c66d66e558b37df92e2a8ec5321218a6547b04
tree-sitter/workflows/.github/workflows/package-pypi.yml 216133f5cb4469b112c5e83415869e58b25c353a 10c66d66e558b37df92e2a8ec5321218a6547b04
tree-sitter/workflows/.github/workflows/package-npm.yml cc03699ad21049475b5762cd1c38a35146691e85 10c66d66e558b37df92e2a8ec5321218a6547b04

Updates actions/checkout from 7.0.0 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

Full Changelog: actions/checkout@v7...v7.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates astral-sh/setup-uv from 8.1.0 to 8.3.2

Release notes

Sourced from astral-sh/setup-uv's releases.

v8.2.0 🌈 New inputs quiet and download-from-astral-mirror

Changes

This release brings two new inputs and a few bug fixes.

New inputs

Lets talk about the new inputs first.

quiet

Pretty simple. It turns of all info loggings. Useful if you use this in a composite action and are not interested in all the details. In the upcoming releases we will add log groups to fully implement support for "less noise"

[!NOTE]
Warnings and errors are always logged.

download-from-astral-mirror

In some cases you may want to directly use the fallback of checking for available versions and downloading releases from GitHub instead of using the astral.sh mirror. Setting download-from-astral-mirror: false allows you to do that.

Bugfixes

When using the astral.sh mirror to query available versions and download releases (done by default) we now stop sending the GitHub token in the header. The mirror never looked at it but we shouldn't be handing out that data even if it is just a short lived token. All other bugfixes try to limit the impact of failed GitHub queries due to retries and other faults.

We couldn't pinpoint all rootcauses yet but added more logging for error cases to track them down.

🐛 Bug fixes

🚀 Enhancements

🧰 Maintenance

... (truncated)

Commits
  • 11f9893 chore: roll up Dependabot updates (#948)
  • f798556 docs: update version references to v8.3.1 (#946)
  • e80544d chore: update known checksums for 0.11.28 (#947)
  • f98e069 Change update-docs PR labels from 'update-docs' to 'documentation' (#945)
  • cd46263 chore: update known checksums for 0.11.27 (#944)
  • 11245c7 docs: update version references to v8.3.0 (#939)
  • d31148d Strip environment markers from detected uv dependency pins (#938)
  • 17c3989 Fix cache keys for Python version ranges (#937)
  • 3cc3c11 chore(deps): roll up Dependabot updates (#936)
  • 9225f84 chore(deps): bump release-drafter/release-drafter from 7.3.1 to 7.4.0 (#924)
  • Additional commits viewable in compare view

Updates github/codeql-action/upload-sarif from 4.36.3 to 4.37.1

Release notes

Sourced from github/codeql-action/upload-sarif's releases.

v4.37.1

  • 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

v4.37.0

  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973
Changelog

Sourced from github/codeql-action/upload-sarif's changelog.

CodeQL Action Changelog

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

[UNRELEASED]

  • 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

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
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973

4.36.3 - 01 Jul 2026

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

... (truncated)

Commits
  • 7188fc3 Merge pull request #4020 from github/update-v4.37.1-9e7c07009
  • c8b5f69 Update changelog for v4.37.1
  • 9e7c070 Merge pull request #4014 from github/mbg/explicit-remote-prefix
  • 3492b7e Change REMOTE_PATH_PREFIX to remote=
  • 3654baa Merge remote-tracking branch 'origin/main' into mbg/explicit-remote-prefix
  • 2d682ac Merge pull request #4017 from github/dependabot/github_actions/dot-github/wor...
  • 23f6a50 Merge pull request #4009 from github/mbg/action-state/additions
  • 1ee3c75 Merge pull request #4018 from github/dependabot/github_actions/dot-github/wor...
  • e053684 Merge pull request #4015 from github/dependabot/npm_and_yarn/npm-minor-fd2e83...
  • 6803c56 Merge pull request #4019 from github/update-bundle/codeql-bundle-v2.26.1
  • Additional commits viewable in compare view

Updates actions/setup-node from 6.4.0 to 7.0.0

Release notes

Sourced from actions/setup-node's releases.

v7.0.0

What's Changed

Enhancements:

Bug fixes:

Documentation updates:

Dependency update:

New Contributors

Full Changelog: actions/setup-node@v6...v7.0.0

v6.5.0

What's Changed

Full Changelog: actions/setup-node@v6.4.0...v6.5.0

Commits
  • 8207627 Migrate to ESM and upgrade dependencies (#1574)
  • 04be95c Add cache-primary-key and cache-matched-key as outputs (#1577)
  • 7c2c68d docs: Update caching recommendations to mitigate cache poisoning risks (#1567)
  • 6a61c03 Merge pull request #1569 from jasongin/update-actions-cache-5.1.0
  • 30eb73b Resolve high-severity audit issues
  • 4e1a87a Update dist
  • 360237f Strict equality
  • 4f8aac5 Bump @​actions/cache to 5.1.0, log cache write denied
  • f4a67bb Only use mirrorToken in getManifest if it's provided (#1548)
  • 0355742 Remove dummy NODE_AUTH_TOKEN export (#1558)
  • Additional commits viewable in compare view

Updates rvben/rumdl from 0.2.2 to 0.2.37

Release notes

Sourced from rvben/rumdl's releases.

v0.2.37

Added

  • reflow: add atomic_spans configuration and refactor inline wrapping (#742) (aeabec1)

Changed

  • BREAKING: the MD013 emphasis-spans option is renamed to atomic-spans (default true), with inverted meaning (emphasis-spans = true is now atomic-spans = false). Configs setting the old key should migrate; it is no longer recognized

Fixed

  • reflow: keep code spans atomic when wrapping would collapse whitespace (d43618b)

Downloads

File Platform Checksum
rumdl-v0.2.37-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.37-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.37-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.37-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.37-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.37-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.37-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)

uv tool install rumdl

Using pip

pip install rumdl

Using pipx

pipx install rumdl

Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.36

Added

... (truncated)

Changelog

Sourced from rvben/rumdl's changelog.

Changelog

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.

... (truncated)

Commits
  • 50035a4 chore: bump version to v0.2.37
  • ae77f9c ci(code-block-tools): bump djlint pin to 1.40.10
  • d43618b fix(reflow): keep code spans atomic when wrapping would collapse whitespace
  • aeabec1 feat(reflow): add atomic_spans configuration and refactor inline wrapping (#742)
  • 4eb740b ci(code-block-tools): pin external formatter tool versions
  • ed9da9e chore: bump version to v0.2.36
  • 4178cdf fix(wasm): stop double-converting already-character-based columns
  • f1ea27c style: clear cargo clippy --all-features (make lint-all) findings
  • 5b23261 feat(code-block-tools): add shuck:format as a built-in shell formatter
  • 38f36cf fix(tests): resolve String addition compilation errors under Rust 1.96 (#737)
  • Additional commits viewable in compare view

Updates actions/setup-python from 6.2.0 to 7.0.0

Release notes

Sourced from actions/setup-python's releases.

v7.0.0

What's Changed

Enhancements

Bug Fix

Dependency Upgrade

New Contributors

Full Changelog: actions/setup-python@v6...v7.0.0

v6.3.0

What's Changed

Enhancement

Dependency update

Documentation

New Contributors

Full Changelog: actions/setup-python@v6.2.0...v6.3.0

Commits

Updates actions/cache from 5.0.5 to 6.1.0

Release notes

Sourced from actions/cache's releases.

v6.1.0

What's Changed

Full Changelog: actions/cache@v6...v6.1.0

v6.0.0

What's Changed

Full Changelog: actions/cache@v5...v6.0.0

v5.1.0

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

Changelog

Sourced from actions/cache's changelog.

Releases

How to prepare a release

[!NOTE] Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

6.1.0

6.0.0

  • Updated @actions/cache to ^6.0.1, @actions/core to ^3.0.1, @actions/exec to ^3.0.0, @actions/io to ^3.0.2
  • Migrated to ESM module system
  • Upgraded Jest to v30 and test infrastructure to be ESM compatible

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

5.0.2

... (truncated)

Commits
  • 55cc834 Merge pull request #1768 from jasongin/readonly-cache
  • d8cd72f Bump @​actions/cache to v6.1.0 - handle cache write error due to RO token
  • 2c8a9bd Merge pull request #1760 from actions/samirat/esm_migration_and_package_update
  • e9b91fd Prettier fixes
  • e4884b8 Rebuild dist
  • 10baf01 Fixed licenses
  • e39b386 Fix test mock return order
  • b692820 PR feedback
  • 6074912 Rebuild dist bundles as ESM to match type:module
  • 5a912e8 Fix lint and jest issues
  • Additional commits viewable in compare view

Updates tree-sitter/workflows/.github/workflows/release.yml from cc03699ad21049475b5762cd1c38a35146691e85 to 10c66d66e558b37df92e2a8ec5321218a6547b04

Commits
  • 10c66d6 ci: bump the actions group across 1 directory with 2 updates
  • See full diff in compare view

Updates tree-sitter/workflows/.github/workflows/package-crates.yml from 216133f5cb4469b112c5e83415869e58b25c353a to 10c66d66e558b37df92e2a8ec5321218a6547b04

Commits
  • 10c66d6 ci: bump the actions group across 1 directory with 2 updates
  • cc03699 docs: update action versions in readme
  • c0a88aa chore: add license file
  • 60bd84d ci: bump the actions group across 1 directory with 3 updates
  • c998ead ci(package-npm): use windows-2022 runner image
  • See full diff in compare view

Updates tree-sitter/workflows/.github/workflows/package-pypi.yml from 216133f5cb4469b112c5e83415869e58b25c353a to 10c66d66e558b37df92e2a8ec5321218a6547b04

Commits
  • 10c66d6 ci: bump the actions group across 1 directory with 2 updates
  • cc03699 docs: update action versions in readme
  • c0a88aa chore: add license file
  • 60bd84d ci: bump the actions group across 1 directory with 3 updates
  • c998ead ci(package-npm): use windows-2022 runner image
  • See full diff in compare view

Updates tree-sitter/workflows/.github/workflows/package-npm.yml from cc03699ad21049475b5762cd1c38a35146691e85 to 10c66d66e558b37df92e2a8ec5321218a6547b04

Commits
  • 10c66d6 ci: bump the actions group across 1 directory with 2 updates
  • See full diff in compare view

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

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

Bumps the actions group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.1.0` | `8.3.2` |
| [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.36.3` | `4.37.1` |
| [actions/setup-node](https://github.com/actions/setup-node) | `6.4.0` | `7.0.0` |
| [rvben/rumdl](https://github.com/rvben/rumdl) | `0.2.2` | `0.2.37` |
| [actions/setup-python](https://github.com/actions/setup-python) | `6.2.0` | `7.0.0` |
| [actions/cache](https://github.com/actions/cache) | `5.0.5` | `6.1.0` |
| [tree-sitter/workflows/.github/workflows/release.yml](https://github.com/tree-sitter/workflows) | `cc03699ad21049475b5762cd1c38a35146691e85` | `10c66d66e558b37df92e2a8ec5321218a6547b04` |
| [tree-sitter/workflows/.github/workflows/package-crates.yml](https://github.com/tree-sitter/workflows) | `216133f5cb4469b112c5e83415869e58b25c353a` | `10c66d66e558b37df92e2a8ec5321218a6547b04` |
| [tree-sitter/workflows/.github/workflows/package-pypi.yml](https://github.com/tree-sitter/workflows) | `216133f5cb4469b112c5e83415869e58b25c353a` | `10c66d66e558b37df92e2a8ec5321218a6547b04` |
| [tree-sitter/workflows/.github/workflows/package-npm.yml](https://github.com/tree-sitter/workflows) | `cc03699ad21049475b5762cd1c38a35146691e85` | `10c66d66e558b37df92e2a8ec5321218a6547b04` |


Updates `actions/checkout` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9c091bb...3d3c42e)

Updates `astral-sh/setup-uv` from 8.1.0 to 8.3.2
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@0880764...11f9893)

Updates `github/codeql-action/upload-sarif` from 4.36.3 to 4.37.1
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@54f647b...7188fc3)

Updates `actions/setup-node` from 6.4.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@48b55a0...8207627)

Updates `rvben/rumdl` from 0.2.2 to 0.2.37
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@4b60991...50035a4)

Updates `actions/setup-python` from 6.2.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@a309ff8...5fda3b9)

Updates `actions/cache` from 5.0.5 to 6.1.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@27d5ce7...55cc834)

Updates `tree-sitter/workflows/.github/workflows/release.yml` from cc03699ad21049475b5762cd1c38a35146691e85 to 10c66d66e558b37df92e2a8ec5321218a6547b04
- [Commits](tree-sitter/workflows@cc03699...10c66d6)

Updates `tree-sitter/workflows/.github/workflows/package-crates.yml` from 216133f5cb4469b112c5e83415869e58b25c353a to 10c66d66e558b37df92e2a8ec5321218a6547b04
- [Commits](tree-sitter/workflows@216133f...10c66d6)

Updates `tree-sitter/workflows/.github/workflows/package-pypi.yml` from 216133f5cb4469b112c5e83415869e58b25c353a to 10c66d66e558b37df92e2a8ec5321218a6547b04
- [Commits](tree-sitter/workflows@216133f...10c66d6)

Updates `tree-sitter/workflows/.github/workflows/package-npm.yml` from cc03699ad21049475b5762cd1c38a35146691e85 to 10c66d66e558b37df92e2a8ec5321218a6547b04
- [Commits](tree-sitter/workflows@cc03699...10c66d6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: astral-sh/setup-uv
  dependency-version: 8.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.37.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: actions/setup-node
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: rvben/rumdl
  dependency-version: 0.2.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: actions/setup-python
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/cache
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: tree-sitter/workflows/.github/workflows/release.yml
  dependency-version: 10c66d66e558b37df92e2a8ec5321218a6547b04
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: tree-sitter/workflows/.github/workflows/package-crates.yml
  dependency-version: 10c66d66e558b37df92e2a8ec5321218a6547b04
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: tree-sitter/workflows/.github/workflows/package-pypi.yml
  dependency-version: 10c66d66e558b37df92e2a8ec5321218a6547b04
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: tree-sitter/workflows/.github/workflows/package-npm.yml
  dependency-version: 10c66d66e558b37df92e2a8ec5321218a6547b04
  dependency-type: direct:production
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependency Updates label Jul 27, 2026
@rmuir
rmuir merged commit eab76f0 into main Jul 27, 2026
13 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions-4151f2544a branch July 27, 2026 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency Updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant