Skip to content

Commit 7984062

Browse files
authored
chore: prep release 1.15.1 (#1243)
1 parent e9e4eb9 commit 7984062

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
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.15.0"
4+
version = "1.15.1"
55
repository = "https://github.com/zizmorcore/zizmor"
66
documentation = "https://docs.zizmor.sh"
77
keywords = ["cli", "github-actions", "static-analysis", "security"]

docs/integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ To do so, add the following to your `.pre-commit-config.yaml` `#!yaml repos:` se
256256
257257
```yaml
258258
- repo: https://github.com/zizmorcore/zizmor-pre-commit
259-
rev: v1.15.0 # (1)!
259+
rev: v1.15.1 # (1)!
260260
hooks:
261261
- id: zizmor
262262
```

docs/release-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ of `zizmor`.
99

1010
## Next (UNRELEASED)
1111

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

1416
* Fixed a bug where `zizmor` would fail to parse Dependabot configuration files
15-
that specified a `package-ecosystem: devcontainers` update block (#1240)
17+
due to missing support for some package ecosystems (#1240)
1618

1719
## 1.15.0
1820

0 commit comments

Comments
 (0)