mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
chore: prep 0.10.0 (#333)
Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
parent
772a9ba39a
commit
aecc879cbd
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -3013,7 +3013,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zizmor"
|
||||
version = "0.9.2"
|
||||
version = "0.10.0"
|
||||
dependencies = [
|
||||
"annotate-snippets",
|
||||
"anstream",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "zizmor"
|
||||
description = "Static analysis for GitHub Actions"
|
||||
version = "0.9.2"
|
||||
version = "0.10.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/woodruffw/zizmor"
|
||||
homepage = "https://github.com/woodruffw/zizmor"
|
||||
|
|
|
|||
|
|
@ -375,7 +375,7 @@ To do so, add the following to your `.pre-commit-config.yaml` `repos` section:
|
|||
|
||||
```yaml
|
||||
- repo: https://github.com/woodruffw/zizmor-pre-commit
|
||||
rev: v0.8.0 # (1)!
|
||||
rev: v0.10.0 # (1)!
|
||||
hooks:
|
||||
- id: zizmor
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue