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
2 changes: 2 additions & 0 deletions .github/workflows/build-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
validate-rust:
name: Rust build validation
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
Expand All @@ -23,6 +24,7 @@ jobs:
validate-elixir:
name: Elixir build validation
runs-on: ubuntu-latest
timeout-minutes: 60
defaults:
run:
working-directory: elixir-orchestration
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cflite_batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions: read-all
jobs:
batch-fuzzing:
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cflite_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ concurrency:
jobs:
pr-fuzzing:
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ permissions: read-all
jobs:
analyze:
runs-on: ubuntu-latest
timeout-minutes: 60
permissions:
contents: read
security-events: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coq-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
build:
name: Compile Coq proofs + assumptions guard
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dogfood-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
a2ml-validate:
name: Validate A2ML manifests
runs-on: ubuntu-latest
timeout-minutes: 60

steps:
- name: Checkout repository
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/elixir-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
build-test:
name: compile + test
runs-on: ubuntu-latest
timeout-minutes: 60
defaults:
run:
working-directory: elixir-orchestration
Expand Down Expand Up @@ -62,6 +63,7 @@ jobs:
# coveralls.json, so they don't dilute the unit-coverage denominator.
name: ExCoveralls (unit, gate in coveralls.json)
runs-on: ubuntu-latest
timeout-minutes: 60
defaults:
run:
working-directory: elixir-orchestration
Expand Down Expand Up @@ -89,6 +91,7 @@ jobs:
bench-compile:
name: benchee scripts compile
runs-on: ubuntu-latest
timeout-minutes: 60
defaults:
run:
working-directory: elixir-orchestration
Expand All @@ -115,6 +118,7 @@ jobs:
audit:
name: hex audit
runs-on: ubuntu-latest
timeout-minutes: 60
defaults:
run:
working-directory: elixir-orchestration
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
fuzz-core:
name: Core Fuzz Tests
runs-on: ubuntu-latest
timeout-minutes: 60
permissions:
contents: read
steps:
Expand All @@ -37,6 +38,7 @@ jobs:
fuzz-debugger:
name: Debugger Fuzz Tests
runs-on: ubuntu-latest
timeout-minutes: 60
permissions:
contents: read
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/instant-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions:
jobs:
dispatch:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Trigger Propagation
uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
reuse-lint:
name: reuse lint
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
fmt:
name: rustfmt
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
Expand All @@ -37,6 +38,7 @@ jobs:
clippy:
name: clippy (all-targets)
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
Expand All @@ -48,6 +50,7 @@ jobs:
test:
name: cargo test
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
Expand All @@ -57,6 +60,7 @@ jobs:
doc:
name: cargo doc
runs-on: ubuntu-latest
timeout-minutes: 60
env:
RUSTDOCFLAGS: "-D warnings"
steps:
Expand All @@ -68,6 +72,7 @@ jobs:
audit:
name: cargo audit
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
- uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2.0.0
Expand All @@ -77,6 +82,7 @@ jobs:
deny:
name: cargo deny
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
- uses: EmbarkStudios/cargo-deny-action@bb137d7af7e4fb67e5f82a49c4fce4fad40782fe # v2
Expand All @@ -86,6 +92,7 @@ jobs:
bench-compile:
name: benchmarks compile
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
Expand All @@ -95,6 +102,7 @@ jobs:
coverage:
name: cargo-llvm-cov (≥60%)
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
Expand All @@ -120,6 +128,7 @@ jobs:
# into a separate pr-mutants.yml once the suite stabilises.
name: cargo-mutants (on-demand)
runs-on: ubuntu-latest
timeout-minutes: 60
if: github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'
steps:
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
Expand Down Expand Up @@ -149,6 +158,7 @@ jobs:
fuzz-compile:
name: fuzz targets compile
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
matrix:
manifest:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/scorecard-enforcer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ permissions: read-all
jobs:
scorecard:
runs-on: ubuntu-latest
timeout-minutes: 60
permissions:
security-events: write
id-token: write # For OIDC
Expand Down Expand Up @@ -60,6 +61,7 @@ jobs:
# Check specific high-priority items
check-critical:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4

Expand Down
Loading