From 22a5853e6f5a70e17c54d8963b3dd006aedeb2e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 11:15:27 +0000 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v6 --- .github/workflows/ci-quality.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-quality.yaml b/.github/workflows/ci-quality.yaml index 591b061..202de9b 100644 --- a/.github/workflows/ci-quality.yaml +++ b/.github/workflows/ci-quality.yaml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Commit Lint - uses: wagoid/commitlint-github-action@v5 + uses: wagoid/commitlint-github-action@v6 continue-on-error: true - name: Secret Detection