We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36dabf7 commit 907a033Copy full SHA for 907a033
1 file changed
.pre-commit-config.yaml
@@ -112,7 +112,7 @@ repos:
112
- id: zizmor
113
114
- repo: https://github.com/python-jsonschema/check-jsonschema
115
- rev: 0.37.0
+ rev: 0.37.1
116
hooks:
117
- id: check-github-workflows
118
args: ["--verbose"]
@@ -125,7 +125,7 @@ repos:
125
# `actionlint` hook, for verifying correct syntax in GitHub Actions workflows.
126
# Some additional configuration for `actionlint` can be found in `.github/actionlint.yaml`.
127
- repo: https://github.com/rhysd/actionlint
128
- rev: v1.7.11
+ rev: v1.7.12
129
130
- id: actionlint
131
language: golang
0 commit comments