diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 51c367f54..a74ccd97c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,14 +4,14 @@ repos: - id: check-hooks-apply - id: check-useless-excludes - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v4.5.0 hooks: - id: check-yaml exclude: 'pipeline/frontend/yaml/linter/schema/.woodpecker/test-merge-map-and-sequence.yml' - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/golangci/golangci-lint - rev: v1.55.1 + rev: v1.55.2 hooks: - id: golangci-lint - repo: https://github.com/igorshubovych/markdownlint-cli @@ -25,7 +25,7 @@ repos: - id: checkmake exclude: '^docker/Dockerfile.make$' # actually a Dockerfile and not a makefile - repo: https://github.com/hadolint/hadolint - rev: v2.12.0 + rev: v2.12.1-beta hooks: - id: hadolint