Skip to content

build(deps): bump wagoid/commitlint-github-action from 6.2.0 to 6.2.1 #1421

build(deps): bump wagoid/commitlint-github-action from 6.2.0 to 6.2.1

build(deps): bump wagoid/commitlint-github-action from 6.2.0 to 6.2.1 #1421

Workflow file for this run

name: "Semantic Pull Request"
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
permissions:
contents: read
jobs:
main:
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: read # for wagoid/commitlint-github-action to get commits in PR
name: Validate PR and Commits
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- name: Setup Node.js 20.x
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20.x
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1
with:
configFile: .github/commitlint.config.cjs
- name: Install Dependencies
run: npm install @commitlint/[email protected]
- uses: JulienKode/pull-request-name-linter-action@8c05fb989d9f156ce61e33754f9802c9d3cffa58 # v0.5.0
with:
configuration-path: ./.github/commitlint.config.cjs