Skip to content

chore: bump step-security/harden-runner from 2.10.2 to 2.11.0 #5228

chore: bump step-security/harden-runner from 2.10.2 to 2.11.0

chore: bump step-security/harden-runner from 2.10.2 to 2.11.0 #5228

Workflow file for this run

name: pr Title Checker
on:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
with:
egress-policy: audit
disable-sudo: true
disable-telemetry: true
- uses: thehanimo/pr-title-checker@7fbfe05602bdd86f926d3fb3bccb6f3aed43bc70 # v1.4.3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: true
configuration_path: ".github/pr-title-config.json"