Skip to content

Commit

Permalink
update sonarscanner ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rpreen committed Nov 3, 2023
1 parent 3cd548d commit 83916cc
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/sonarqube_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
Expand All @@ -60,8 +60,14 @@ jobs:
chmod +x codecov
./codecov
- name: Setup sonarqube
uses: warchant/setup-sonar-scanner@v3
- name: Setup Java
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

- name: Setup SonarQube
uses: warchant/setup-sonar-scanner@v7

- name: Sonarqube coverage
run: |
Expand Down

0 comments on commit 83916cc

Please sign in to comment.