Skip to content

ci(deps): bump github/codeql-action from 3.26.3 to 3.26.5 #311

ci(deps): bump github/codeql-action from 3.26.3 to 3.26.5

ci(deps): bump github/codeql-action from 3.26.3 to 3.26.5 #311

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@baa1b236f990293a1b2d94c19e41c2313a85e749 #v6.0.2
with:
firstParent: true