fix(ci): reuse shared deny and refresh runner pins - #213
Merged
Merged
Conversation
Keep runner protection and cargo-deny installation in tempoxyz/ci while preserving the caller configuration. Co-authored-by: Derek Cofausper <256792747+decofe@users.noreply.github.com>
decofe
requested review from
0xrusowsky,
figtracer,
grandizzy,
mablr,
mattsse,
onbjerg and
stevencartavia
as code owners
September 22, 2026 21:10
Reuse the existing shared deny workflow without changing its action or adding runner and timeout inputs. Co-authored-by: Derek Cofausper <256792747+decofe@users.noreply.github.com>
Apply the existing policy for unversioned Tempo workflows to tempoxyz/ci. The exception still requires a full immutable commit SHA. Co-authored-by: Derek Cofausper <256792747+decofe@users.noreply.github.com>
decofe
enabled auto-merge (squash)
September 22, 2026 21:22
DaniPopes
previously approved these changes
Sep 22, 2026
Pin secure-runner to the latest published revision and consume the shared deny workflow with that same runner pin. Co-authored-by: Derek Cofausper <256792747+decofe@users.noreply.github.com>
stevencartavia
approved these changes
Sep 22, 2026
DaniPopes
approved these changes
Sep 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace the inline cargo-deny setup with a pinned call to
tempoxyz/ci/.github/workflows/deny.yml, keeping the job ID, permissions, toolchain, deny flags, and trigger conditions. The shared workflow retains its vendored cargo-deny action and existing inputs. Extend the existing pinact exception for SHA-pinned, unversioned Tempo shared workflows totempoxyz/ci; full 40-character commit pins remain required.Centaur generated and checked the workflow change and this description; any responses from Centaur are AI-generated.
Prompted by: @DaniPopes
Pin direct Secure Runner calls to
7e2ea6e1a8f5a22f16c2d4b389ffde25da93fa1b(2026-09-22T22-21-59Z-7e2ea6e1) and keep dependency checks delegated totempoxyz/ci/.github/workflows/deny.yml. The shared deny reference usesfeeee35d6e4047767f0d97881ac6e83fe3c9ebf3, whose only change is the same Secure Runner pin update; cargo-deny and workflow inputs stay unchanged.Shared deny pin update: tempoxyz/ci#25.