@@ -64,16 +64,16 @@ jobs:
6464 - { arch: 'arm64', concurrency: 4, os: [self-hosted, linux, ARM64], package: g++-12, cpp: g++, version: 12, cmake-flags: '', cpack: 'yes', ctest: 'no', mold: 'yes' }
6565 steps :
6666 - name : Harden Runner
67- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
67+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
6868 with :
6969 egress-policy : audit
7070
7171 - name : Checkout D++
72- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
72+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
7373
7474 - name : Setup mold
7575 if : ${{ matrix.cfg.mold == 'yes' }}
76- uses : rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
76+ uses : rui314/setup-mold@9c9c13bf4c3f1adef0cc596abc155580bcb04444 # v1
7777
7878 - name : Add LLVM apt repository
7979 if : ${{ matrix.cfg.llvm-apt }}
@@ -110,14 +110,14 @@ jobs:
110110
111111 - name : Upload Binary (DEB)
112112 if : ${{ matrix.cfg.cpack == 'yes' }}
113- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
113+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
114114 with :
115115 name : " libdpp - Debian Package ${{matrix.cfg.arch}}"
116116 path : ' ${{github.workspace}}/build/*.deb'
117117
118118 - name : Upload Binary (RPM)
119119 if : ${{ matrix.cfg.cpack == 'yes' }}
120- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
120+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
121121 with :
122122 name : " libdpp - RPM Package ${{matrix.cfg.arch}}"
123123 path : ' ${{github.workspace}}/build/*.rpm'
@@ -134,12 +134,12 @@ jobs:
134134 - { arch: 'arm64', concurrency: 3, os: macos-latest, cpp: clang++, version: 16, cmake-flags: '', xcode-version: '16.4' }
135135 steps :
136136 - name : Harden Runner
137- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
137+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
138138 with :
139139 egress-policy : audit
140140
141141 - name : Checkout D++
142- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
142+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
143143
144144 - name : Update Xcode
145145 uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
@@ -179,12 +179,12 @@ jobs:
179179 runs-on : ${{matrix.cfg.os}}
180180 steps :
181181 - name : Harden Runner
182- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
182+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
183183 with :
184184 egress-policy : audit
185185
186186 - name : Checkout D++
187- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
187+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
188188 with :
189189 path : main
190190
@@ -222,7 +222,7 @@ jobs:
222222
223223 - name : Upload Binary
224224 if : ${{ matrix.cfg.upload }}
225- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
225+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
226226 with :
227227 name : " libdpp - Windows ${{matrix.cfg.name}}-${{matrix.cfg.config}}-vs${{matrix.cfg.vs}}"
228228 path : ' ${{github.workspace}}/main/build/*.zip'
@@ -242,12 +242,12 @@ jobs:
242242 runs-on : ${{matrix.cfg.os}}
243243 steps :
244244 - name : Harden Runner
245- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
245+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
246246 with :
247247 egress-policy : audit
248248
249249 - name : Checkout D++
250- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
250+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
251251
252252 - name : Install Packages
253253 run : sudo sed -i 's/azure\.//' /etc/apt/sources.list && sudo apt update && sudo apt-get install -y cmake rpm
@@ -262,13 +262,13 @@ jobs:
262262 run : cd build && sudo cpack --verbose || cat /home/runner/work/DPP/DPP/build/_CPack_Packages/Linux/DEB/PreinstallOutput.log
263263
264264 - name : Upload Binaries (DEB)
265- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
265+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
266266 with :
267267 name : " libdpp - Debian Package ${{matrix.cfg.name}}"
268268 path : " ${{github.workspace}}/build/*.deb"
269269
270270 - name : Upload Binaries (RPM)
271- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
271+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
272272 with :
273273 name : " libdpp - RPM Package ${{matrix.cfg.name}}"
274274 path : " ${{github.workspace}}/build/*.rpm"
0 commit comments