Skip to content

Commit a7170e8

Browse files
chore(deps): pin dependencies (#978)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e253b3c commit a7170e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-frontend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
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@v4
193+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
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@v5
204+
uses: SonarSource/sonarqube-scan-action@2500896589ef8f7247069a56136f8dc177c27ccf # v5
205205
with:
206206
projectBaseDir: hivemq-edge-frontend
207207
args: >

0 commit comments

Comments
 (0)