Skip to content

Commit

Permalink
feat: dotnet 8.0.1 support + sonarscan 6.0 update + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
matbest1 committed Jan 18, 2024
1 parent 0d6f563 commit 31de5bb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.100
FROM mcr.microsoft.com/dotnet/sdk:8.0.101

LABEL "com.github.actions.name"="sonarscan-dotnet"
LABEL "com.github.actions.description"="Sonarscanner for .NET 8 with pull request decoration support."
Expand All @@ -12,8 +12,8 @@ LABEL "homepage"="https://github.com/highbyte"
LABEL "maintainer"="Highbyte"

# Version numbers of used software
ENV SONAR_SCANNER_DOTNET_TOOL_VERSION=5.14 \
DOTNETCORE_RUNTIME_VERSION=6.0 \
ENV SONAR_SCANNER_DOTNET_TOOL_VERSION=6.0 \
DOTNETCORE_RUNTIME_VERSION=8.0 \
NODE_VERSION=20 \
JRE_VERSION=17

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The current version supports .NET 8

``` yaml
- name: SonarScanner for .NET 8 with pull request decoration support
uses: highbyte/[email protected].0
uses: highbyte/[email protected].1
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -36,7 +36,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 8 with pull request decoration support
uses: highbyte/[email protected].0
uses: highbyte/[email protected].1
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -59,7 +59,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 8 with pull request decoration support
uses: highbyte/[email protected].0
uses: highbyte/[email protected].1
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -83,7 +83,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 8 with pull request decoration support
uses: highbyte/[email protected].0
uses: highbyte/[email protected].1
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -103,7 +103,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 8 with pull request decoration support
uses: highbyte/[email protected].0
uses: highbyte/[email protected].1
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -125,7 +125,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 8 with pull request decoration support
uses: highbyte/[email protected].0
uses: highbyte/[email protected].1
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.3.0"
image: "docker://ghcr.io/highbyte/sonarscan-dotnet:v2.3.1"

branding:
icon: 'check-square'
Expand Down

0 comments on commit 31de5bb

Please sign in to comment.