From c20e37450000507a34d47a4b02582ea7a15a5713 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Thu, 9 Jul 2026 14:41:21 +0100 Subject: [PATCH 1/3] Update JRE version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ From c2f67bc917d0932ad2e3ca8d0992489f9e90a17c Mon Sep 17 00:00:00 2001 From: Highbyte Date: Thu, 9 Jul 2026 17:01:25 +0200 Subject: [PATCH 2/3] Update docker image version --- README.md | 12 ++++++------ action.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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..16e05b8 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-beta" branding: icon: 'check-square' From 38a14020a81562002db011c56b049da446cb61c4 Mon Sep 17 00:00:00 2001 From: Highbyte Date: Thu, 9 Jul 2026 17:16:19 +0200 Subject: [PATCH 3/3] Remove docker image beta tag --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 16e05b8..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.1-beta" + image: "docker://ghcr.io/highbyte/sonarscan-dotnet:v2.5.1" branding: icon: 'check-square'