Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/agent-shield.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ permissions:

jobs:
agent-shield:
uses: petry-projects/.github/.github/workflows/agent-shield-reusable.yml@0bba48104323486ac3b003ba3eba0ef747d9a7db # v1
uses: petry-projects/.github/.github/workflows/agent-shield-reusable.yml@v1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Pin reusable workflow reference to immutable commit SHA

Using @v1 for the reusable workflow makes CI behavior depend on a mutable tag, so future retags or upstream changes can silently alter (or break) this repository’s required security check without any local commit. This is a reproducibility and supply-chain risk in production CI; keep the uses: ref pinned to a full commit SHA (as it was before) so runs are deterministic and reviewable.

Useful? React with 👍 / 👎.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -431,3 +431,4 @@ Thumbs.db
# ============================================================================
.dev-lead/
.dev-lead/
.dev-lead/
Loading