1919    runs-on : ubuntu-latest 
2020    steps :
2121      - name : 👓 Checkout repository 
22-         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4 
22+         uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5 
2323
2424      - name : 🏗️ Setup node environment 
2525        uses : ./.github/actions/setup_node 
3737    runs-on : ubuntu-latest 
3838    steps :
3939      - name : 👓 Checkout repository 
40-         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4 
40+         uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5 
4141
4242      - name : 🏗️ Setup node environment 
4343        uses : ./.github/actions/setup_node 
6060    runs-on : ubuntu-latest 
6161    steps :
6262      - name : 👓 Checkout repository 
63-         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4 
63+         uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5 
6464
6565      - name : 🏗️ Setup node environment 
6666        uses : ./.github/actions/setup_node 
@@ -83,10 +83,10 @@ jobs:
8383    needs : [ build_production ] 
8484    steps :
8585      - name : 👓 Checkout repository 
86-         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4 
86+         uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5 
8787
8888      - name : Download artifact 
89-         uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093   #  v4 
89+         uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0   #  v5 
9090        with :
9191          name : application 
9292          path : ./hivemq-edge-frontend/dist 
@@ -107,7 +107,7 @@ jobs:
107107      LOCAL_NONCE : ${{ steps.percy.outputs.nonce }} 
108108    steps :
109109      - name : 👓 Checkout repository 
110-         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4 
110+         uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5 
111111      - id : percy 
112112        run : | 
113113          echo "nonce=$(date +'%s')" >> "$GITHUB_OUTPUT" 
@@ -133,7 +133,7 @@ jobs:
133133    name : Cypress - ${{ matrix.cypress.target }} 
134134    steps :
135135      - name : 👓 Checkout repository 
136-         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4 
136+         uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5 
137137
138138      - name : 🏗️ Setup node environment 
139139        uses : ./.github/actions/setup_node 
@@ -142,7 +142,7 @@ jobs:
142142          run-install : true 
143143
144144      - name : Download artifact 
145-         uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093   #  v4 
145+         uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0   #  v5 
146146        with :
147147          name : application 
148148          path : ./hivemq-edge-frontend/dist 
@@ -186,11 +186,11 @@ jobs:
186186    runs-on : ubuntu-latest 
187187    steps :
188188      - name : 👓 Checkout repository 
189-         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4 
189+         uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5 
190190        with :
191191          fetch-depth : 0   #  Shallow clones should be disabled for a better relevancy of analysis
192192      - name : Download all LCOV Artifacts 
193-         uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093   #  v4 
193+         uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0   #  v5 
194194        with :
195195          path : hivemq-edge-frontend/coverage-combined 
196196          pattern : lcov-* 
@@ -201,7 +201,7 @@ jobs:
201201          ls -R ./coverage-combined 
202202          ls -R **/**/*.info 
203203       - name : SonarQube Scan 
204-         uses : SonarSource/sonarqube-scan-action@2500896589ef8f7247069a56136f8dc177c27ccf   #  v5 
204+         uses : SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602   #  v6 
205205        with :
206206          projectBaseDir : hivemq-edge-frontend 
207207          args : > 
@@ -218,7 +218,7 @@ jobs:
218218      PERCY_TOKEN : ${{ secrets.PERCY_TOKEN }} 
219219    steps :
220220      - name : 👓 Checkout repository 
221-         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4 
221+         uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5 
222222
223223      - name : 🏗️ Setup node environment 
224224        uses : ./.github/actions/setup_node 
0 commit comments