Skip to content

Commit

Permalink
ci: pin version of config @commitlint/config-conventional to 18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdmike committed Jan 25, 2024
1 parent 57a98eb commit d69ca98
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,18 @@ jobs:
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit

- name: Setup Node.js 20.x
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: 20.x
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5.4.5
with:
configFile: .github/commitlint.config.js
- name: Install Dependencies
run: npm install @commitlint/config-conventional
run: npm install @commitlint/config-conventional@18.5
- uses: JulienKode/pull-request-name-linter-action@8c05fb989d9f156ce61e33754f9802c9d3cffa58 # v0.5.0
with:
configuration-path: ./.github/commitlint.config.js
configuration-path: ./.github/commitlint.config.js

0 comments on commit d69ca98

Please sign in to comment.