4747 egress-policy : audit
4848
4949 - run : git config --global core.autocrlf false
50- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5151 with :
5252 fetch-depth : 0
5353 submodules : true
@@ -147,7 +147,7 @@ jobs:
147147
148148 - name : Publish coverage report to QLTY
149149 if : github.repository_owner == 'Open-CMSIS-Pack' && runner.os == 'Linux'
150- uses : qltysh/qlty-action/coverage@f13b3559771beedd11e68b03d49512f3c21a75ba # v1
150+ uses : qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v1
151151 with :
152152 token : ${{ secrets.QLTY_COVERAGE_TOKEN }}
153153 files : coverage/lcov.info
@@ -173,7 +173,7 @@ jobs:
173173 with :
174174 egress-policy : audit
175175
176- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
176+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
177177
178178 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
179179 env :
@@ -185,13 +185,13 @@ jobs:
185185 cache : ' yarn'
186186
187187 - name : Download dist
188- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
188+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
189189 with :
190190 name : dist
191191 path : .
192192
193193 - name : Cache tools
194- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.6
194+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.6
195195 with :
196196 path : tools
197197 key : tools-${{ matrix.target }}-${{ github.head_ref || github.ref_name }}
@@ -229,17 +229,17 @@ jobs:
229229 egress-policy : audit
230230
231231 - name : Download packages
232- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
232+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
233233 with :
234234 pattern : vsix-package-*
235235
236236 - name : Download coverage report
237- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
237+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
238238 with :
239239 pattern : test-coverage
240240
241241 - name : Download test report
242- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
242+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
243243 with :
244244 pattern : test-report-linux
245245
0 commit comments