Skip to content

Commit 2ef3c26

Browse files
authored
Update SonarCloud action to version 7 (#687)
* Update SonarCloud action to version 7 security vulnerability reported in last run, updated sonarsource/sonarqube-scan-action@v4 to v7 (latest)
1 parent ef73c37 commit 2ef3c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
name: code-coverage-report
5555
# path: app
5656
- name: Analyze with SonarCloud
57-
uses: sonarsource/sonarqube-scan-action@v4
57+
uses: sonarsource/sonarqube-scan-action@v7
5858
with:
5959
# projectBaseDir: app
6060
args: >

0 commit comments

Comments
 (0)