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/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Verify docs
run: scripts/verify-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Log in to GHCR
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout trusted gate logic
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.repository.default_branch }}
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install Rust
run: rustup toolchain install ${{ matrix.toolchain }} --profile minimal
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install Rust
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/secret-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
timeout-minutes: 25
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install Rust
run: rustup toolchain install stable --profile minimal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/supply-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install Rust
run: rustup toolchain install stable --profile minimal
Expand Down
14 changes: 7 additions & 7 deletions supply-chain/SHA256SUMS
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
587a2d98f4dca854692940758b3f0f5e1df8333f511e3aef75004abf40f3be7d .github/dependabot.yml
938ba164ccf0d4cafbb06b82b90ef0d339739fdddd04c32130687b567e3bdc15 .github/workflows/docs.yml
68b5b456f446beddc2806ddd875876915ecea88db4ec19861a278a0b56341bb9 .github/workflows/factory-rust-builder-ubuntu-validation.yml
c00ebcb312e41df984382b635ac7318c758c26867cb9213aa87272c8a434fe2d .github/workflows/merge-gate.yml
4478d5ce6b572c0d477452a94a2be1ef0a513bf54d241679306448bf7d35146f .github/workflows/rust-ci.yml
d3fa794c7d307047c88ce84d19a3a8c2a9f0c3c9edfa9269fa356bb9e6829474 .github/workflows/secret-scan.yml
26aace341fd4ac7504ccdcd6eb07166ca9b7d1b5e455d693388f454dce4888b1 .github/workflows/security.yml
2d99a84bede0498b9904192bc160b3daaefbf484958c680170673b1d8cd05abc .github/workflows/supply-chain.yml
51de682077fe144c35b2c40a77562eb659ced13938a6804e255a3a2143527980 .github/workflows/docs.yml
058aafc2ce07f8574b68907cd2c3908818392326492514e0e3923c6d3be82a66 .github/workflows/factory-rust-builder-ubuntu-validation.yml
66f5d78f2d4e41997856caa465649dc12ab1a9154e060a417463105708f8287e .github/workflows/merge-gate.yml
f67cef64609d7bcd4909f1e60a3ad3151e9ee73eccf65e20a2c352a48b8f741b .github/workflows/rust-ci.yml
2dcde10bada7a28cf5e11f05829a7aa604592e1f463050d8009fac5bce6659d3 .github/workflows/secret-scan.yml
5882ac98ca15ca834011a73fc15a4d533ae01203a1639647e9681f77482bb856 .github/workflows/security.yml
85f5abe5ef5521b126d65791740f571ce216543e7dfde83def6f2d41738cb4ae .github/workflows/supply-chain.yml
eeb688588f9a989b7733313a4939bc4e496c96e4721e0cb02ed0cbd5eded1bd3 Cargo.lock
dfade02b11516cba954fad124711671300ec6edf5545e3486e1a0983087e6eed Cargo.toml
d1ed6be3874d77ee89a1602d0be549b282625489d399884e6fdb8dfd96e6fb2b crates/aprs-cli/Cargo.toml
Expand Down