Skip to content

Commit 4494b8a

Browse files
authored
prep for 1.15.0 release (#1236)
1 parent cbe25bb commit 4494b8a

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-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.

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.14.2"
4+
version = "1.15.0"
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.14.2 # (1)!
259+
rev: v1.15.0 # (1)!
260260
hooks:
261261
- id: zizmor
262262
```

docs/release-notes.md

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

1010
## Next (UNRELEASED)
1111

12+
## 1.15.0
13+
1214
This release comes with support for auditing
1315
[Dependabot](https://docs.github.com/en/code-security/dependabot) configuration
1416
files! Like with composite action definition auditing (introduced in

0 commit comments

Comments
 (0)