Skip to content

block worfklow name

block worfklow name #4

Workflow file for this run

# � SECURITY PLACEHOLDER - DO NOT USE THIS WORKFLOW NAME �

Check failure on line 1 in .github/workflows/pr-auditor.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-auditor.yml

Invalid workflow file

You have an error in your yaml syntax
#
# This workflow previously existed and was compromised. This placeholder file
# exists to allow blocking this workflow name in GitHub's branch protection rules.
#
# This prevents anyone from:
# 1. Using a cached/previous version of a workflow with this name
# 2. Re-creating a malicious workflow using this known-compromised name
#
# If you need to create a similar workflow, please use a
# different name
name: "[BLOCKED] Workflow name placeholder"
on:
workflow_dispatch:
jobs:
blocked:
runs-on: ubuntu-latest
steps:
- name: This workflow is blocked
run: |
echo "� A workflow with this name was previously compromised and is now blocked."
exit 1