Skip to content

Commit 719a010

Browse files
committed
ci(weekly-update): use local fleet actions over dead cross-repo pins
The socket-registry action SHAs were erased by that repo's history consolidation and the actions moved under .github/actions/fleet; the repo carries the same cascaded actions locally.
1 parent d1381ab commit 719a010

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/weekly-update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
persist-credentials: false
3131

32-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@bb4bb872b58d7c97f828caea595ff534b78c507b # main (2026-05-15)
32+
- uses: ./.github/actions/fleet/setup-and-install
3333
with:
3434
checkout: 'false'
3535

@@ -62,7 +62,7 @@ jobs:
6262
fetch-depth: 0
6363
persist-credentials: false
6464

65-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@bb4bb872b58d7c97f828caea595ff534b78c507b # main (2026-05-15)
65+
- uses: ./.github/actions/fleet/setup-and-install
6666
with:
6767
checkout: 'false'
6868

@@ -79,7 +79,7 @@ jobs:
7979
git checkout -b "$BRANCH_NAME" HEAD~1
8080
echo "branch=$BRANCH_NAME" >> $GITHUB_OUTPUT
8181
82-
- uses: SocketDev/socket-registry/.github/actions/setup-git-signing@bb4bb872b58d7c97f828caea595ff534b78c507b # main (2026-05-15)
82+
- uses: ./.github/actions/fleet/setup-git-signing
8383
with:
8484
gpg-private-key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
8585

@@ -332,7 +332,7 @@ jobs:
332332
test.log
333333
retention-days: 7
334334

335-
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@bb4bb872b58d7c97f828caea595ff534b78c507b # main (2026-05-15)
335+
- uses: ./.github/actions/fleet/cleanup-git-signing
336336
if: always()
337337

338338
notify:

0 commit comments

Comments
 (0)