Skip to content

ci(deps): bump fossas/fossa-action from 1.3.1 to 1.3.3 #160

ci(deps): bump fossas/fossa-action from 1.3.1 to 1.3.3

ci(deps): bump fossas/fossa-action from 1.3.1 to 1.3.3 #160

Workflow file for this run

name: Check Commit
permissions: {}
on:
pull_request:
branches: [ "*" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
commit_lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe #v5.4.5
with:
firstParent: true