Skip to content

chore(deps): bump the actions-deps group across 1 directory with 9 updates #919

chore(deps): bump the actions-deps group across 1 directory with 9 updates

chore(deps): bump the actions-deps group across 1 directory with 9 updates #919

Workflow file for this run

name: PR Title
on:
pull_request:
branches:
- main
types: [opened, edited, reopened, synchronize]
permissions: read-all
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
with:
egress-policy: audit
- uses: thehanimo/pr-title-checker@7fbfe05602bdd86f926d3fb3bccb6f3aed43bc70 # v1.4.3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
configuration_path: ".github/pr-title-checker-config.json"