From 0507b49e66e8125d44662d22e13380ac859f56df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 05:41:38 +0000 Subject: [PATCH] chore(workflows/dependencies): update cocogitto/cocogitto-action digest to f1d28f8 --- .github/workflows/validate-pullrequest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate-pullrequest.yaml b/.github/workflows/validate-pullrequest.yaml index f93f25e9f..8930099ee 100644 --- a/.github/workflows/validate-pullrequest.yaml +++ b/.github/workflows/validate-pullrequest.yaml @@ -25,7 +25,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Conventional commit check - uses: cocogitto/cocogitto-action@5ae166018d8265bb2df85c1eb521e86a17b61085 # v3 + uses: cocogitto/cocogitto-action@f1d28f8e65281597d8209bf233328ddfd4424d10 # v3 validateTitle: if: ${{ !startsWith(github.head_ref, 'release-please--') }} name: Validate Title @@ -35,7 +35,7 @@ jobs: PR_TITLE: ${{ github.event.pull_request.title }} steps: - name: Conventional commit check - uses: cocogitto/cocogitto-action@5ae166018d8265bb2df85c1eb521e86a17b61085 # v3 + uses: cocogitto/cocogitto-action@f1d28f8e65281597d8209bf233328ddfd4424d10 # v3 with: check: false - name: Verify that PR title is a conventional commit message