Skip to content

Commit 5dec0b3

Browse files
Ahmed Abbasclaude
andcommitted
test(ci): reference shared action by branch ref to probe private cross-repo resolution
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1eb863d commit 5dec0b3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/dep-age-check.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1414
with:
1515
fetch-depth: 0 # need the base ref to diff lockfiles
16-
- uses: convertcom/supply-chain@1e6559ce3128a1c80f2bf5ad780c79ffa75af751 # seed
16+
- uses: convertcom/supply-chain@main # TEST: branch ref (SHA pin restored once resolution confirmed)
1717
with:
18-
# Warn-only for the initial bake; flip to `block` + required check
19-
# once we've confirmed no false positives on main.
2018
mode: warn

0 commit comments

Comments
 (0)