Skip to content

Commit

Permalink
Spring 3 and java 20
Browse files Browse the repository at this point in the history
Signed-off-by: muhamadto <muhamadto@gmail.com>
  • Loading branch information
muhamadto committed Aug 2, 2023
1 parent 0375181 commit 8707f3f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
37 changes: 18 additions & 19 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8707f3f

Please sign in to comment.