Skip to content

Commit b63f488

Browse files
committed
chore(ci): pin release-please and sync vouch SHA references
Pin release-please-action to the v4.4.0 commit SHA for reproducibility. Sync README and structure validation script with the currently pinned vouch action SHA. Validation: npm run check
1 parent a167abb commit b63f488

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
issues: write
2020
steps:
2121
- name: Run release-please
22-
uses: googleapis/release-please-action@v4
22+
uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
2323
with:
2424
config-file: .release-please-config.json
2525
manifest-file: .release-please-manifest.json

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Default behavior:
158158
- PR workflow runs on `pull_request_target` (`opened`, `reopened`).
159159
- `require-vouch: true` and `auto-close: true` are enabled by default.
160160
- Maintainers can comment `vouch`, `denounce`, or `unvouch` on issues to update trust state.
161-
- Vouch actions are SHA pinned (`5713ce1baedf75e2f830afa3dac813a9c48bff12`) for reproducibility and supply-chain review.
161+
- Vouch actions are SHA pinned (`0e11a71bba23218a284d3ecca162e75a110fd7e3`) for reproducibility and supply-chain review.
162162

163163
Bootstrap step:
164164

scripts/validate-structure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ if [[ -n "$placeholder_hits" ]]; then
128128
((errors+=1))
129129
fi
130130

131-
vouch_ref="5713ce1baedf75e2f830afa3dac813a9c48bff12"
131+
vouch_ref="0e11a71bba23218a284d3ecca162e75a110fd7e3"
132132
if ! grep -q "mitchellh/vouch/action/check-pr@${vouch_ref}" ".github/workflows/vouch-check-pr.yml"; then
133133
echo "vouch-check-pr workflow must pin mitchellh/vouch/action/check-pr to ${vouch_ref}" >&2
134134
((errors+=1))

0 commit comments

Comments
 (0)