Skip to content

build(deps): Bump the actions group across 1 directory with 2 updates - #21

Merged
sgerrand merged 1 commit into
mainfrom
dependabot/github_actions/actions-d4ac2e6f01
Sep 18, 2026
Merged

sgerrand merged 1 commit into
mainfrom
dependabot/github_actions/actions-d4ac2e6f01

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 2 updates in the / directory: akiomik/mado and github/codeql-action/upload-sarif.

Updates akiomik/mado from 0.3.1 to 0.3.2

Release notes

Sourced from akiomik/mado's releases.

v0.3.2

Added

  • The GitHub Action takes a version input, so a workflow can run a mado release other than the one the action was published with (#390)

Fixed

  • MD030: derive the marker width from the item's own ordinal, so ordered items numbered 10 or higher are no longer reported when a single space already follows the marker (#363)
  • MD004, MD005, MD029 and MD030: descend into containers other than lists, so lists nested inside a blockquote are checked (#368)
  • MD007: measure indentation from the end of the blockquote prefix instead of the start of the line (#369)
  • The GitHub Action downloads the arm64 release asset on arm64 Linux runners, where it previously asked for an aarch64 one that no release publishes and failed (#395)
  • MD038: measure a code span against its own delimiter rather than a one-backtick one, so spans delimited by two or more backticks — the only way to write a span containing a backtick — are no longer reported when they hold no padding. A span whose delimiters sit on different lines is left unjudged rather than reported, since nothing recorded about it describes what was written against those delimiters (#391)
  • MD033, MD034, MD037, MD038 and MD039: put back the columns an escaped pipe cost the report. A \| written earlier in the same table cell, or earlier on the same line above a table's header row, moved an inline's reported column one to the left of the character it named, and one more for each further escape (#405)
  • MD034 and MD037: report the column an inline was written at, rather than one counted off a string CommonMark had already resolved the escapes out of. A \. written earlier in the same text node moved the reported column one to the left of the character it named, and one more for each further escape (#407)
  • MD037: an escaped * or _ is no longer read as an emphasis marker, so a line whose only emphasis is the one its author escaped to keep is left alone, and a line that has emphasis besides is reported at it (#407)
  • MD037: report the marker after a tab, or after any other whitespace, rather than the whitespace itself (#407)
Changelog

Sourced from akiomik/mado'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].

Entries describe changes a user of mado can observe: rules, the command line, the configuration file, and the ways mado is distributed. Dependency updates, CI, packaging internals, refactors and tests are left to the commit history — except for the Markdown parser, whose version determines how documents are parsed and therefore what gets reported.

[Unreleased]

Changed

  • Breaking: respect-gitignore takes a policy rather than a boolean, since there are three behaviours to name rather than two (#436):

    0.3.x 0.4.0
    respect-gitignore = false respect-gitignore = "never"
    respect-gitignore = true respect-gitignore = "repository-only"
    respect-gitignore = "always"

    "repository-only" is the default and is what a boolean true did: .gitignore applies inside a repository, as Git does. Note the entry below, which changes what a repository lints in every mode. "always" stops mado looking for a repository at all, for every tree rather than only those without one, so a source archive or a Docker context copied without .git lints the files a clone of it does. It comes on the ignore crate's terms, the same ones rg --no-require-git has: .gitignore files apply from every parent directory, above a clone's own repository root included, and a repository below the path being linted does not bound the search. The boolean spelling is not accepted; a configuration that still carries it fails to load rather than being guessed at

  • The global Git ignore file and .git/info/exclude are no longer read. mado had been reading both by inheriting the walker's defaults; neither travels with the tree being linted, so reading them had one source lint differently on another machine (#436)

  • Breaking: config::lint::Lint::respect_gitignore is a config::lint::GitignorePolicy rather than a bool, and service::walker::WalkParallelBuilder::build takes one (#436)

Fixed

  • MD027: measure a quoted paragraph's line from the line itself rather than from the first inline reported on it, which an inline spanning two lines leaves beginning where it closed rather than where the line's content does. Reports

... (truncated)

Commits
  • 6642676 chore: bump version to v0.3.2 (#413)
  • 38690a5 ci: build the development scripts' mado with --locked (#412)
  • fb5e57a ci: run the rest of the cargo jobs with --locked (#411)
  • d911b3e ci: run cargo test with --locked (#410)
  • 22215d0 fix: report MD034 and MD037 at the column an inline was written at (#407)
  • f41b281 fix: report inline columns as written inside an escaped table cell (#405)
  • 6479490 fix: measure MD038's code span against its own delimiter (#402)
  • 63deb47 fix: repair the acceptance and benchmark shell scripts (#396)
  • 242d5f8 fix: map aarch64 to arm64 in the action's download (#395)
  • 4fd61ae ci: gate the version instead of failing Test Action on every bump (#390)
  • Additional commits viewable in compare view

Updates github/codeql-action/upload-sarif from 4.37.9 to 4.38.0

Release notes

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

v4.38.0

  • On GitHub-hosted runners, the CodeQL Action now deletes unused CodeQL bundles from the toolcache before downloading a different bundle, which frees up disk space for the analysis. We expect to roll this change out to everyone in September. #4124
  • The CodeQL Action now supports CodeQL releases that are compatible with Linux Arm64 and downloads the native linux-arm64 CodeQL bundle when available. #4072
  • Update default CodeQL bundle version to 2.27.0. #4129
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]

No user facing changes.

4.38.0 - 09 Sept 2026

  • On GitHub-hosted runners, the CodeQL Action now deletes unused CodeQL bundles from the toolcache before downloading a different bundle, which frees up disk space for the analysis. We expect to roll this change out to everyone in September. #4124
  • The CodeQL Action now supports CodeQL releases that are compatible with Linux Arm64 and downloads the native linux-arm64 CodeQL bundle when available. #4072
  • Update default CodeQL bundle version to 2.27.0. #4129

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

... (truncated)

Commits
  • b96794f Merge pull request #4131 from github/update-v4.38.0-7e08580a9
  • 02d5093 Update changelog for v4.38.0
  • 7e08580 Merge pull request #4130 from github/henrymercer/workflow-runner-sizing
  • bfcc52b Run slow macOS checks on larger runners
  • 8c251e7 Merge pull request #4129 from github/update-bundle/codeql-bundle-v2.27.0
  • 0b7ca40 Add changelog note
  • 40484b3 Update default bundle to codeql-bundle-v2.27.0
  • 977e6ce Merge pull request #4124 from github/henrymercer/toolcache-bundle-cleanup
  • 40a6b38 Address toolcache cleanup review feedback
  • deece8f Apply suggestion from @​henrymercer
  • Additional commits viewable in compare view

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

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

Bumps the actions group with 2 updates in the / directory: [akiomik/mado](https://github.com/akiomik/mado) and [github/codeql-action/upload-sarif](https://github.com/github/codeql-action).


Updates `akiomik/mado` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/akiomik/mado/releases)
- [Changelog](https://github.com/akiomik/mado/blob/main/CHANGELOG.md)
- [Commits](akiomik/mado@177695b...6642676)

Updates `github/codeql-action/upload-sarif` from 4.37.9 to 4.38.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@cdf488f...b96794f)

---
updated-dependencies:
- dependency-name: akiomik/mado
  dependency-version: 0.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

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 Sep 17, 2026
@dependabot
dependabot Bot requested a review from sgerrand as a code owner September 17, 2026 20:06

@sgerrand sgerrand left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. 👍

@sgerrand
sgerrand merged commit c134152 into main Sep 18, 2026
3 checks passed
@sgerrand
sgerrand deleted the dependabot/github_actions/actions-d4ac2e6f01 branch September 18, 2026 06:34
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