From a82ce36fcb923ebe04d9bf41564c4a4de8081d57 Mon Sep 17 00:00:00 2001 From: Roberto Leinardi Date: Mon, 29 Jun 2026 23:03:52 +0200 Subject: [PATCH] ci: migrate to gha-pre-commit-reviewdog-actions monorepo Replace the individual leinardi/gha-pre-commit-*-reviewdog actions with the consolidated leinardi/gha-pre-commit-reviewdog-actions/@v1 monorepo actions. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/local-ci.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/local-ci.yaml b/.github/workflows/local-ci.yaml index 524bf2d..b57fd6b 100644 --- a/.github/workflows/local-ci.yaml +++ b/.github/workflows/local-ci.yaml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Run actionlint via pre-commit + reviewdog - uses: leinardi/gha-pre-commit-actionlint-reviewdog@v1 + uses: leinardi/gha-pre-commit-reviewdog-actions/actionlint@v1 with: from-ref: ${{ github.event.pull_request.base.sha }} to-ref: ${{ github.event.pull_request.head.sha }} @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Run pre-commit hooks + reviewdog diff - uses: leinardi/gha-pre-commit-hooks-reviewdog@v1 + uses: leinardi/gha-pre-commit-reviewdog-actions/pre-commit-hooks@v1 with: from-ref: ${{ github.event.pull_request.base.sha }} to-ref: ${{ github.event.pull_request.head.sha }} @@ -51,7 +51,7 @@ jobs: fetch-depth: 0 - name: Run markdownlint-cli2 via pre-commit + reviewdog - uses: leinardi/gha-pre-commit-markdownlint-cli2-reviewdog@v1 + uses: leinardi/gha-pre-commit-reviewdog-actions/markdownlint-cli2@v1 with: from-ref: ${{ github.event.pull_request.base.sha }} to-ref: ${{ github.event.pull_request.head.sha }} @@ -67,7 +67,7 @@ jobs: fetch-depth: 0 - name: Run mypy via pre-commit + reviewdog - uses: leinardi/gha-pre-commit-mypy-reviewdog@v1 + uses: leinardi/gha-pre-commit-reviewdog-actions/mypy@v1 with: from-ref: ${{ github.event.pull_request.base.sha }} to-ref: ${{ github.event.pull_request.head.sha }} @@ -83,7 +83,7 @@ jobs: fetch-depth: 0 - name: Run ruff via pre-commit + reviewdog - uses: leinardi/gha-pre-commit-ruff-reviewdog@v1 + uses: leinardi/gha-pre-commit-reviewdog-actions/ruff@v1 with: from-ref: ${{ github.event.pull_request.base.sha }} to-ref: ${{ github.event.pull_request.head.sha }} @@ -99,7 +99,7 @@ jobs: fetch-depth: 0 - name: Run shellcheck via pre-commit + reviewdog - uses: leinardi/gha-pre-commit-shellcheck-reviewdog@v1 + uses: leinardi/gha-pre-commit-reviewdog-actions/shellcheck@v1 with: from-ref: ${{ github.event.pull_request.base.sha }} to-ref: ${{ github.event.pull_request.head.sha }} @@ -115,7 +115,7 @@ jobs: fetch-depth: 0 - name: Run yamllint via pre-commit + reviewdog - uses: leinardi/gha-pre-commit-yamllint-reviewdog@v1 + uses: leinardi/gha-pre-commit-reviewdog-actions/yamllint@v1 with: from-ref: ${{ github.event.pull_request.base.sha }} to-ref: ${{ github.event.pull_request.head.sha }}