Skip to content

fix(deps): update dependency tmp to v0.2.5 #3372

fix(deps): update dependency tmp to v0.2.5

fix(deps): update dependency tmp to v0.2.5 #3372

Workflow file for this run

name: Lint PR title
on:
pull_request:
types:
- edited
- opened
- ready_for_review
- synchronize
merge_group:
permissions:
contents: read
jobs:
lint-pr-title:
permissions:
contents: read
pull-requests: read
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
with:
persist-credentials: false
- id: lint-pr-title
name: Lint PR title
uses: ./actions/lint-pr-title
# This is an integration test ensuring that we don't regress absolute path
# support
- name: Copy lint-pr-title config to temp dir
run: |
cp actions/lint-pr-title/commitlint.config.js "${{ runner.temp }}/commitlint.config.js"
- id: lint-pr-title-separate-config
name: Lint PR title with separate config
uses: ./actions/lint-pr-title
with:
config-path: "${{ runner.temp }}/commitlint.config.js"