File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- name : SonarScan
1
+ name : SonarCloud
2
2
3
3
on :
4
4
pull_request_target :
11
11
name : Build and analyze
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@4
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
17
17
- name : Set up JDK 17
Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
node-version : [20.x]
15
-
15
+
16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
Original file line number Diff line number Diff line change 1
1
sonar.organization =bcgov-sonarcloud
2
2
sonar.projectKey =nr-bcws-wfprev
3
+ sonar.host.url =https://sonarcloud.io
3
4
4
5
# relative paths to source directories. More details and properties are described
5
6
# in https://sonarcloud.io/documentation/project-administration/narrowing-the-focus/
You can’t perform that action at this time.
0 commit comments