diff --git a/Dockerfile b/Dockerfile index 928411e..9f5f483 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:9.0 +FROM mcr.microsoft.com/dotnet/sdk:9.0.100 LABEL "com.github.actions.name"="sonarscan-dotnet" LABEL "com.github.actions.description"="SonarScanner for .NET 9 with pull request decoration support." diff --git a/README.md b/README.md index f7c0523..6845c24 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The current version supports .NET 9 ``` yaml - name: SonarScanner for .NET 9 with pull request decoration support - uses: highbyte/sonarscan-dotnet@v2.4.0-beta5 + uses: highbyte/sonarscan-dotnet@v2.4.0-beta6 with: # The key of the SonarQube project sonarProjectKey: your_projectkey @@ -37,7 +37,7 @@ Also includes test results. ``` yaml - name: SonarScanner for .NET 9 with pull request decoration support - uses: highbyte/sonarscan-dotnet@v2.4.0-beta5 + uses: highbyte/sonarscan-dotnet@v2.4.0-beta6 with: # The key of the SonarQube project sonarProjectKey: your_projectkey @@ -60,7 +60,7 @@ Also includes test results. ``` yaml - name: SonarScanner for .NET 9 with pull request decoration support - uses: highbyte/sonarscan-dotnet@v2.4.0-beta5 + uses: highbyte/sonarscan-dotnet@v2.4.0-beta6 with: # The key of the SonarQube project sonarProjectKey: your_projectkey @@ -84,7 +84,7 @@ Also includes test results. ``` yaml - name: SonarScanner for .NET 9 with pull request decoration support - uses: highbyte/sonarscan-dotnet@v2.4.0-beta5 + uses: highbyte/sonarscan-dotnet@v2.4.0-beta6 with: # The key of the SonarQube project sonarProjectKey: your_projectkey @@ -104,7 +104,7 @@ Also includes test results. ``` yaml - name: SonarScanner for .NET 9 with pull request decoration support - uses: highbyte/sonarscan-dotnet@v2.4.0-beta5 + uses: highbyte/sonarscan-dotnet@v2.4.0-beta6 with: # The key of the SonarQube project sonarProjectKey: your_projectkey @@ -126,7 +126,7 @@ Also includes test results. ``` yaml - name: SonarScanner for .NET 9 with pull request decoration support - uses: highbyte/sonarscan-dotnet@v2.4.0-beta5 + uses: highbyte/sonarscan-dotnet@v2.4.0-beta6 with: # The key of the SonarQube project sonarProjectKey: your_projectkey diff --git a/action.yml b/action.yml index c8d3434..cf5cd25 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ inputs: runs: using: "docker" - image: "docker://ghcr.io/highbyte/sonarscan-dotnet:v2.4.0-beta5" + image: "docker://ghcr.io/highbyte/sonarscan-dotnet:v2.4.0-beta6" branding: icon: 'check-square'