Skip to content

v1.30.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Aug 21:29
· 7 commits to main since this release
Immutable release. Only release title and notes can be modified.
fb814d6

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)