We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2609467 commit 0ecb530Copy full SHA for 0ecb530
.github/workflows/main.yml
@@ -48,6 +48,7 @@ jobs:
48
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
49
run: |
50
export PATH="$HOME/sonar-scanner-4.8.0.2856-linux/bin:$PATH"
51
+ export PATH="/opt/hostedtoolcache/Java_Adopt_jdk/17.0.13-11/x64/bin:$PATH"
52
sonar-scanner \
53
-Dsonar.projectKey=Infotrend-Inc_COMET-JAVA \
54
-Dsonar.organization=Infotrend-Inc \
0 commit comments