Skip to content

Commit

Permalink
Change to .NET 9.0.100 SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
highbyte committed Nov 12, 2024
1 parent b110167 commit ba3f1e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The current version supports .NET 9

``` yaml
- name: SonarScanner for .NET 9 with pull request decoration support
uses: highbyte/[email protected]beta5
uses: highbyte/[email protected]beta6
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -37,7 +37,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 9 with pull request decoration support
uses: highbyte/[email protected]beta5
uses: highbyte/[email protected]beta6
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -60,7 +60,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 9 with pull request decoration support
uses: highbyte/[email protected]beta5
uses: highbyte/[email protected]beta6
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -84,7 +84,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 9 with pull request decoration support
uses: highbyte/[email protected]beta5
uses: highbyte/[email protected]beta6
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -104,7 +104,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 9 with pull request decoration support
uses: highbyte/[email protected]beta5
uses: highbyte/[email protected]beta6
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -126,7 +126,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 9 with pull request decoration support
uses: highbyte/[email protected]beta5
uses: highbyte/[email protected]beta6
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ba3f1e5

Please sign in to comment.