Skip to content

fix(github-action): update github/codeql-action ( v4.30.8 → v4.30.9 ) #4

fix(github-action): update github/codeql-action ( v4.30.8 → v4.30.9 )

fix(github-action): update github/codeql-action ( v4.30.8 → v4.30.9 ) #4

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Validate PR Title
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
permissions: {}
concurrency:
group: validate-pr-title-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-pr:
name: Validate PR title
runs-on: ubuntu-24.04
permissions:
contents: read
pull-requests: read
checks: write
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}