Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zizmor for openSUSE:Factory checked in at 2025-11-06 18:13:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zizmor (Old) and /work/SRC/openSUSE:Factory/.zizmor.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zizmor" Thu Nov 6 18:13:42 2025 rev:23 rq:1315772 version:1.16.3 Changes: -------- --- /work/SRC/openSUSE:Factory/zizmor/zizmor.changes 2025-11-02 22:34:25.335324036 +0100 +++ /work/SRC/openSUSE:Factory/.zizmor.new.1980/zizmor.changes 2025-11-06 18:15:58.786456193 +0100 @@ -1,0 +2,13 @@ +Wed Nov 05 16:19:02 UTC 2025 - Johannes Kastl <[email protected]> + +- Update to version 1.16.3: + * Bug Fixes + - Fixed a bug where zizmor would crash on an unexpected caching + middleware state. zizmor will now exit with a controlled + error instead (#1319) + * Dependencies + - chore(deps): bump the cargo group with 2 updates (#1316) + - chore(deps): bump the github-actions group with 3 updates + (#1317) + +------------------------------------------------------------------- Old: ---- zizmor-1.16.2.obscpio New: ---- zizmor-1.16.3.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zizmor.spec ++++++ --- /var/tmp/diff_new_pack.0UlaZE/_old 2025-11-06 18:15:59.706495111 +0100 +++ /var/tmp/diff_new_pack.0UlaZE/_new 2025-11-06 18:15:59.710495280 +0100 @@ -17,7 +17,7 @@ Name: zizmor -Version: 1.16.2 +Version: 1.16.3 Release: 0 Summary: A static analysis tool for GitHub Actions License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.0UlaZE/_old 2025-11-06 18:15:59.758497311 +0100 +++ /var/tmp/diff_new_pack.0UlaZE/_new 2025-11-06 18:15:59.762497480 +0100 @@ -4,7 +4,7 @@ <param name="scm">git</param> <param name="exclude">.git</param> <param name="versionformat">@PARENT_TAG@</param> - <param name="revision">v1.16.2</param> + <param name="revision">v1.16.3</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.0UlaZE/_old 2025-11-06 18:15:59.790498665 +0100 +++ /var/tmp/diff_new_pack.0UlaZE/_new 2025-11-06 18:15:59.794498834 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/woodruffw/zizmor</param> - <param name="changesrevision">57f910252f4931fcb3cdf5fccdb9a0174e264819</param></service></servicedata> + <param name="changesrevision">d94931b9a603b1667ff3ebd9ba8001c88fb49de7</param></service></servicedata> (No newline at EOF) ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/zizmor/vendor.tar.zst /work/SRC/openSUSE:Factory/.zizmor.new.1980/vendor.tar.zst differ: char 7, line 1 ++++++ zizmor-1.16.2.obscpio -> zizmor-1.16.3.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zizmor-1.16.2/Cargo.lock new/zizmor-1.16.3/Cargo.lock --- old/zizmor-1.16.2/Cargo.lock 2025-11-02 01:51:54.000000000 +0100 +++ new/zizmor-1.16.3/Cargo.lock 2025-11-05 16:16:10.000000000 +0100 @@ -52,9 +52,9 @@ [[package]] name = "annotate-snippets" -version = "0.12.6" +version = "0.12.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b070a85822966c5bf2bddb457b444ba85c6975fc66c582fe334f23a5cddc2124" +checksum = "025c7edcdffa4ccc5c0905f472a0ae3759378cfbef88ef518a3575e19ae3aebd" dependencies = [ "anstyle", "unicode-width 0.2.2", @@ -697,9 +697,9 @@ [[package]] name = "flate2" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc5a4e564e38c699f2880d3fda590bedc2e69f3f84cd48b457bd892ce61d0aa9" +checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" dependencies = [ "crc32fast", "miniz_oxide", @@ -3879,7 +3879,7 @@ [[package]] name = "zizmor" -version = "1.16.2" +version = "1.16.3" dependencies = [ "annotate-snippets", "anstream", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zizmor-1.16.2/Cargo.toml new/zizmor-1.16.3/Cargo.toml --- old/zizmor-1.16.2/Cargo.toml 2025-11-02 01:51:54.000000000 +0100 +++ new/zizmor-1.16.3/Cargo.toml 2025-11-05 16:16:10.000000000 +0100 @@ -26,7 +26,7 @@ pest = "2.8.3" pest_derive = "2.8.3" pretty_assertions = "1.4.1" -annotate-snippets = "0.12.4" +annotate-snippets = "0.12.7" anstream = "0.6.21" assert_cmd = "2.0.17" async-trait = "0.1.89" @@ -37,7 +37,7 @@ clap_complete_nushell = "4.5.8" csv = "1.3.1" etcetera = "0.10.0" -flate2 = "1.1.4" +flate2 = "1.1.5" fst = "0.4.7" http = "1.3.1" http-cache-reqwest = { version = "1.0.0-alpha.2", features = ["manager-moka"] } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zizmor-1.16.2/crates/zizmor/Cargo.toml new/zizmor-1.16.3/crates/zizmor/Cargo.toml --- old/zizmor-1.16.2/crates/zizmor/Cargo.toml 2025-11-02 01:51:54.000000000 +0100 +++ new/zizmor-1.16.3/crates/zizmor/Cargo.toml 2025-11-05 16:16:10.000000000 +0100 @@ -1,7 +1,7 @@ [package] name = "zizmor" description = "Static analysis for GitHub Actions" -version = "1.16.2" +version = "1.16.3" repository = "https://github.com/zizmorcore/zizmor" documentation = "https://docs.zizmor.sh" keywords = ["cli", "github-actions", "static-analysis", "security"] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zizmor-1.16.2/crates/zizmor/src/github.rs new/zizmor-1.16.3/crates/zizmor/src/github.rs --- old/zizmor-1.16.2/crates/zizmor/src/github.rs 2025-11-02 01:51:54.000000000 +0100 +++ new/zizmor-1.16.3/crates/zizmor/src/github.rs 2025-11-05 16:16:10.000000000 +0100 @@ -183,7 +183,7 @@ ) -> reqwest_middleware::Result<Response> { tracing::debug!("Request URL: {}", req.url()); - let res = next.run(req, extensions).await; + let res = next.run(req, extensions).await?; let cache_type = extensions .get::<CacheType>() @@ -193,7 +193,7 @@ .expect("internal error: expected CacheResult"); tracing::debug!("{:?} cache was {:?}", cache_type, cache_result); - res + Ok(res) } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zizmor-1.16.2/docs/integrations.md new/zizmor-1.16.3/docs/integrations.md --- old/zizmor-1.16.2/docs/integrations.md 2025-11-02 01:51:54.000000000 +0100 +++ new/zizmor-1.16.3/docs/integrations.md 2025-11-05 16:16:10.000000000 +0100 @@ -256,7 +256,7 @@ ```yaml - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.16.2 # (1)! + rev: v1.16.3 # (1)! hooks: - id: zizmor ``` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zizmor-1.16.2/docs/release-notes.md new/zizmor-1.16.3/docs/release-notes.md --- old/zizmor-1.16.2/docs/release-notes.md 2025-11-02 01:51:54.000000000 +0100 +++ new/zizmor-1.16.3/docs/release-notes.md 2025-11-05 16:16:10.000000000 +0100 @@ -9,6 +9,13 @@ ## Next (UNRELEASED) +## 1.16.3 + +### Bug Fixes 🐛 + +* Fixed a bug where `zizmor` would crash on an unexpected caching middleware + state. `zizmor` will now exit with a controlled error instead (#1319) + ## 1.16.2 ### Enhancements 🌱 ++++++ zizmor.obsinfo ++++++ --- /var/tmp/diff_new_pack.0UlaZE/_old 2025-11-06 18:16:00.514529292 +0100 +++ /var/tmp/diff_new_pack.0UlaZE/_new 2025-11-06 18:16:00.518529461 +0100 @@ -1,5 +1,5 @@ name: zizmor -version: 1.16.2 -mtime: 1762044714 -commit: 57f910252f4931fcb3cdf5fccdb9a0174e264819 +version: 1.16.3 +mtime: 1762355770 +commit: d94931b9a603b1667ff3ebd9ba8001c88fb49de7
