From 8707f3f298a73098777b3fde067b3811818f4acb Mon Sep 17 00:00:00 2001 From: muhamadto Date: Wed, 2 Aug 2023 12:52:37 +1000 Subject: [PATCH] Spring 3 and java 20 Signed-off-by: muhamadto --- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 37 +++++++++++++-------------- 2 files changed, 19 insertions(+), 20 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e14e2ef..86e8324 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,4 +57,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: mvn --no-transfer-progress clean verify -Pnative org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=muhamadto_spring-native-aws-lambda --settings settings-spring.xml + run: mvn --no-transfer-progress clean verify -Pnative org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=muhamadto_spring-native-aws-lambda diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c330d61..bf63330 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -53,25 +53,24 @@ jobs: - name: maven-settings-xml-action uses: whelk-io/maven-settings-xml-action@v18 with: - repositories: > - [ - { - "id": "spring-releases", - "name": "Spring Releases", - "url": "https://repo.spring.io/release" - } - ] - plugin_repositories: > - [ - { - "id": "spring-releases", - "name": "Spring Releases", - "url": "https://repo.spring.io/release" - } - ] - profiles: '[{ "id": "native"}]' - - - name: Build +# repositories: > +# [ +# { +# "id": "spring-releases", +# "name": "Spring Releases", +# "url": "https://repo.spring.io/release" +# } +# ] +# plugin_repositories: > +# [ +# { +# "id": "spring-releases", +# "name": "Spring Releases", +# "url": "https://repo.spring.io/release" +# } +# ] + profiles: '[{ "name": "native"}]' + - name: Autobuild uses: github/codeql-action/autobuild@v2 - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2