Skip to content

chore(deps): update github/codeql-action digest to a2d725d #2553

chore(deps): update github/codeql-action digest to a2d725d

chore(deps): update github/codeql-action digest to a2d725d #2553

Workflow file for this run

name: 'Lint PR'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
main:
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@00282d63cda40a6eaf3e9d0cbb1ac4384de896e8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}