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: 1 addition & 1 deletion .github/workflows/architecture-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Install native build dependencies
run: >-
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/architecture-nightly-evidence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Validate risk, property, fuzz, and coverage registries
run: |
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Use repository Rust 1.95 toolchain
run: rustup show active-toolchain
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Install native build dependencies
run: >-
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Set up fixed Miri nightly
run: >-
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Install native and dashboard dependencies
run: >-
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/architecture-performance-evidence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Bind immutable contract commit
id: bind-contract
Expand Down Expand Up @@ -72,13 +72,13 @@ jobs:

steps:
- name: Checkout approved baseline
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
ref: ${{ env.BASELINE_REF }}
path: baseline

- name: Checkout candidate
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
ref: ${{ env.CANDIDATE_REF }}
path: candidate
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/architecture-slo-evidence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Check out repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Validate SLO policy and fixture
shell: bash
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
PROMETHEUS_IMAGE: ${{ github.event_name == 'workflow_dispatch' && inputs.prometheus_image || vars.ARCHITECTURE_PROMETHEUS_IMAGE || 'docker.io/prom/prometheus@sha256:63805ebb8d2b3920190daf1cb14a60871b16fd38bed42b857a3182bc621f4996' }}
steps:
- name: Check out repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Bind immutable candidate commit
id: bind-candidate
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/container-foundation-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
timeout-minutes: 120
steps:
- name: Check out repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0

- name: Install Syft
uses: anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0
uses: anchore/sbom-action/download-syft@3ad7283483fc7af8ff2b4ea19663c2d5ca935e26 # v0.24.2
with:
syft-version: v1.48.0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fuzz-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Set up fixed nightly
run: rustup toolchain install nightly-2026-07-05 --profile minimal
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Set up fixed nightly
run: rustup toolchain install nightly-2026-07-05 --profile minimal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubernetes-assets-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
timeout-minutes: 20
steps:
- name: Check out repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Run static and deliberate-violation tests
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kubernetes-fault-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Check out repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Validate policy and fixture evidence
shell: bash
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
COLLECTOR_IMAGE: ${{ github.event_name == 'workflow_dispatch' && inputs.collector_image || vars.ARCHITECTURE_COLLECTOR_IMAGE || 'docker.io/otel/opentelemetry-collector-contrib@sha256:9c247564e65ca19f97d891cca19a1a8d291ce631b890885b44e3503c5fdb3895' }}
steps:
- name: Check out repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Bind immutable candidate commit
id: bind-candidate
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v7
- name: Download explicit parent control generation
if: ${{ inputs.parent_control_artifact != '' }}
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: ${{ inputs.parent_control_artifact }}
path: ${{ runner.temp }}/parent-control
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v7
- uses: actions/download-artifact@v7
- uses: actions/download-artifact@v8
with:
name: core-release-common-${{ github.run_id }}-${{ github.run_attempt }}
path: ${{ runner.temp }}/candidate-inputs
Expand Down Expand Up @@ -208,11 +208,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/download-artifact@v7
- uses: actions/download-artifact@v8
with:
name: core-release-common-${{ github.run_id }}-${{ github.run_attempt }}
path: ${{ runner.temp }}/candidate-inputs
- uses: actions/download-artifact@v7
- uses: actions/download-artifact@v8
with:
pattern: core-release-target-*-${{ github.run_id }}-${{ github.run_attempt }}
path: ${{ runner.temp }}/target-bundles
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
timeout-minutes: 120
steps:
- uses: actions/checkout@v7
- uses: actions/download-artifact@v7
- uses: actions/download-artifact@v8
with:
name: core-release-aggregate-${{ github.run_id }}-${{ github.run_attempt }}
path: ${{ runner.temp }}/candidate-aggregate
Expand Down Expand Up @@ -324,37 +324,37 @@ jobs:
- uses: actions/checkout@v7
- name: Download common control fallback
continue-on-error: true
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: core-release-common-${{ github.run_id }}-${{ github.run_attempt }}
path: ${{ runner.temp }}/candidate-common
- name: Download aggregate candidate state
continue-on-error: true
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: core-release-aggregate-${{ github.run_id }}-${{ github.run_attempt }}
path: ${{ runner.temp }}/candidate-aggregate
- name: Download job outcomes
continue-on-error: true
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
pattern: build-*
path: ${{ runner.temp }}/stage-outcomes
- name: Download prepare-common outcome
continue-on-error: true
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: prepare-common
path: ${{ runner.temp }}/stage-outcomes/prepare-common
- name: Download aggregate outcome
continue-on-error: true
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: aggregate
path: ${{ runner.temp }}/stage-outcomes/aggregate
- name: Download functional matrix outcome
continue-on-error: true
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: full-matrix
path: ${{ runner.temp }}/stage-outcomes/full-matrix
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/service-image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
COSIGN_VERSION: v3.1.2
steps:
- name: Check out the trusted release root
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
ref: refs/heads/main
fetch-depth: 0
Expand Down Expand Up @@ -108,10 +108,10 @@ jobs:
} >> "$GITHUB_OUTPUT"

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0

- name: Install Syft
uses: anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0
uses: anchore/sbom-action/download-syft@3ad7283483fc7af8ff2b4ea19663c2d5ca935e26 # v0.24.2
with:
syft-version: v1.48.0

Expand Down
Loading
Loading