Skip to content

Releases: zizmorcore/zizmor-pre-commit

v1.30.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 21:38
Immutable release. Only release title and notes can be modified.

Sponsorship is appreciated!

New Features 🌈🔗

Bug Fixes 🐛🔗

  • Fixed a bug where zizmor would reject a .pre-commit-config.yml input containing a prek-specific builtin section (#2259)

  • Fixed a bug where the unpinned-uses audit would fail to honor ignore comments within the same step scope (#2289)

  • Fixed a bug where zizmor would reject a dependabot.yml containing a goproxy-server registry definition (#2300)

  • Fixed a bug where zizmor would reject pre-commit configurations containing prek-specific glob patterns in files or exclude (#2308)

  • Fixed a handful of unsound patch bugs when performing YAML add and/or replace operations (#2295)

    Many thanks to @dmbuil for proposing and implementing this improvement!

  • Fixed a bug where the cache-poisoning audit would incorrectly flag newer astral-sh/setup-uv versions that disable caching behavior automatically (#2330)

  • Fixed a bug where the ref-version-mismatch audit would produce a misleading diagnostic when an action has overlapping branch and tag names (#2337)

  • Fixed a bug where the artipacked audit would incorrectly flag the with: clauses of unrelated actions (#2339)

  • Fixed a class of bugs where zizmor would incorrectly match an action's commit to a sibling action's tag (#2247)

    Many thanks to @potiuk for proposing and implementing this improvement!

  • Fixed a bug where zizmor would crash on deeply nested GitHub Actions expressions (#2349)

v1.29.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 01:53
Immutable release. Only release title and notes can be modified.

New Features 🌈🔗

  • zizmor now has experimental support for auditing pre-commit inputs, meaning both pre-commit configuration and hook definitions (#2209)

  • New audit: insecure-url-scheme detects usages of insecure (i.e. plaintext) protocols when making network requests. The initial version of this audit is limited to pre-commit inputs only (#2228)

  • zizmor now supports GitHub's "self-repository" reference syntax for local actions, e.g. uses: $/foo/bar instead of a manual checkout and uses: ./foo/bar (#2248)

Changes ⚠️🔗

Removals 🌅🔗

  • --collect=workflows-only and --collect=actions-only have been fully removed. Use --collect=workflows and --collect=actions for the replacement behavior (#2242)

Bug Fixes 🐛🔗

  • Fixed a bug where zizmor would reject a valid workflow definition for containing a literal jobs..outputs. value for being a non-string (#2220)

  • Fixed a bug where the github-app audit would incorrectly flag some usages as needing a repositories: key, despite requesting organization-level-only permissions (#2227)

  • Fixed a class of bugs where zizmor would discover the user's configuration in unintuitive ways. When auditing from a Git repository, zizmor now uses the repository root to discover configuration consistently (#2234)

v1.28.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 22:25
Immutable release. Only release title and notes can be modified.

v1.27.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 08:37
Immutable release. Only release title and notes can be modified.

v1.26.1

Choose a tag to compare

@github-actions github-actions released this 21 Jun 02:53
Immutable release. Only release title and notes can be modified.

v1.26.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 02:48
Immutable release. Only release title and notes can be modified.

v1.25.2

Choose a tag to compare

@github-actions github-actions released this 16 May 09:21
Immutable release. Only release title and notes can be modified.

v1.25.1

Choose a tag to compare

@github-actions github-actions released this 15 May 20:09
Immutable release. Only release title and notes can be modified.

v1.25.0

Choose a tag to compare

@github-actions github-actions released this 14 May 21:02
Immutable release. Only release title and notes can be modified.

v1.24.1

Choose a tag to compare

@github-actions github-actions released this 13 Apr 18:26
Immutable release. Only release title and notes can be modified.