@@ -38,17 +38,17 @@ jobs:
38
38
RUSTC_BOOTSTRAP : 1
39
39
steps :
40
40
- name : Install host dependencies
41
- uses : awalsh128/cache-apt-pkgs-action@44c33b32f808cdddd5ac0366d70595ed63661ed8 # v1.3.1
41
+ uses : awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
42
42
with :
43
43
packages : protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
44
44
version : 1.0
45
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
45
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
46
46
with :
47
47
submodules : recursive
48
- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
48
+ - uses : dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
49
49
with :
50
50
toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
51
- - uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
51
+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
52
52
with :
53
53
key : udeps
54
54
cache-all-crates : " true"
@@ -111,21 +111,21 @@ jobs:
111
111
continue-on-error : ${{ matrix.checks == 'advisories' }}
112
112
113
113
steps :
114
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
114
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
115
115
with :
116
116
submodules : recursive
117
- - uses : EmbarkStudios/cargo-deny-action@b01e7a8cfb1f496c52d77361e84c1840d8246393 # v1.6.2
117
+ - uses : EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1.6.3
118
118
with :
119
119
command : check ${{ matrix.checks }}
120
120
121
121
run_rustfmt :
122
122
name : Run Rustfmt
123
123
runs-on : ubuntu-latest
124
124
steps :
125
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
125
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
126
126
with :
127
127
submodules : recursive
128
- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
128
+ - uses : dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
129
129
with :
130
130
toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
131
131
components : rustfmt
@@ -136,18 +136,18 @@ jobs:
136
136
runs-on : ubuntu-latest
137
137
steps :
138
138
- name : Install host dependencies
139
- uses : awalsh128/cache-apt-pkgs-action@44c33b32f808cdddd5ac0366d70595ed63661ed8 # v1.3.1
139
+ uses : awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
140
140
with :
141
141
packages : protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
142
142
version : 1.0
143
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
143
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
144
144
with :
145
145
submodules : recursive
146
- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
146
+ - uses : dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
147
147
with :
148
148
toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
149
149
components : clippy
150
- - uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
150
+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
151
151
with :
152
152
key : clippy
153
153
cache-all-crates : " true"
@@ -171,19 +171,19 @@ jobs:
171
171
runs-on : ubuntu-latest
172
172
steps :
173
173
- name : Install host dependencies
174
- uses : awalsh128/cache-apt-pkgs-action@44c33b32f808cdddd5ac0366d70595ed63661ed8 # v1.3.1
174
+ uses : awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
175
175
with :
176
176
packages : protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
177
177
version : 1.0
178
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
179
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
178
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
179
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
180
180
with :
181
181
submodules : recursive
182
- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
182
+ - uses : dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
183
183
with :
184
184
toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
185
185
components : rustfmt
186
- - uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
186
+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
187
187
with :
188
188
key : doc
189
189
cache-all-crates : " true"
@@ -194,17 +194,17 @@ jobs:
194
194
runs-on : ubuntu-latest
195
195
steps :
196
196
- name : Install host dependencies
197
- uses : awalsh128/cache-apt-pkgs-action@44c33b32f808cdddd5ac0366d70595ed63661ed8 # v1.3.1
197
+ uses : awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
198
198
with :
199
199
packages : protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
200
200
version : 1.0
201
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
201
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
202
202
with :
203
203
submodules : recursive
204
- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
204
+ - uses : dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
205
205
with :
206
206
toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
207
- - uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
207
+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
208
208
with :
209
209
key : test
210
210
cache-all-crates : " true"
@@ -219,12 +219,12 @@ jobs:
219
219
runs-on : ubuntu-latest
220
220
steps :
221
221
- name : Checkout
222
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
222
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
223
223
with :
224
224
submodules : recursive
225
- - uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # tag=v5.0 .0
225
+ - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # tag=v5.1 .0
226
226
with :
227
- python-version : ' 3.11 '
227
+ python-version : ' 3.12 '
228
228
- name : Install jinja2-cli
229
229
run : pip install jinja2-cli==0.8.2
230
230
- name : Regenerate charts
@@ -253,23 +253,23 @@ jobs:
253
253
runs-on : ubuntu-latest
254
254
steps :
255
255
- name : Install host dependencies
256
- uses : awalsh128/cache-apt-pkgs-action@44c33b32f808cdddd5ac0366d70595ed63661ed8 # v1.3.1
256
+ uses : awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
257
257
with :
258
258
packages : protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
259
259
version : 1.0
260
260
- name : Checkout
261
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
261
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
262
262
with :
263
263
submodules : recursive
264
264
- name : Set up Helm
265
- uses : azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
265
+ uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
266
266
with :
267
267
version : v3.13.3
268
268
- name : Set up cargo
269
- uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
269
+ uses : dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
270
270
with :
271
271
toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
272
- - uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
272
+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
273
273
with :
274
274
key : charts
275
275
cache-all-crates : " true"
@@ -320,16 +320,16 @@ jobs:
320
320
IMAGE_TAG : ${{ steps.printtag.outputs.IMAGE_TAG }}
321
321
steps :
322
322
- name : Install host dependencies
323
- uses : awalsh128/cache-apt-pkgs-action@44c33b32f808cdddd5ac0366d70595ed63661ed8 # v1.3.1
323
+ uses : awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
324
324
with :
325
325
packages : protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
326
326
version : 1.0
327
327
- name : Checkout
328
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
328
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
329
329
with :
330
330
submodules : recursive
331
- - uses : cachix/install-nix-action@6004951b182f8860210c8d6f0d808ec5b1a33d28 # tag=v25
332
- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
331
+ - uses : cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # tag=v26
332
+ - uses : dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
333
333
with :
334
334
toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
335
335
components : rustfmt
@@ -348,9 +348,9 @@ jobs:
348
348
# default value in the makefile if called from this action, but not otherwise (i.e. when called locally).
349
349
# This is needed for the HELM_REPO variable.
350
350
- name : Install cosign
351
- uses : sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # tag=v3.3 .0
351
+ uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # tag=v3.5 .0
352
352
- name : Install syft
353
- uses : anchore/sbom-action/download-syft@24b0d5238516480139aa8bc6f92eeb7b54a9eb0a # tag= v0.15.5
353
+ uses : anchore/sbom-action/download-syft@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11
354
354
- name : Build Docker image and Helm chart
355
355
run : make -e build
356
356
- name : Publish Docker image and Helm chart
@@ -373,7 +373,7 @@ jobs:
373
373
steps :
374
374
- name : Install preflight
375
375
run : |
376
- wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.1 /preflight-linux-amd64
376
+ wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.4 /preflight-linux-amd64
377
377
chmod +x preflight-linux-amd64
378
378
- name : Check container
379
379
run : |
0 commit comments