Skip to content

chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 #48

chore(deps): bump actions/checkout from 4.1.0 to 4.1.1

chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 #48

Workflow file for this run

name: Lint Commit Messages
on:
pull_request:
push:
branches-ignore: [main]
jobs:
commitlint:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # 2.5.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
github.com:443
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
with:
fetch-depth: 0
- name: Lint
uses: wagoid/commitlint-github-action@6319f54d83768b60acd6fd60e61007ccc583e62f # 5.4.3
with:
configFile: package.json
failOnWarnings: true