Skip to content

deps(maven): bump software.amazon.awssdk:bom from 2.20.132 to 2.21.24 #277

deps(maven): bump software.amazon.awssdk:bom from 2.20.132 to 2.21.24

deps(maven): bump software.amazon.awssdk:bom from 2.20.132 to 2.21.24 #277

Workflow file for this run

on: [pull_request]
name: Commitlint
jobs:
lint-commits:
runs-on: ubuntu-latest
steps:
- id: depth
name: Determine fetch depth for checkout
run: echo "depth=$(expr ${{ github.event.pull_request.commits }} + 1)" >> $GITHUB_OUTPUT
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: ${{ steps.depth.outputs.depth }}
- uses: wagoid/commitlint-github-action@v5
with:
commitDepth: ${{ github.event.pull_request.commits }}
helpURL: https://github.com/camunda/zeebe/blob/main/CONTRIBUTING.md/#commit-message-guidelines