Skip to content

Commit 0b77258

Browse files
authored
zizmor v1.23.1 (#1725)
* zizmor v1.23.1 Signed-off-by: William Woodruff <william@yossarian.net> * Prep release notes Signed-off-by: William Woodruff <william@yossarian.net> --------- Signed-off-by: William Woodruff <william@yossarian.net>
1 parent d822fa6 commit 0b77258

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/zizmor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "zizmor"
33
description = "Static analysis for GitHub Actions"
4-
version = "1.23.0"
4+
version = "1.23.1"
55
repository = "https://github.com/zizmorcore/zizmor"
66
documentation = "https://docs.zizmor.sh"
77
keywords = ["cli", "github-actions", "static-analysis", "security"]

docs/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ of `zizmor`.
99

1010
## Next (UNRELEASED)
1111

12+
## 1.23.1
13+
1214
### Bug Fixes 🐛
1315

1416
* Fixed a bug where `zizmor` would error if given both a `GH_TOKEN` and
1517
a `GITHUB_TOKEN` (or `ZIZMOR_GITHUB_TOKEN`) via the environment (#1724)
1618

19+
## 1.23.0
20+
1721
### New Features 🌈
1822

1923
* **New audit**: [secrets-outside-env] detects usage of the `secrets` context

0 commit comments

Comments
 (0)