Skip to content

fix(gha)(deps): bump the github-actions group across 1 directory with 25 updates #1419

fix(gha)(deps): bump the github-actions group across 1 directory with 25 updates

fix(gha)(deps): bump the github-actions group across 1 directory with 25 updates #1419

Workflow file for this run

---
# SPDX-FileCopyrightText: (c) Wagner Santos
#
# SPDX-License-Identifier: MIT
#
name: Lint Commit Messages
on: [pull_request] # yamllint disable-line rule:truthy
permissions:
actions: read
contents: read
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
commitlint:
# Skip any PR created by dependabot to avoid permission issues:
if: (github.actor != 'dependabot[bot]')
runs-on: ubuntu-latest
steps:
- name: 🧰 Checkout Source Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Check the commits
uses: wagoid/commitlint-github-action@3d28780bbf0365e29b144e272b2121204d5be5f3 # v6.1.2