Skip to content

Commit f81aa41

Browse files
authored
Merge branch 'main' into add-deny-to-whole-crate
2 parents e0252da + f570a2d commit f81aa41

File tree

20 files changed

+473
-363
lines changed

20 files changed

+473
-363
lines changed

.github/workflows/Benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/checkout@v4
3030

31-
- uses: hyperlight-dev/ci-setup-workflow@v1.2.0
31+
- uses: hyperlight-dev/ci-setup-workflow@v1.3.0
3232
with:
3333
rust-toolchain: "1.81.0"
3434
env:

.github/workflows/CargoPublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333
fetch-tags: true
3434

35-
- uses: hyperlight-dev/ci-setup-workflow@v1.2.0
35+
- uses: hyperlight-dev/ci-setup-workflow@v1.3.0
3636
with:
3737
rust-toolchain: "1.81.0"
3838

.github/workflows/CreateRelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323

24-
- uses: hyperlight-dev/ci-setup-workflow@v1.2.0
24+
- uses: hyperlight-dev/ci-setup-workflow@v1.3.0
2525
with:
2626
rust-toolchain: "1.81.0"
2727
env:
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343

44-
- uses: hyperlight-dev/ci-setup-workflow@v1.2.0
44+
- uses: hyperlight-dev/ci-setup-workflow@v1.3.0
4545
with:
4646
rust-toolchain: "1.81.0"
4747
env:
@@ -103,7 +103,7 @@ jobs:
103103
fetch-depth: 0
104104
fetch-tags: true
105105

106-
- uses: hyperlight-dev/ci-setup-workflow@v1.2.0
106+
- uses: hyperlight-dev/ci-setup-workflow@v1.3.0
107107
with:
108108
rust-toolchain: "1.81.0"
109109
env:

.github/workflows/ValidatePullRequest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- uses: actions/checkout@v4
6767
- name: Spell Check Repo
68-
uses: crate-ci/typos@v1.29.10
68+
uses: crate-ci/typos@v1.30.0
6969

7070
# Gate PR merges on this specific "join-job" which requires all other
7171
# jobs to run first. We need this job since we cannot gate on particular jobs
@@ -86,4 +86,3 @@ jobs:
8686
- name: Previous jobs failed
8787
if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }}
8888
run: exit 1
89-

.github/workflows/dep_build_guest_binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v4
3333

34-
- uses: hyperlight-dev/ci-setup-workflow@v1.2.0
34+
- uses: hyperlight-dev/ci-setup-workflow@v1.3.0
3535
with:
3636
rust-toolchain: "1.81.0"
3737
env:

.github/workflows/dep_fuzzing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout code
3333
uses: actions/checkout@v4
3434

35-
- uses: hyperlight-dev/ci-setup-workflow@v1.2.0
35+
- uses: hyperlight-dev/ci-setup-workflow@v1.3.0
3636
with:
3737
rust-toolchain: "1.81.0"
3838
env:

.github/workflows/dep_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
components: rustfmt
5656

57-
- uses: hyperlight-dev/ci-setup-workflow@v1.2.0
57+
- uses: hyperlight-dev/ci-setup-workflow@v1.3.0
5858
with:
5959
rust-toolchain: "1.81.0"
6060
env:

0 commit comments

Comments
 (0)