Skip to content

Commit

Permalink
Merge pull request #973 from CDCgov/renovate/org.sonarqube-5.x
Browse files Browse the repository at this point in the history
chore(deps): update plugin org.sonarqube to v5
  • Loading branch information
halprin authored Apr 12, 2024
2 parents b40e8c0 + a9d052d commit 5b73ff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: ./gradlew spotlessCheck

- name: Sonar
run: ./gradlew allBuilds testCodeCoverageReport sonar --info
run: ./gradlew allBuilds testCodeCoverageReport e2e:assemble sonar --info
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
id 'com.diffplug.spotless' version '6.11.0'
id 'com.github.johnrengelman.shadow' version '8.0.0'
id 'org.cyclonedx.bom' version '1.7.4'
id 'org.sonarqube' version '4.0.0.2929'
id 'org.sonarqube' version '5.0.0.4638'
}

dependencies {
Expand Down

0 comments on commit 5b73ff7

Please sign in to comment.