Skip to content

chore(deps): bump the github-actions-deps group across 1 directory with 4 updates #8940

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

chore(deps): bump the github-actions-deps group across 1 directory with 4 updates #8940

Workflow file for this run

name: Check PR Title
on:
pull_request:
branches: ['main', 'develop', 'hotfix/*']
types: ['opened', 'reopened', 'edited', 'synchronize']
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check_pr_title:
name: Check PR title
runs-on: [self-hosted, Linux, X64]
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- name: Check PR title
uses: rudderlabs/github-action-check-pr-title@0a83071336f7d6417249629f67a64530fcecda2e # v1.0.11