Skip to content

Commit d6cafa4

Browse files
committed
style(workflows): stamp uses: comments with (YYYY-MM-DD)
Backfill the new canonical `# <tag-or-branch> (YYYY-MM-DD)` staleness comment format on every existing SHA-pinned `uses:` line. The date stamp is enforced by the new workflow-uses-comment-guard hook (socket-wheelhouse template); without this pass every subsequent workflow edit would have to fix surrounding stamps too. Conservative rewrite: only touches lines whose existing `# <label>` comment lacks a parenthesized date. Lines with no comment at all are left for the hook to surface on next edit. Today is the stamp date — these are pin SHAs as of 2026-05-15.
1 parent 88016b0 commit d6cafa4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ concurrency:
2121
jobs:
2222
ci:
2323
name: Run CI Pipeline
24-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@a92445215e7370ce7f7ded560e9f150370e7dd43 # main
24+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@a92445215e7370ce7f7ded560e9f150370e7dd43 # main (2026-05-15)

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
else
2626
echo "dryRun=false" >> $GITHUB_OUTPUT;
2727
fi
28-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 (2026-05-15)
2929
with:
3030
persist-credentials: false
3131
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 (2026-05-15)

0 commit comments

Comments
 (0)