@@ -58,12 +58,12 @@ jobs:
5858 steps :
5959 - name : Harden Runner
6060 if : ${{ !github.event.repository.private }}
61- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
61+ uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
6262 with :
6363 egress-policy : audit
6464
6565 - name : Checkout devtools
66- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
66+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6767 with :
6868 submodules : true
6969 fetch-depth : 0
@@ -119,12 +119,12 @@ jobs:
119119 steps :
120120 - name : Harden Runner
121121 if : ${{ !github.event.repository.private }}
122- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
122+ uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
123123 with :
124124 egress-policy : audit
125125
126126 - name : Checkout devtools
127- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
127+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
128128 with :
129129 submodules : true
130130 fetch-depth : ${{ github.event_name == 'push' && '0' || '1' }}
@@ -172,7 +172,7 @@ jobs:
172172 run : tar -cvjf /tmp/doc.tbz2 .
173173 working-directory : ./build/tools/buildmgr/docs/doxygen/output/html/
174174
175- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
175+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
176176 if : ${{ github.event_name == 'push' || github.event_name == 'release' }}
177177 with :
178178 ref : gh-pages
@@ -218,7 +218,7 @@ jobs:
218218 steps :
219219 - name : Harden Runner
220220 if : ${{ !github.event.repository.private }}
221- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
221+ uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
222222 with :
223223 egress-policy : audit
224224
@@ -232,7 +232,7 @@ jobs:
232232 python3
233233
234234 - name : Checkout devtools
235- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
235+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
236236
237237 - name : Create distribution folders
238238 run : |
@@ -352,7 +352,7 @@ jobs:
352352 steps :
353353 - name : Harden Runner
354354 if : ${{ !github.event.repository.private }}
355- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
355+ uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
356356 with :
357357 egress-policy : audit
358358
@@ -378,7 +378,7 @@ jobs:
378378 run : choco install -y unzip wget ninja
379379
380380 - name : Checkout devtools
381- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
381+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
382382 with :
383383 submodules : true
384384
@@ -511,7 +511,7 @@ jobs:
511511 steps :
512512 - name : Harden Runner
513513 if : ${{ !github.event.repository.private }}
514- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
514+ uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
515515 with :
516516 egress-policy : audit
517517 - name : Install dependencies
@@ -524,7 +524,7 @@ jobs:
524524 lcov
525525
526526 - name : Checkout devtools
527- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
527+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
528528 with :
529529 submodules : recursive
530530
@@ -638,7 +638,7 @@ jobs:
638638 steps :
639639 - name : Harden Runner
640640 if : ${{ !github.event.repository.private }}
641- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
641+ uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
642642 with :
643643 egress-policy : audit
644644
@@ -684,7 +684,7 @@ jobs:
684684 steps :
685685 - name : Harden Runner
686686 if : ${{ !github.event.repository.private }}
687- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
687+ uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
688688 with :
689689 egress-policy : audit
690690
@@ -719,7 +719,7 @@ jobs:
719719 steps :
720720 - name : Harden Runner
721721 if : ${{ !github.event.repository.private }}
722- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
722+ uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
723723 with :
724724 egress-policy : audit
725725
0 commit comments