Skip to content
Merged
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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- run: echo "CI workflow dispatched"

rust-ci:
uses: KooshaPari/phenoShared/.github/workflows/reusable/ci.yml@393519642656b8f6a2f459c22e0983a4725b7acb
uses: KooshaPari/phenoShared/.github/workflows/ci.yml@main

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Unpinned workflow ref creates supply-chain risk

Medium Severity

Changing the reusable workflow reference from a pinned commit SHA to @main is a supply-chain security regression. Any future push to KooshaPari/phenoShared's main branch will silently alter what runs in this repo's CI. The file's own comment on lines 10–12 explicitly states the policy is to pin to a tag (e.g. @v1), yet @main is used instead.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e7c7937. Configure here.

with:
language: rust
Loading