Skip to content

Commit 81a55aa

Browse files
committed
revert changes at workflows
1 parent 36bedc6 commit 81a55aa

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.github/actions/newrelease/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ runs:
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

.github/workflows/main-build-and-deploy-oss.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)