Skip to content

Commit

Permalink
Feature/dotnet v8.0.201 (#32)
Browse files Browse the repository at this point in the history
* Bump .NET SDK to 8.0.201.

* Bump SonarScan to 6.2.
  • Loading branch information
highbyte authored Feb 28, 2024
1 parent a7f6f05 commit 527fed5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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."
Expand All @@ -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
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].1
uses: highbyte/[email protected].2
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].1
uses: highbyte/[email protected].2
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].1
uses: highbyte/[email protected].2
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].1
uses: highbyte/[email protected].2
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].1
uses: highbyte/[email protected].2
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].1
uses: highbyte/[email protected].2
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.1"
image: "docker://ghcr.io/highbyte/sonarscan-dotnet:v2.3.2"

branding:
icon: 'check-square'
Expand Down

0 comments on commit 527fed5

Please sign in to comment.