Skip to content

chore(deps): Bump github/codeql-action from 2.22.6 to 3.26.10 #161

chore(deps): Bump github/codeql-action from 2.22.6 to 3.26.10

chore(deps): Bump github/codeql-action from 2.22.6 to 3.26.10 #161

name: 'Lint PR title preview (current branch, validateSingleCommit enabled)'
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
contents: read
pull-requests: read
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@v2
with:
egress-policy: audit
- uses: actions/checkout@v4
- uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true