Skip to content

Commit 7b75f56

Browse files
authored
chore: prep 1.2.0 (#464)
1 parent c33c5fc commit 7b75f56

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
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.

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.1.1"
4+
version = "1.2.0"
55
edition = "2021"
66
repository = "https://github.com/woodruffw/zizmor"
77
homepage = "https://github.com/woodruffw/zizmor"

docs/release-notes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ of `zizmor`.
99

1010
## Next (UNRELEASED)
1111

12+
Nothing to see here (yet!)
13+
14+
## v1.2.0
15+
16+
This release comes with one new audit ([bot-conditions]), plus a handful
17+
of bugfixes and analysis improvements to existing audits.
18+
19+
One bugfix in this release is also a slight behavior change: `zizmor`
20+
now emits SARIF outputs with absolute paths. This should not affect most
21+
users, but may make it slightly harder to share SARIF outputs between
22+
machines without fully reproducing exact file paths. If this affects
23+
you, [please let us know](https://github.com/woodruffw/zizmor/issues/new?template=bug-report.yml)!
24+
1225
### New Features 🌈
1326

1427
* **New audit**: [bot-conditions] detects spoofable uses of `github.actor`

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ To do so, add the following to your `.pre-commit-config.yaml` `repos` section:
457457

458458
```yaml
459459
- repo: https://github.com/woodruffw/zizmor-pre-commit
460-
rev: v1.1.1 # (1)!
460+
rev: v1.2.0 # (1)!
461461
hooks:
462462
- id: zizmor
463463
```

0 commit comments

Comments
 (0)