Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/chapel-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
toolchain: stable

- name: Rust cache
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2

- name: Download FFI library
uses: actions/download-artifact@v8.0.1
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
toolchain: stable

- name: Rust cache
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2

- name: Download real Chapel library
uses: actions/download-artifact@v8.0.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/formal-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
toolchain: stable

- name: Cache Rust build artefacts
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2
with:
workspaces: ". -> target"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ghcr-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ jobs:
# gh attest verify oci://ghcr.io/${{ github.repository }}:<tag> \
# --repo ${{ github.repository }}
- name: Attest container provenance (minimal image)
uses: actions/attest-build-provenance@v4.1.1
uses: actions/attest-build-provenance@v4.2.2
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
subject-digest: ${{ steps.push.outputs.min_digest }}
push-to-registry: true

- name: Attest container provenance (full image)
uses: actions/attest-build-provenance@v4.1.1
uses: actions/attest-build-provenance@v4.2.2
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
subject-digest: ${{ steps.push.outputs.full_digest }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/live-provers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Cache Cargo
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2

- name: Provision prover (${{ matrix.backend }})
run: |
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Cache Cargo
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2
- name: Provision ${{ matrix.backend }} (best-effort via apt / upstream release)
continue-on-error: true
run: |
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Cache Cargo
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2
- name: Provision ${{ matrix.backend }} (best-effort)
continue-on-error: true
run: |
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Cache Cargo
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2
- name: Provision ${{ matrix.backend }} (best-effort, CUDA/OpenCL required)
continue-on-error: true
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mvp-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
toolchain: stable

- name: Cache Cargo
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2

- name: Install just
uses: taiki-e/install-action@v2.85.8
uses: taiki-e/install-action@v2.85.11
with:
# Governance R1 requires versioned family-tool pins
# (just|must|trust|adjust|bust|dust|intend); bare `tool: just`
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/s4-loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
with:
toolchain: stable
- name: Cache Cargo
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2
- name: Install just
uses: taiki-e/install-action@v2.85.8
uses: taiki-e/install-action@v2.85.11
with:
tool: just@1.51.0
- name: Install system dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ permissions:

jobs:
scan:
uses: hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml@774dceb6373d798ad4d96a9e40c3993942c2836e # main 2026-07-07 (skip dispatch without VERISIMDB_PAT)
uses: hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml@887ca863ab0837be4d0002d33389862be8c7bee5 # main 2026-07-07 (skip dispatch without VERISIMDB_PAT)
secrets:
VERISIMDB_PAT: ${{ secrets.VERISIMDB_PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/server-boot-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
toolchain: stable
- name: Cache Cargo
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2
- name: Install system dependencies
run: sudo apt-get install -y libssl-dev pkg-config
- name: Build echidna binary
Expand Down
Loading