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
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
working-directory: ./clevis-pin-tpm2
steps:
- name: "Check out repository"
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: clevis-pin-tpm2
- name: "Install dependencies"
Expand All @@ -46,7 +46,7 @@ jobs:
- name: "cargo build"
run: cargo build --all-targets
- name: "Check out the policy signtool"
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: clevis-pin-tpm2-signtool
repository: puiterwijk/clevis-pin-tpm2-signtool
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
working-directory: ./clevis-pin-tpm2
steps:
- name: "Check out repository"
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: clevis-pin-tpm2
- name: "Install dependencies"
Expand All @@ -99,7 +99,7 @@ jobs:
- name: "cargo build (release)"
run: cargo build --all-targets --release
- name: "Check out the policy signtool"
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: clevis-pin-tpm2-signtool
repository: puiterwijk/clevis-pin-tpm2-signtool
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
working-directory: ./clevis-pin-tpm2
steps:
- name: "Check out repository"
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: clevis-pin-tpm2
- name: "Install dependencies"
Expand All @@ -158,7 +158,7 @@ jobs:
- name: "cargo build (release)"
run: cargo build --all-targets --release
- name: "Check out the policy signtool"
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: clevis-pin-tpm2-signtool
repository: puiterwijk/clevis-pin-tpm2-signtool
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
container: "ghcr.io/trusted-execution-clusters/buildroot:latest"
steps:
- name: "Check out repository"
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: "Install dependencies"
run: dnf install -y tpm2-tss-devel clang-devel
- name: "Install toolchain"
Expand All @@ -221,7 +221,7 @@ jobs:
channel: [beta, nightly]
steps:
- name: "Check out repository"
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: clevis-pin-tpm2
- name: "Install dependencies"
Expand All @@ -235,7 +235,7 @@ jobs:
- name: "cargo build"
run: cargo build --all-targets
- name: "Check out the policy signtool"
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: clevis-pin-tpm2-signtool
repository: puiterwijk/clevis-pin-tpm2-signtool
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: REUSE Compliance Check
uses: fsfe/reuse-action@v6