Skip to content

Commit c1ed783

Browse files
authored
Merge pull request #10 from ssylver93/feature/WFPREV-34_2
Fix typo and add sonar host
2 parents 5f2dd50 + c3b4ba6 commit c1ed783

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/sonarscan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: SonarScan
1+
name: SonarCloud
22

33
on:
44
pull_request_target:
@@ -11,7 +11,7 @@ jobs:
1111
name: Build and analyze
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@4
14+
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1717
- name: Set up JDK 17

client/wfprev/.github/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
node-version: [20.x]
15-
15+
1616
steps:
1717
- uses: actions/checkout@v4
1818

sonar-project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
sonar.organization=bcgov-sonarcloud
22
sonar.projectKey=nr-bcws-wfprev
3+
sonar.host.url=https://sonarcloud.io
34

45
# relative paths to source directories. More details and properties are described
56
# in https://sonarcloud.io/documentation/project-administration/narrowing-the-focus/

0 commit comments

Comments
 (0)