Skip to content

Commit 2dacc7e

Browse files
committed
pin b3-builder to 235e6bb (refuse an unproven publisher claim at pack time)
1 parent 8aeb138 commit 2dacc7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v4
3737

38-
- uses: Bespok3d/b3-builder@918b7c9ea7af20e1f5f339e839fdc58a2b17b54c # main @ 2026-07-22
38+
- uses: Bespok3d/b3-builder@235e6bb8c25616748a795021b14d3ec40f81ee09 # main @ 2026-07-22
3939
with:
4040
unit: repo
4141
bake: 'true'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0 # full history so the index.json push can rebase on a concurrent update
2929

30-
- uses: Bespok3d/b3-builder@918b7c9ea7af20e1f5f339e839fdc58a2b17b54c # main @ 2026-07-22
30+
- uses: Bespok3d/b3-builder@235e6bb8c25616748a795021b14d3ec40f81ee09 # main @ 2026-07-22
3131
with:
3232
unit: repo
3333
# Per-repo Actions secret today (GitHub Free cannot org-secret private repos); becomes ONE org

0 commit comments

Comments
 (0)