Skip to content

chore: apply security best practices from step security #35

chore: apply security best practices from step security

chore: apply security best practices from step security #35

Workflow file for this run

name: Check PR Title
on:
pull_request:
branches: ['master']
types: ['opened', 'reopened', 'edited', 'synchronize']
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@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- name: Check PR title
uses: rudderlabs/github-action-check-pr-title@v1.0.11