Skip to content

Commit

Permalink
Updating sonar workflow, changelog updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
ib-tjuhasz committed Aug 21, 2024
1 parent 483b4bd commit 8abf9e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,11 @@ jobs:
sonarcloud:
name: SonarCloud analysis
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '17' ]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: maven
- name: Sonarcloud code analysis
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mvn -B verify sonar:sonar \
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.organization=infobip \
-Dsonar.projectKey=infobip_infobip-api-java-client \
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this library adheres to [Semantic Versioning](http://semver.org/) as mention
* Bumped `junit-jupiter` version to `5.11.0`
* Bumped `guava` version to `33.3.0-jre`
* Bumped `maven-gpg-plugin` version to `3.2.5`
* Bumped `spotless-maven-plugin` version to `2.43.0`

## [ [4.3.1](https://github.com/infobip/infobip-api-java-client/releases/tag/4.3.1) ] - 2024-06-05

Expand Down

0 comments on commit 8abf9e4

Please sign in to comment.