Skip to content

Commit f169868

Browse files
authored
Bump versions (#430)
* Bump versions * Bump versions * Update rust to the version used in UBI9
1 parent bf8b314 commit f169868

File tree

3 files changed

+13
-19
lines changed

3 files changed

+13
-19
lines changed

template/.github/workflows/build.yml.j2

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5050
with:
5151
submodules: recursive
52-
- uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
52+
- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
5353
with:
5454
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
5555
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
@@ -118,7 +118,7 @@ jobs:
118118
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
119119
with:
120120
submodules: recursive
121-
- uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1.6.3
121+
- uses: EmbarkStudios/cargo-deny-action@8371184bd11e21dcf8ac82ebf8c9c9f74ebf7268 # v2.0.1
122122
with:
123123
command: check ${{ matrix.checks }}
124124

@@ -129,7 +129,7 @@ jobs:
129129
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
130130
with:
131131
submodules: recursive
132-
- uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
132+
- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
133133
with:
134134
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
135135
components: rustfmt
@@ -147,7 +147,7 @@ jobs:
147147
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
148148
with:
149149
submodules: recursive
150-
- uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
150+
- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
151151
with:
152152
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
153153
components: clippy
@@ -182,7 +182,7 @@ jobs:
182182
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
183183
with:
184184
submodules: recursive
185-
- uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
185+
- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
186186
with:
187187
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
188188
components: rustfmt
@@ -204,7 +204,7 @@ jobs:
204204
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
205205
with:
206206
submodules: recursive
207-
- uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
207+
- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
208208
with:
209209
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
210210
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
@@ -267,7 +267,7 @@ jobs:
267267
with:
268268
version: v3.13.3
269269
- name: Set up cargo
270-
uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
270+
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
271271
with:
272272
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
273273
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
@@ -331,8 +331,8 @@ jobs:
331331
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
332332
with:
333333
submodules: recursive
334-
- uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26
335-
- uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
334+
- uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
335+
- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
336336
with:
337337
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
338338
components: rustfmt

template/.github/workflows/pr_pre-commit.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
2020
with:
2121
python-version: '3.12'
22-
- uses: dtolnay/rust-toolchain@master
22+
- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
2323
with:
2424
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
2525
components: rustfmt,clippy

template/deny.toml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[graph]
12
targets = [
23
{ triple = "x86_64-unknown-linux-gnu" },
34
{ triple = "aarch64-unknown-linux-gnu" },
@@ -7,20 +8,13 @@ targets = [
78
]
89

910
[advisories]
10-
vulnerability = "warn"
11-
unmaintained = "allow"
12-
unsound = "warn"
13-
yanked = "warn"
14-
notice = "warn"
11+
yanked = "deny"
1512

1613
[bans]
1714
multiple-versions = "allow"
1815

1916
[licenses]
20-
unlicensed = "deny"
21-
copyleft = "deny"
22-
allow-osi-fsf-free = "neither"
23-
default = "deny"
17+
unused-allowed-license = "allow"
2418
confidence-threshold = 1.0
2519
allow = [
2620
"Apache-2.0",

0 commit comments

Comments
 (0)