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 c4370fa commit 4de2b32Copy full SHA for 4de2b32
1 file changed
.pre-commit-config.yaml
@@ -36,7 +36,7 @@ repos:
36
- id: reuse-lint-file
37
38
- repo: https://github.com/crate-ci/typos
39
- rev: v1.44.0
+ rev: v1.45.0
40
hooks:
41
- id: typos
42
@@ -47,7 +47,7 @@ repos:
47
- id: zizmor
48
49
- repo: https://github.com/python-jsonschema/check-jsonschema
50
- rev: 0.37.0
+ rev: 0.37.1
51
52
- id: check-github-workflows
53
args: ["--verbose"]
@@ -60,7 +60,7 @@ repos:
60
# `actionlint` hook, for verifying correct syntax in GitHub Actions workflows.
61
# Some additional configuration for `actionlint` can be found in `.github/actionlint.yaml`.
62
- repo: https://github.com/rhysd/actionlint
63
- rev: v1.7.11
+ rev: v1.7.12
64
65
- id: actionlint
66
language: golang
0 commit comments