Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LABEL "maintainer"="Highbyte"
ENV SONAR_SCANNER_DOTNET_TOOL_VERSION=11.0.0 \
DOTNETCORE_RUNTIME_VERSION=9.0 \
NODE_VERSION=22 \
JRE_VERSION=17
JRE_VERSION=21

# Add Microsoft Debian apt-get feed
RUN wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SonarScanner for .NET for use in Github Actions, with automatic pull request det

``` yaml
- name: SonarScanner for .NET 10 with pull request decoration support
uses: highbyte/sonarscan-dotnet@v2.5.0
uses: highbyte/sonarscan-dotnet@v2.5.1
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -42,7 +42,7 @@ Also includes test results.

``` yaml
- name: SonarScanner for .NET 10 with pull request decoration support
uses: highbyte/sonarscan-dotnet@v2.5.0
uses: highbyte/sonarscan-dotnet@v2.5.1
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -65,7 +65,7 @@ Also includes test results.

``` yaml
- name: SonarScanner for .NET 10 with pull request decoration support
uses: highbyte/sonarscan-dotnet@v2.5.0
uses: highbyte/sonarscan-dotnet@v2.5.1
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -89,7 +89,7 @@ Also includes test results.

``` yaml
- name: SonarScanner for .NET 10 with pull request decoration support
uses: highbyte/sonarscan-dotnet@v2.5.0
uses: highbyte/sonarscan-dotnet@v2.5.1
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -109,7 +109,7 @@ Also includes test results.

``` yaml
- name: SonarScanner for .NET 10 with pull request decoration support
uses: highbyte/sonarscan-dotnet@v2.5.0
uses: highbyte/sonarscan-dotnet@v2.5.1
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -131,7 +131,7 @@ Also includes test results.

``` yaml
- name: SonarScanner for .NET 10 with pull request decoration support
uses: highbyte/sonarscan-dotnet@v2.5.0
uses: highbyte/sonarscan-dotnet@v2.5.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.5.0"
image: "docker://ghcr.io/highbyte/sonarscan-dotnet:v2.5.1"

branding:
icon: 'check-square'
Expand Down
Loading