9797 steps :
9898 - name : Clear votes
9999 # yamllint disable-line rule:line-length
100- uses : lfreleng-actions/gerrit-review-action@3a1b27891502e0786a3e2e5a2d0cb0bff1f30c25 # v1.0 .0
100+ uses : lfreleng-actions/gerrit-review-action@91db81bb09f604bb620810640c045eeb1f6a9e54 # v1.1 .0
101101 with :
102102 host : ${{ vars.LFIT_GERRIT_SERVER }}
103103 username : ${{ vars.LFIT_GERRIT_SSH_USER }}
@@ -127,7 +127,7 @@ jobs:
127127 - name : Checkout Gerrit change
128128 if : inputs.GERRIT_REFSPEC != ''
129129 # yamllint disable-line rule:line-length
130- uses : lfreleng-actions/checkout-gerrit-change-action@a42e7b28e20da2644d2c5d90f1294d0634a71d9c # v1.0.0
130+ uses : lfreleng-actions/checkout-gerrit-change-action@8523d768952d9690702b4696a8310d2a84b1be39 # v1.0.1
131131 with :
132132 gerrit-refspec : ${{ inputs.GERRIT_REFSPEC }}
133133 gerrit-url : ${{ vars.GERRIT_URL }}
@@ -164,7 +164,7 @@ jobs:
164164 - name : Checkout Gerrit change
165165 if : inputs.GERRIT_REFSPEC != ''
166166 # yamllint disable-line rule:line-length
167- uses : lfreleng-actions/checkout-gerrit-change-action@a42e7b28e20da2644d2c5d90f1294d0634a71d9c # v1.0.0
167+ uses : lfreleng-actions/checkout-gerrit-change-action@8523d768952d9690702b4696a8310d2a84b1be39 # v1.0.1
168168 with :
169169 gerrit-refspec : ${{ inputs.GERRIT_REFSPEC }}
170170 gerrit-url : ${{ vars.GERRIT_URL }}
@@ -202,15 +202,15 @@ jobs:
202202 timeout-minutes : 5
203203 steps :
204204 # yamllint disable-line rule:line-length
205- - uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
205+ - uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
206206 with :
207207 egress-policy : audit
208208
209209 # --- Gerrit Checkout (when dispatched by gerrit_to_platform) ---
210210 - name : Checkout Gerrit change
211211 if : inputs.GERRIT_REFSPEC != ''
212212 # yamllint disable-line rule:line-length
213- uses : lfreleng-actions/checkout-gerrit-change-action@a42e7b28e20da2644d2c5d90f1294d0634a71d9c # v1.0.0
213+ uses : lfreleng-actions/checkout-gerrit-change-action@8523d768952d9690702b4696a8310d2a84b1be39 # v1.0.1
214214 with :
215215 gerrit-refspec : ${{ inputs.GERRIT_REFSPEC }}
216216 gerrit-url : ${{ vars.GERRIT_URL }}
@@ -260,15 +260,15 @@ jobs:
260260 steps :
261261 # Harden the runner used by this workflow
262262 # yamllint disable-line rule:line-length
263- - uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
263+ - uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
264264 with :
265265 egress-policy : ' audit'
266266
267267 # --- Gerrit Checkout ---
268268 - name : Checkout Gerrit change
269269 if : inputs.GERRIT_REFSPEC != ''
270270 # yamllint disable-line rule:line-length
271- uses : lfreleng-actions/checkout-gerrit-change-action@a42e7b28e20da2644d2c5d90f1294d0634a71d9c # v1.0.0
271+ uses : lfreleng-actions/checkout-gerrit-change-action@8523d768952d9690702b4696a8310d2a84b1be39 # v1.0.1
272272 with :
273273 gerrit-refspec : ${{ inputs.GERRIT_REFSPEC }}
274274 gerrit-url : ${{ vars.GERRIT_URL }}
@@ -284,7 +284,7 @@ jobs:
284284 - name : ' Build Python project'
285285 id : python-build
286286 # yamllint disable-line rule:line-length
287- uses : lfreleng-actions/python-build-action@7ff456c72f1dd50ef212ea7222efc12693221af3 # v1.0.4
287+ uses : lfreleng-actions/python-build-action@9b637a301cebe3b7575269e5c3bf263350daf35d # v1.1.1
288288 with :
289289 clear_cache : ${{ github.event.inputs.clear_cache || 'false' }}
290290
@@ -304,15 +304,15 @@ jobs:
304304 steps :
305305 # Harden the runner used by this workflow
306306 # yamllint disable-line rule:line-length
307- - uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
307+ - uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
308308 with :
309309 egress-policy : audit
310310
311311 # --- Gerrit Checkout ---
312312 - name : Checkout Gerrit change
313313 if : inputs.GERRIT_REFSPEC != ''
314314 # yamllint disable-line rule:line-length
315- uses : lfreleng-actions/checkout-gerrit-change-action@a42e7b28e20da2644d2c5d90f1294d0634a71d9c # v1.0.0
315+ uses : lfreleng-actions/checkout-gerrit-change-action@8523d768952d9690702b4696a8310d2a84b1be39 # v1.0.1
316316 with :
317317 gerrit-refspec : ${{ inputs.GERRIT_REFSPEC }}
318318 gerrit-url : ${{ vars.GERRIT_URL }}
@@ -327,7 +327,7 @@ jobs:
327327
328328 - name : " Python tests [pytest] ${{ matrix.python-version }}"
329329 # yamllint disable-line rule:line-length
330- uses : lfreleng-actions/python-test-action@92d4110d44ebc18fa4575c6b00203ff67d01a1cb # v1.0.1
330+ uses : lfreleng-actions/python-test-action@aa753462f090101dcb0c4708e9499f55e276e373 # v1.1.2
331331 with :
332332 python_version : ${{ matrix.python-version }}
333333
@@ -347,15 +347,15 @@ jobs:
347347 steps :
348348 # Harden the runner used by this workflow
349349 # yamllint disable-line rule:line-length
350- - uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
350+ - uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
351351 with :
352352 egress-policy : ' audit'
353353
354354 # --- Gerrit Checkout ---
355355 - name : Checkout Gerrit change
356356 if : inputs.GERRIT_REFSPEC != ''
357357 # yamllint disable-line rule:line-length
358- uses : lfreleng-actions/checkout-gerrit-change-action@a42e7b28e20da2644d2c5d90f1294d0634a71d9c # v1.0.0
358+ uses : lfreleng-actions/checkout-gerrit-change-action@8523d768952d9690702b4696a8310d2a84b1be39 # v1.0.1
359359 with :
360360 gerrit-refspec : ${{ inputs.GERRIT_REFSPEC }}
361361 gerrit-url : ${{ vars.GERRIT_URL }}
@@ -370,7 +370,7 @@ jobs:
370370
371371 - name : " Audit dependencies ${{ matrix.python-version }}"
372372 # yamllint disable-line rule:line-length
373- uses : lfreleng-actions/python-audit-action@1776538e768c52c55c3c96495f6e25f0762ad28f # v0.2.6
373+ uses : lfreleng-actions/python-audit-action@275c85f883b03f5342c1fafd8173b6d996670a1d # v0.2.7
374374 with :
375375 python_version : " ${{ matrix.python-version }}"
376376
@@ -389,7 +389,7 @@ jobs:
389389 - name : Checkout Gerrit change
390390 if : inputs.GERRIT_REFSPEC != ''
391391 # yamllint disable-line rule:line-length
392- uses : lfreleng-actions/checkout-gerrit-change-action@a42e7b28e20da2644d2c5d90f1294d0634a71d9c # v1.0.0
392+ uses : lfreleng-actions/checkout-gerrit-change-action@8523d768952d9690702b4696a8310d2a84b1be39 # v1.0.1
393393 with :
394394 gerrit-refspec : ${{ inputs.GERRIT_REFSPEC }}
395395 gerrit-url : ${{ vars.GERRIT_URL }}
@@ -412,7 +412,7 @@ jobs:
412412
413413 - name : " Upload SBOM artifacts"
414414 # yamllint disable-line rule:line-length
415- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
415+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
416416 with :
417417 name : sbom-files
418418 path : |
@@ -448,7 +448,7 @@ jobs:
448448
449449 - name : " Upload Grype scan results"
450450 # yamllint disable-line rule:line-length
451- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
451+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
452452 if : always()
453453 with :
454454 name : grype-scan-results
@@ -509,10 +509,10 @@ jobs:
509509 steps :
510510 - name : Get workflow conclusion
511511 # yamllint disable-line rule:line-length
512- uses : im-open/workflow-conclusion@fce18569e28a9f2ed1feca1e6d4251e6a7365fdc # v2.2.4
512+ uses : im-open/workflow-conclusion@7b146947e59eaf7fc3328822357861ab1758c088 # v2.2.5
513513 - name : Set vote
514514 # yamllint disable-line rule:line-length
515- uses : lfreleng-actions/gerrit-review-action@3a1b27891502e0786a3e2e5a2d0cb0bff1f30c25 # v1.0 .0
515+ uses : lfreleng-actions/gerrit-review-action@91db81bb09f604bb620810640c045eeb1f6a9e54 # v1.1 .0
516516 with :
517517 host : ${{ vars.LFIT_GERRIT_SERVER }}
518518 username : ${{ vars.LFIT_GERRIT_SSH_USER }}
0 commit comments