File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 3333 ./ensure-license.sh
3434 git config --global user.name 'github-actions[bot]'
3535 git config --global user.email 'github-actions[bot]@users.noreply.github.com'
36- git checkout -b main
37- git commit -am "Update version to $VERSION"
38- git push --set-upstream origin main
3936 shell : bash
Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ jobs:
6363 java-version : ${{ env.JAVA_VERSION }}
6464 maven-version : ${{ env.MAVEN_VERSION }}
6565
66- - name : SonarQube Scan
67- uses : ./.github/actions/scan-with-sonar
68- with :
69- java-version : ${{ env.JAVA_VERSION }}
70- maven-version : ${{ env.MAVEN_VERSION }}
71- sonarq-token : ${{ secrets.SONARQ_TOKEN }}
72- github-token : ${{ secrets.GITHUB_TOKEN }}
66+ # - name: SonarQube Scan
67+ # uses: ./.github/actions/scan-with-sonar
68+ # with:
69+ # java-version: ${{ env.JAVA_VERSION }}
70+ # maven-version: ${{ env.MAVEN_VERSION }}
71+ # sonarq-token: ${{ secrets.SONARQ_TOKEN }}
72+ # github-token: ${{ secrets.GITHUB_TOKEN }}
7373
7474 - name : Upload Changed Artifacts
7575 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 9090 </dependencies >
9191
9292 <build >
93+ <!-- The deploy requires a stable artifact name -->
94+ <finalName >${project.artifactId} </finalName >
9395 <plugins >
9496 <plugin >
9597 <groupId >org.pitest</groupId >
You can’t perform that action at this time.
0 commit comments