Skip to content

chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in /.github/workflows #3723

chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in /.github/workflows

chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in /.github/workflows #3723

Workflow file for this run

# This workflow will lint the commit messages enforcing the conventional commit format
# See [1], [2] and [3] for more information
# [1] https://github.com/wagoid/commitlint-github-action
# [2] https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional
# [3] https://www.conventionalcommits.org/
name: Lint Commit Messages
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions: {}
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1
with:
configFile: '.github/workflows/.commitlintrc.json'