We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e253b3c commit a7170e8Copy full SHA for a7170e8
.github/workflows/check-frontend.yml
@@ -190,7 +190,7 @@ jobs:
190
with:
191
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
192
- name: Download all LCOV Artifacts
193
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
194
195
path: hivemq-edge-frontend/coverage-combined
196
pattern: lcov-*
@@ -201,7 +201,7 @@ jobs:
201
ls -R ./coverage-combined
202
ls -R **/**/*.info
203
- name: SonarQube Scan
204
- uses: SonarSource/sonarqube-scan-action@v5
+ uses: SonarSource/sonarqube-scan-action@2500896589ef8f7247069a56136f8dc177c27ccf # v5
205
206
projectBaseDir: hivemq-edge-frontend
207
args: >
0 commit comments