Skip to content

chore(deps): Bump step-security/harden-runner from 2.12.0 to 2.12.1 #90

chore(deps): Bump step-security/harden-runner from 2.12.0 to 2.12.1

chore(deps): Bump step-security/harden-runner from 2.12.0 to 2.12.1 #90

name: PR Conventional Commit Validation
on:
pull_request:
permissions:
contents: read
pull-requests: write
issues: write
defaults:
run:
shell: bash
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
with:
egress-policy: audit
- name: PR Conventional Commit Validation
uses: ytanikin/pr-conventional-commits@8267db1bacc237419f9ed0228bb9d94e94271a1d # v1.4.1
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'