@@ -38,17 +38,17 @@ jobs:
3838 RUSTC_BOOTSTRAP : 1
3939 steps :
4040 - 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
4242 with :
4343 packages : protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
4444 version : 1.0
45- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
45+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
4646 with :
4747 submodules : recursive
48- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
48+ - uses : dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
4949 with :
5050 toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
51- - uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
51+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
5252 with :
5353 key : udeps
5454 cache-all-crates : " true"
@@ -111,21 +111,21 @@ jobs:
111111 continue-on-error : ${{ matrix.checks == 'advisories' }}
112112
113113 steps :
114- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
114+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
115115 with :
116116 submodules : recursive
117- - uses : EmbarkStudios/cargo-deny-action@b01e7a8cfb1f496c52d77361e84c1840d8246393 # v1.6.2
117+ - uses : EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1.6.3
118118 with :
119119 command : check ${{ matrix.checks }}
120120
121121 run_rustfmt :
122122 name : Run Rustfmt
123123 runs-on : ubuntu-latest
124124 steps :
125- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
125+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
126126 with :
127127 submodules : recursive
128- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
128+ - uses : dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
129129 with :
130130 toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
131131 components : rustfmt
@@ -136,18 +136,18 @@ jobs:
136136 runs-on : ubuntu-latest
137137 steps :
138138 - 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
140140 with :
141141 packages : protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
142142 version : 1.0
143- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
143+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
144144 with :
145145 submodules : recursive
146- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
146+ - uses : dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
147147 with :
148148 toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
149149 components : clippy
150- - uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
150+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
151151 with :
152152 key : clippy
153153 cache-all-crates : " true"
@@ -171,19 +171,19 @@ jobs:
171171 runs-on : ubuntu-latest
172172 steps :
173173 - 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
175175 with :
176176 packages : protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
177177 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
180180 with :
181181 submodules : recursive
182- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
182+ - uses : dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
183183 with :
184184 toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
185185 components : rustfmt
186- - uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
186+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
187187 with :
188188 key : doc
189189 cache-all-crates : " true"
@@ -194,17 +194,17 @@ jobs:
194194 runs-on : ubuntu-latest
195195 steps :
196196 - 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
198198 with :
199199 packages : protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
200200 version : 1.0
201- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
201+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
202202 with :
203203 submodules : recursive
204- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
204+ - uses : dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
205205 with :
206206 toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
207- - uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
207+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
208208 with :
209209 key : test
210210 cache-all-crates : " true"
@@ -219,12 +219,12 @@ jobs:
219219 runs-on : ubuntu-latest
220220 steps :
221221 - name : Checkout
222- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
222+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
223223 with :
224224 submodules : recursive
225- - uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # tag=v5.0 .0
225+ - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # tag=v5.1 .0
226226 with :
227- python-version : ' 3.11 '
227+ python-version : ' 3.12 '
228228 - name : Install jinja2-cli
229229 run : pip install jinja2-cli==0.8.2
230230 - name : Regenerate charts
@@ -253,23 +253,23 @@ jobs:
253253 runs-on : ubuntu-latest
254254 steps :
255255 - 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
257257 with :
258258 packages : protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
259259 version : 1.0
260260 - name : Checkout
261- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
261+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
262262 with :
263263 submodules : recursive
264264 - name : Set up Helm
265- uses : azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
265+ uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
266266 with :
267267 version : v3.13.3
268268 - name : Set up cargo
269- uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
269+ uses : dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
270270 with :
271271 toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
272- - uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
272+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
273273 with :
274274 key : charts
275275 cache-all-crates : " true"
@@ -320,16 +320,16 @@ jobs:
320320 IMAGE_TAG : ${{ steps.printtag.outputs.IMAGE_TAG }}
321321 steps :
322322 - 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
324324 with :
325325 packages : protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
326326 version : 1.0
327327 - name : Checkout
328- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
328+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
329329 with :
330330 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
333333 with :
334334 toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
335335 components : rustfmt
@@ -348,9 +348,9 @@ jobs:
348348 # default value in the makefile if called from this action, but not otherwise (i.e. when called locally).
349349 # This is needed for the HELM_REPO variable.
350350 - name : Install cosign
351- uses : sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # tag=v3.3 .0
351+ uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # tag=v3.5 .0
352352 - 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
354354 - name : Build Docker image and Helm chart
355355 run : make -e build
356356 - name : Publish Docker image and Helm chart
@@ -373,7 +373,7 @@ jobs:
373373 steps :
374374 - name : Install preflight
375375 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
377377 chmod +x preflight-linux-amd64
378378 - name : Check container
379379 run : |
0 commit comments