Skip to content

P11-R1: harden provider runtime security #18

P11-R1: harden provider runtime security

P11-R1: harden provider runtime security #18

name: Protected Path Guardrails
on:
pull_request:
types:
- opened
- reopened
- synchronize
- edited
- ready_for_review
permissions:
contents: read
jobs:
protected-path-upgrade-guardrails:
name: Protected Path Upgrade Guardrails
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Require upgrade metadata for protected paths
run: python3 scripts/check_protected_paths.py --event-path "$GITHUB_EVENT_PATH"