File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
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
3639 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
You can’t perform that action at this time.
0 commit comments