diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab05885..f35191e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: # https://docs.astral.sh/ruff/integrations/#pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.11 + rev: v0.14.13 hooks: # Run the linter with fixes - id: ruff-check @@ -29,7 +29,7 @@ repos: - id: ruff-format - repo: https://github.com/crate-ci/typos - rev: v1.42.0 + rev: v1.42.1 hooks: - id: typos @@ -48,7 +48,7 @@ repos: # zizmor detects security vulnerabilities in GitHub Actions workflows. - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.20.0 + rev: v1.22.0 hooks: - id: zizmor @@ -72,4 +72,4 @@ repos: # actionlint has a shellcheck integration which extracts shell scripts in `run:` steps from GitHub Actions # and checks these with shellcheck. This is arguably its most useful feature, # but the integration only works if shellcheck is installed - - "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.10.0" + - "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.11.1"