We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7693799 + 8f60501 commit fc0fd2dCopy full SHA for fc0fd2d
.github/workflows/build-and-test.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: SonarQube Scan
27
if: ${{ github.actor != 'dependabot[bot]' }}
28
- uses: SonarSource/sonarqube-scan-action@v5.2.0
+ uses: SonarSource/sonarqube-scan-action@v6.0.0
29
env:
30
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pom.xml
@@ -90,7 +90,7 @@
90
<plugin>
91
<groupId>org.apache.maven.plugins</groupId>
92
<artifactId>maven-enforcer-plugin</artifactId>
93
- <version>3.0.0-M2</version>
+ <version>3.6.2</version>
94
<executions>
95
<execution>
96
<id>enforce-versions</id>
0 commit comments