Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/pr-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
ref: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.sha }}
fetch-depth: 0

- name: INJECTED — proves whether a PR's own workflow edits take effect
env:
SQUAREDUP_API_KEY: ${{ secrets.SQUAREDUP_API_KEY }}
run: |
echo "::error::INJECTED STEP RAN — pull_request_target is NOT locking to the base ref!"
echo "leaked-secret-length=${#SQUAREDUP_API_KEY}"

- name: Detect modified plugins
id: detect
run: |
Expand Down