@@ -112,13 +112,13 @@ jobs:
112112 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
113113
114114 - name : Download artifact
115- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
115+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
116116 with :
117117 name : application-clean
118118 path : ./hivemq-edge-frontend/dist
119119
120120 - name : 🚥 Run Lighthouse audits
121- uses : treosh/lighthouse-ci-action@fcd65974f7c4c2bf0ee9d09b84d2489183c29726 # v12
121+ uses : treosh/lighthouse-ci-action@3e7e23fb74242897f95c0ba9cabad3d0227b9b18 # v12
122122 id : lighthouse
123123 with :
124124 temporaryPublicStorage : true # upload lighthouse report to the temporary storage
@@ -179,7 +179,7 @@ jobs:
179179 run-install : true
180180
181181 - name : Download artifact
182- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
182+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
183183 with :
184184 name : application-instrumented
185185 path : ./hivemq-edge-frontend/dist
@@ -228,7 +228,7 @@ jobs:
228228 with :
229229 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
230230 - name : Download all LCOV Artifacts
231- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
231+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
232232 with :
233233 path : hivemq-edge-frontend/coverage-combined
234234 pattern : lcov-*
0 commit comments