Skip to content

build(deps): bump the pre-commit group across 1 directory with 2 updates#178

Merged
ekilmer merged 1 commit into
mainfrom
dependabot/pre_commit/{{cookiecutter.project_slug}}/pre-commit-c89507de9a
Jun 15, 2026
Merged

build(deps): bump the pre-commit group across 1 directory with 2 updates#178
ekilmer merged 1 commit into
mainfrom
dependabot/pre_commit/{{cookiecutter.project_slug}}/pre-commit-c89507de9a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the pre-commit group with 2 updates in the /{{cookiecutter.project_slug}} directory: https://github.com/rhysd/actionlint and https://github.com/zizmorcore/zizmor-pre-commit.

Updates https://github.com/rhysd/actionlint from v1.7.10 to 1.7.12

Release notes

Sourced from https://github.com/rhysd/actionlint's releases.

v1.7.12

Changelog

Sourced from https://github.com/rhysd/actionlint's changelog.

v1.7.12 - 2026-03-30

[Changes][v1.7.12]

v1.7.11 - 2026-02-14

  • Support the case() function in ${{ }} expressions which was recently added to GitHub Actions. (#612, #614, thanks @​heppu)
    env:
      # ERROR: case() requires an odd number of arguments
      ENVIRONMENT: |-
        ${{ case(
          github.ref == 'refs/heads/main', 'production',
          github.ref == 'refs/heads/staging', 'staging'
        ) }}
  • Support new macos-26-large and windows-2025-vs2026 runner labels. See the GitHub's announce for more details. (#615, thanks @​hugovk and @​muzimuzhi)
  • Enable Artifact attestations for the released binaries. From v1.7.11 gh command can verify the integrity of the downloaded binaries as follows. The verification is highly recommended in terms of supply chain security. (#608, thanks @​takaram)
    $ gh release download --repo rhysd/actionlint --pattern '*_darwin_amd64.tar.gz' v1.7.11
    $ gh attestation verify --repo rhysd/actionlint actionlint_1.7.11_darwin_amd64.tar.gz
    Loaded digest sha256:17ffc17fed8f0258ef6ad4aed932d3272464c7ef7d64e1cb0d65aa97c9752107 for file://actionlint_1.7.11_darwin_amd64.tar.gz
    Loaded 1 attestation from GitHub API
    The following policy criteria will be enforced:
    
    Predicate type must match:................ https://slsa.dev/provenance/v1
    Source Repository Owner URI must match:... https://github.com/rhysd
    Source Repository URI must match:......... https://github.com/rhysd/actionlint
    Subject Alternative Name must match regex: (?i)^https://github.com/rhysd/actionlint/
    OIDC Issuer must match:................... https://token.actions.githubusercontent.com
    
    ✓ Verification succeeded!

... (truncated)

Commits

Updates https://github.com/zizmorcore/zizmor-pre-commit from v1.22.0 to 1.25.2

Release notes

Sourced from https://github.com/zizmorcore/zizmor-pre-commit's releases.

v1.25.2

See: https://github.com/zizmorcore/zizmor/releases/tag/v1.25.2

Commits
  • 9257c60 Mirror: 1.25.2
  • 04a94ec Mirror: 1.25.1
  • 122913f Mirror: 1.25.0
  • 6c46e91 Bump astral-sh/setup-uv from 8.0.0 to 8.1.0 in the github-actions group (#44)
  • a4727cb Mirror: 1.24.1
  • 0703f40 Mirror: 1.24.0
  • 63ca4b6 Bump astral-sh/setup-uv from 7.6.0 to 8.0.0 in the github-actions group (#41)
  • eabe779 Bump astral-sh/setup-uv from 7.3.1 to 7.6.0 in the github-actions group (#40)
  • 6230aa9 Bump astral-sh/setup-uv from 7.3.0 to 7.3.1 in the github-actions group (#39)
  • ea2eb40 Mirror: 1.23.1
  • 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 pre-commit group with 2 updates in the /{{cookiecutter.project_slug}} directory: [https://github.com/rhysd/actionlint](https://github.com/rhysd/actionlint) and [https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit).


Updates `https://github.com/rhysd/actionlint` from v1.7.10 to 1.7.12
- [Release notes](https://github.com/rhysd/actionlint/releases)
- [Changelog](https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md)
- [Commits](rhysd/actionlint@0933c14...914e7df)

Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.22.0 to 1.25.2
- [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases)
- [Commits](zizmorcore/zizmor-pre-commit@b546b77...9257c60)

---
updated-dependencies:
- dependency-name: https://github.com/rhysd/actionlint
  dependency-version: 1.7.12
  dependency-type: direct:production
  dependency-group: pre-commit
- dependency-name: https://github.com/zizmorcore/zizmor-pre-commit
  dependency-version: 1.25.2
  dependency-type: direct:production
  dependency-group: pre-commit
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pre_commit Pull requests that update pre_commit code labels Jun 14, 2026
@ekilmer ekilmer merged commit e1a70fd into main Jun 15, 2026
5 checks passed
@ekilmer ekilmer deleted the dependabot/pre_commit/{{cookiecutter.project_slug}}/pre-commit-c89507de9a branch June 15, 2026 13:33
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 pre_commit Pull requests that update pre_commit code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant