6464 steps :
6565 - name : Harden Runner
6666 if : ${{ !github.event.repository.private }}
67- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
67+ uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
6868 with :
6969 egress-policy : audit
7070
@@ -106,7 +106,7 @@ jobs:
106106 fi
107107
108108 - name : Archive cbuildgen
109- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
109+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
110110 with :
111111 name : cbuildgen-${{ matrix.target }}-${{ matrix.arch }}
112112 path : ./build/tools/buildmgr/cbuildgen/${{ matrix.target }}-${{ matrix.arch }}/Release/cbuildgen${{ matrix.binary_extension }}
@@ -127,7 +127,7 @@ jobs:
127127 steps :
128128 - name : Harden Runner
129129 if : ${{ !github.event.repository.private }}
130- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
130+ uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
131131 with :
132132 egress-policy : audit
133133
@@ -168,7 +168,7 @@ jobs:
168168 echo "retention_days=$(echo '${{ (!github.event.repository.private && (github.event_name == 'push' || github.event.schedule != '')) && '7' || '1' }}')" >> $GITHUB_OUTPUT
169169
170170 - name : Upload documentation
171- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
171+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
172172 with :
173173 name : documentation
174174 path : ./build/tools/buildmgr/docs/doxygen/output/
@@ -228,7 +228,7 @@ jobs:
228228 steps :
229229 - name : Harden Runner
230230 if : ${{ !github.event.repository.private }}
231- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
231+ uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
232232 with :
233233 egress-policy : audit
234234
@@ -307,15 +307,15 @@ jobs:
307307 working-directory : tools/buildmgr/cbuildgen/installer
308308
309309 - name : Archive cbuild_install.sh
310- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
310+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
311311 with :
312312 name : cbuild_install
313313 path : tools/buildmgr/cbuildgen/installer/cbuild_install.sh
314314 retention-days : ${{ needs.setup.outputs.retention_days }}
315315 if-no-files-found : error
316316
317317 - name : Archive deb package
318- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
318+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
319319 with :
320320 name : deb_package
321321 path : tools/buildmgr/cbuildgen/installer/cmsis-build*.deb
@@ -362,7 +362,7 @@ jobs:
362362 steps :
363363 - name : Harden Runner
364364 if : ${{ !github.event.repository.private }}
365- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
365+ uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
366366 with :
367367 egress-policy : audit
368368
@@ -451,7 +451,7 @@ jobs:
451451
452452 - name : Archive unittest
453453 if : always() && (matrix.arch != 'arm64')
454- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
454+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
455455 with :
456456 name : unit_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
457457 path : ./build/test_reports/cbuildunittests-*.xml
@@ -488,7 +488,7 @@ jobs:
488488
489489 - name : Archive Cbuild Integration Tests
490490 if : always() && ((matrix.arch == 'amd64') || (startsWith(matrix.runs_on, 'ubuntu')))
491- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
491+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
492492 with :
493493 name : integ_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
494494 path : ./build/test_reports/cbuildintegtests-report-${{ matrix.target }}-${{ matrix.arch }}.xml
@@ -517,7 +517,7 @@ jobs:
517517 steps :
518518 - name : Harden Runner
519519 if : ${{ !github.event.repository.private }}
520- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
520+ uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
521521 with :
522522 egress-policy : audit
523523 - name : Install dependencies
@@ -572,7 +572,7 @@ jobs:
572572
573573 - name : Archive unittest
574574 if : (github.event_name == 'push')
575- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
575+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
576576 with :
577577 name : unit_test_result_buildmgr-linux-amd64
578578 path : ./build/test_reports/cbuildunittests-*.xml
@@ -581,7 +581,7 @@ jobs:
581581
582582 - name : Archive Cbuild Integration Tests
583583 if : (github.event_name == 'push')
584- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
584+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
585585 with :
586586 name : integ_test_result_buildmgr-linux-amd64
587587 path : ./build/test_reports/cbuildintegtests-*.xml
@@ -619,7 +619,7 @@ jobs:
619619 attempt_delay : 5000
620620
621621 - name : Archive coverage report
622- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
622+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
623623 with :
624624 name : coverage-report-buildmgr
625625 path : |
@@ -644,7 +644,7 @@ jobs:
644644 steps :
645645 - name : Harden Runner
646646 if : ${{ !github.event.repository.private }}
647- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
647+ uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
648648 with :
649649 egress-policy : audit
650650
@@ -690,7 +690,7 @@ jobs:
690690 steps :
691691 - name : Harden Runner
692692 if : ${{ !github.event.repository.private }}
693- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
693+ uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
694694 with :
695695 egress-policy : audit
696696
@@ -725,12 +725,12 @@ jobs:
725725 steps :
726726 - name : Harden Runner
727727 if : ${{ !github.event.repository.private }}
728- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
728+ uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
729729 with :
730730 egress-policy : audit
731731
732732 - name : Event File
733- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
733+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
734734 with :
735735 name : Event File buildmgr
736736 path : ${{ github.event_path }}
0 commit comments