Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff2cc6 commit d6828e8Copy full SHA for d6828e8
1 file changed
.pre-commit-config.yaml
@@ -36,13 +36,13 @@ repos:
36
- id: reuse-lint-file
37
38
- repo: https://github.com/crate-ci/typos
39
- rev: v1.42.0
+ rev: v1.42.1
40
hooks:
41
- id: typos
42
43
# zizmor detects security vulnerabilities in GitHub Actions workflows.
44
- repo: https://github.com/woodruffw/zizmor-pre-commit
45
- rev: v1.20.0
+ rev: v1.22.0
46
47
- id: zizmor
48
@@ -68,4 +68,4 @@ repos:
68
# actionlint has a shellcheck integration which extracts shell scripts in `run:` steps from GitHub Actions
69
# and checks these with shellcheck. This is arguably its most useful feature,
70
# but the integration only works if shellcheck is installed
71
- - "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.10.0"
+ - "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.11.1"
0 commit comments