File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ # � SECURITY PLACEHOLDER - DO NOT USE THIS WORKFLOW NAME �
2+ #
3+ # This workflow previously existed and was compromised. This placeholder file
4+ # exists to allow blocking this workflow name in GitHub's branch protection rules.
5+ #
6+ # This prevents anyone from:
7+ # 1. Using a cached/previous version of a workflow with this name
8+ # 2. Re-creating a malicious workflow using this known-compromised name
9+ #
10+ # If you need to create a similar workflow, please use a
11+ # different name
12+
13+ name : " [BLOCKED] Workflow name placeholder"
14+
15+ on :
16+ workflow_dispatch :
17+
18+ jobs :
19+ blocked :
20+ runs-on : ubuntu-latest
21+ steps :
22+ - name : This workflow is blocked
23+ run : |
24+ echo "� A workflow with this name was previously compromised and is now blocked."
25+ exit 1
You can’t perform that action at this time.
0 commit comments