diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 5425ca3..5effe34 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: ./.github/actions/pre-commit-setup + - uses: $/.github/actions/pre-commit-setup - name: detect method id: detect run: | diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6bbddef..feaac3d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,17 +40,13 @@ repos: - --fix - --exit-non-zero-on-fix - id: ruff-format -- repo: https://github.com/rhysd/actionlint - rev: v1.7.12 - hooks: - - id: actionlint - repo: https://github.com/scop/pre-commit-shfmt rev: v3.13.1-1 hooks: - id: shfmt args: [--write] - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.29.0 + rev: v1.30.0 hooks: - id: zizmor - repo: https://github.com/mongodb/kingfisher @@ -62,6 +58,10 @@ repos: hooks: - id: rumdl - id: rumdl-fmt +- repo: https://github.com/kjanat/actionlint + rev: v1.14.0 + hooks: + - id: actionlint ci: autoupdate_schedule: quarterly skip: