diff --git a/Dockerfile b/Dockerfile index b3c38f3..c97b51c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0.101 +FROM mcr.microsoft.com/dotnet/sdk:8.0.201 LABEL "com.github.actions.name"="sonarscan-dotnet" LABEL "com.github.actions.description"="Sonarscanner for .NET 8 with pull request decoration support." @@ -12,7 +12,7 @@ LABEL "homepage"="https://github.com/highbyte" LABEL "maintainer"="Highbyte" # Version numbers of used software -ENV SONAR_SCANNER_DOTNET_TOOL_VERSION=6.0 \ +ENV SONAR_SCANNER_DOTNET_TOOL_VERSION=6.2 \ DOTNETCORE_RUNTIME_VERSION=8.0 \ NODE_VERSION=20 \ JRE_VERSION=17 diff --git a/README.md b/README.md index 96ceec4..aa572bf 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The current version supports .NET 8 ``` yaml - name: SonarScanner for .NET 8 with pull request decoration support - uses: highbyte/sonarscan-dotnet@v2.3.1 + uses: highbyte/sonarscan-dotnet@v2.3.2 with: # The key of the SonarQube project sonarProjectKey: your_projectkey @@ -36,7 +36,7 @@ Also includes test results. ``` yaml - name: SonarScanner for .NET 8 with pull request decoration support - uses: highbyte/sonarscan-dotnet@v2.3.1 + uses: highbyte/sonarscan-dotnet@v2.3.2 with: # The key of the SonarQube project sonarProjectKey: your_projectkey @@ -59,7 +59,7 @@ Also includes test results. ``` yaml - name: SonarScanner for .NET 8 with pull request decoration support - uses: highbyte/sonarscan-dotnet@v2.3.1 + uses: highbyte/sonarscan-dotnet@v2.3.2 with: # The key of the SonarQube project sonarProjectKey: your_projectkey @@ -83,7 +83,7 @@ Also includes test results. ``` yaml - name: SonarScanner for .NET 8 with pull request decoration support - uses: highbyte/sonarscan-dotnet@v2.3.1 + uses: highbyte/sonarscan-dotnet@v2.3.2 with: # The key of the SonarQube project sonarProjectKey: your_projectkey @@ -103,7 +103,7 @@ Also includes test results. ``` yaml - name: SonarScanner for .NET 8 with pull request decoration support - uses: highbyte/sonarscan-dotnet@v2.3.1 + uses: highbyte/sonarscan-dotnet@v2.3.2 with: # The key of the SonarQube project sonarProjectKey: your_projectkey @@ -125,7 +125,7 @@ Also includes test results. ``` yaml - name: SonarScanner for .NET 8 with pull request decoration support - uses: highbyte/sonarscan-dotnet@v2.3.1 + uses: highbyte/sonarscan-dotnet@v2.3.2 with: # The key of the SonarQube project sonarProjectKey: your_projectkey diff --git a/action.yml b/action.yml index 0afa60a..d88ec09 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ inputs: runs: using: "docker" - image: "docker://ghcr.io/highbyte/sonarscan-dotnet:v2.3.1" + image: "docker://ghcr.io/highbyte/sonarscan-dotnet:v2.3.2" branding: icon: 'check-square'