Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/gate-attestation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,12 @@ permissions:

jobs:
gate:
uses: forkwright/.github/.github/workflows/hybrid-gate.yml@main
# WHY pinned to a commit SHA, not @main: a mutable branch ref lets the
# remote workflow's behavior change under an already-merged hamma
# commit. Refresh via:
# gh api repos/forkwright/.github/commits/main --jq '.sha'
# and review the diff at forkwright/.github before bumping.
uses: forkwright/.github/.github/workflows/hybrid-gate.yml@df92942bcc41cc7ffd0339b75b2f01e52269d0ef # main
with:
# WHY defaults kept as-is: hamma has its own rust-toolchain.toml
# (channel = "1.88") -- auto-detect applies, no rust_toolchain
Expand Down
4 changes: 2 additions & 2 deletions .kanon-lint-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ RUST/pub-visibility:crates/mitos/src/config/**
# the future histos coordination server. These items are library API by design — the
# pub modules in lib.rs re-export them. Narrowing to pub(crate) would break both the
# example and the integration test, which live in separate compilation units.
RUST/pub-visibility:crates/dictyon/src/control.rs
RUST/pub-visibility:crates/dictyon/src/noise.rs
RUST/pub-visibility:crates/dictyon/src/control/**
RUST/pub-visibility:crates/dictyon/src/noise/**
RUST/pub-visibility:crates/dictyon/src/transport.rs
RUST/pub-visibility:crates/dictyon/src/wire/**

Expand Down