Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2025

This PR contains the following updates:

Package Update Change
zizmor minor 1.12.1 -> 1.13.0

Release Notes

zizmorcore/zizmor (zizmor)

v1.13.0

Compare Source

New Features 🌈🔗

Enhancements 🌱🔗

  • zizmor's configuration discovery behavior has been significantly refactored, making it easier to audit multiple independent inputs with their own configuration files (#​1094)

    For most users, this change should cause no compatibility issues. For example, the following commands will continue to load the same configuration files as before:

    zizmor .
    zizmor .github/
    

    For other users, the behavior will change, but in a way that's intended to correct a long-standing bug with configuration discovery. In particular, the following commands will now behave differently:

OLD: would discover config in $CWD

NEW: will discover two different configs, one in each of the repos

zizmor ./repoA ./repoB
```

Separately from these changes, zizmor continues to support `--config <path>` and `ZIZMOR_CONFIG` with the exact same behavior as before.

See [Configuration - Discovery](https://docs.zizmor.sh/configuration/#discovery) for a detailed explanation of the new behavior.

Bug Fixes 🐛🔗

  • zizmor now correctly honors --strict-collection when collecting from remote inputs. This also means that the default collection strictness has changed for remote inputs to match all other inputs (#​1122)

  • Fixed a bug where zizmor would crash on certain UTF-8 inputs lacking an explicit final newline due to a bug in the annotate-snippets crate (#​1136)


Configuration

📅 Schedule: Branch creation - Between 05:00 AM and 09:59 PM, Monday through Friday ( * 5-21 * * MON-FRI ) in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

| datasource      | package           | from    | to      |
| --------------- | ----------------- | ------- | ------- |
| github-releases | zizmorcore/zizmor | v1.12.1 | v1.13.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 15, 2025
@renovate renovate bot requested a review from martincostello as a code owner September 15, 2025 04:46
Copy link
Contributor

@costellobot costellobot bot left a comment

Choose a reason for hiding this comment

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

Auto-approving dependency update.

@costellobot costellobot bot merged commit 9b48d13 into main Sep 15, 2025
10 checks passed
@costellobot costellobot bot deleted the renovate/regex/zizmor-1.x branch September 15, 2025 06:19
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant