diff --git a/Dockerfile b/Dockerfile index f32f1ed..035c4ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ LABEL "maintainer"="Highbyte" ENV SONAR_SCANNER_DOTNET_TOOL_VERSION=11.0.0 \ DOTNETCORE_RUNTIME_VERSION=9.0 \ NODE_VERSION=22 \ - JRE_VERSION=17 + JRE_VERSION=21 # Add Microsoft Debian apt-get feed RUN wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \ diff --git a/README.md b/README.md index 968bc48..ad4778e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ SonarScanner for .NET for use in Github Actions, with automatic pull request det ``` yaml - name: SonarScanner for .NET 10 with pull request decoration support - uses: highbyte/sonarscan-dotnet@v2.5.0 + uses: highbyte/sonarscan-dotnet@v2.5.1 with: # The key of the SonarQube project sonarProjectKey: your_projectkey @@ -42,7 +42,7 @@ Also includes test results. ``` yaml - name: SonarScanner for .NET 10 with pull request decoration support - uses: highbyte/sonarscan-dotnet@v2.5.0 + uses: highbyte/sonarscan-dotnet@v2.5.1 with: # The key of the SonarQube project sonarProjectKey: your_projectkey @@ -65,7 +65,7 @@ Also includes test results. ``` yaml - name: SonarScanner for .NET 10 with pull request decoration support - uses: highbyte/sonarscan-dotnet@v2.5.0 + uses: highbyte/sonarscan-dotnet@v2.5.1 with: # The key of the SonarQube project sonarProjectKey: your_projectkey @@ -89,7 +89,7 @@ Also includes test results. ``` yaml - name: SonarScanner for .NET 10 with pull request decoration support - uses: highbyte/sonarscan-dotnet@v2.5.0 + uses: highbyte/sonarscan-dotnet@v2.5.1 with: # The key of the SonarQube project sonarProjectKey: your_projectkey @@ -109,7 +109,7 @@ Also includes test results. ``` yaml - name: SonarScanner for .NET 10 with pull request decoration support - uses: highbyte/sonarscan-dotnet@v2.5.0 + uses: highbyte/sonarscan-dotnet@v2.5.1 with: # The key of the SonarQube project sonarProjectKey: your_projectkey @@ -131,7 +131,7 @@ Also includes test results. ``` yaml - name: SonarScanner for .NET 10 with pull request decoration support - uses: highbyte/sonarscan-dotnet@v2.5.0 + uses: highbyte/sonarscan-dotnet@v2.5.1 with: # The key of the SonarQube project sonarProjectKey: your_projectkey diff --git a/action.yml b/action.yml index 8dad2c8..d0ae7b9 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ inputs: runs: using: "docker" - image: "docker://ghcr.io/highbyte/sonarscan-dotnet:v2.5.0" + image: "docker://ghcr.io/highbyte/sonarscan-dotnet:v2.5.1" branding: icon: 'check-square'