diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index fcdb098..ada1bd0 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -35,7 +35,7 @@ on: - main - 'releases/**' pull_request: - types: [opened, synchronize, reopened] + types: [ opened, synchronize, reopened ] permissions: pull-requests: read # allows SonarCloud to decorate PRs with analysis results @@ -44,18 +44,19 @@ jobs: sonarqube: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - with: - # Disabling shallow clones is recommended for improving the relevancy of reporting - fetch-depth: 0 - - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v6.0.0 # Ex: v4.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + - uses: actions/checkout@v4 + with: + # Disabling shallow clones is recommended for improving the relevancy of reporting + fetch-depth: 0 + - name: SonarQube Scan + uses: SonarSource/sonarqube-scan-action@v6.0.0 # Ex: v4.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan + env: + # Pass the token securely via environment variable + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: # Additional arguments for the sonarcloud scanner - args: - # Unique keys of your project and organization. You can find them in SonarCloud > Information (bottom-left menu) - # mandatory + args: > -Dsonar.projectKey=MobileID-Strong-Authentication_mobileid-client-java -Dsonar.organization=mobileid-strong-authentication + # Unique keys of your project and organization. You can find them in SonarCloud > Information (bottom-left menu) + # mandatory diff --git a/mid-java-client-core/pom.xml b/mid-java-client-core/pom.xml index dcaa129..df93011 100644 --- a/mid-java-client-core/pom.xml +++ b/mid-java-client-core/pom.xml @@ -6,7 +6,7 @@ ch.mobileid.mid-java-client mid-java-client-parent - 1.5.7 + 1.5.8 mid-java-client-core diff --git a/mid-java-client-rest/pom.xml b/mid-java-client-rest/pom.xml index 5ba56f9..e5a0434 100644 --- a/mid-java-client-rest/pom.xml +++ b/mid-java-client-rest/pom.xml @@ -6,7 +6,7 @@ ch.mobileid.mid-java-client mid-java-client-parent - 1.5.7 + 1.5.8 mid-java-client-rest diff --git a/mid-java-client-soap/pom.xml b/mid-java-client-soap/pom.xml index e69ea8a..033b963 100644 --- a/mid-java-client-soap/pom.xml +++ b/mid-java-client-soap/pom.xml @@ -6,7 +6,7 @@ ch.mobileid.mid-java-client mid-java-client-parent - 1.5.7 + 1.5.8 mid-java-client-soap diff --git a/mid-java-client-usage/pom.xml b/mid-java-client-usage/pom.xml index 394b9d4..eb44b37 100644 --- a/mid-java-client-usage/pom.xml +++ b/mid-java-client-usage/pom.xml @@ -6,7 +6,7 @@ ch.mobileid.mid-java-client mid-java-client-parent - 1.5.7 + 1.5.8 mid-java-client-usage diff --git a/pom.xml b/pom.xml index 9725a09..bb23bf0 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ ch.mobileid.mid-java-client mid-java-client-parent - 1.5.7 + 1.5.8 Mobile ID Java client Mobile ID client reference implementation in Java https://github.com/MobileID-Strong-Authentication/mobileid-client-java @@ -86,7 +86,7 @@ commons-io commons-io - 2.14.0 + 2.16.1 commons-codec @@ -113,17 +113,17 @@ org.bouncycastle bcprov-jdk18on - 1.78 + 1.80 org.bouncycastle bcpkix-jdk18on - 1.78.1 + 1.80 org.bouncycastle bcutil-jdk18on - 1.78.1 + 1.80 org.junit.jupiter