Skip to content

Commit

Permalink
chore(workflows/dependencies): update cocogitto/cocogitto-action dige…
Browse files Browse the repository at this point in the history
…st to f1d28f8
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 9698390 commit e43ef95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e43ef95

Please sign in to comment.