-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove beta tag for v2.3.0, now on .NET 8
release version.
- Loading branch information
Showing
3 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
SonarScanner for .NET for use in Github Actions, with automatic pull request detection, analysis and decoration. | ||
|
||
The current version supports .NET 8 | ||
- For .NET 7, use version [2.2.6](https://github.com/marketplace/actions/sonarscan-dotnet?version=v2.2.6) | ||
- For .NET 6, use version [2.1.5](https://github.com/marketplace/actions/sonarscan-dotnet?version=v2.1.5) | ||
- For .NET 5, use version [2.0](https://github.com/marketplace/actions/sonarscan-dotnet?version=2.0) | ||
- For .NET Core 3.1, use version [1.0.2](https://github.com/marketplace/actions/sonarscan-dotnet?version=1.0.2) | ||
|
@@ -16,7 +17,7 @@ The current version supports .NET 8 | |
|
||
``` yaml | ||
- name: SonarScanner for .NET 8 with pull request decoration support | ||
uses: highbyte/[email protected]-beta | ||
uses: highbyte/[email protected] | ||
with: | ||
# The key of the SonarQube project | ||
sonarProjectKey: your_projectkey | ||
|
@@ -35,7 +36,7 @@ Also includes test results. | |
``` yaml | ||
- name: SonarScanner for .NET 8 with pull request decoration support | ||
uses: highbyte/[email protected]-beta | ||
uses: highbyte/[email protected] | ||
with: | ||
# The key of the SonarQube project | ||
sonarProjectKey: your_projectkey | ||
|
@@ -58,7 +59,7 @@ Also includes test results. | |
``` yaml | ||
- name: SonarScanner for .NET 8 with pull request decoration support | ||
uses: highbyte/[email protected]-beta | ||
uses: highbyte/[email protected] | ||
with: | ||
# The key of the SonarQube project | ||
sonarProjectKey: your_projectkey | ||
|
@@ -82,7 +83,7 @@ Also includes test results. | |
``` yaml | ||
- name: SonarScanner for .NET 8 with pull request decoration support | ||
uses: highbyte/[email protected]-beta | ||
uses: highbyte/[email protected] | ||
with: | ||
# The key of the SonarQube project | ||
sonarProjectKey: your_projectkey | ||
|
@@ -102,7 +103,7 @@ Also includes test results. | |
``` yaml | ||
- name: SonarScanner for .NET 8 with pull request decoration support | ||
uses: highbyte/[email protected]-beta | ||
uses: highbyte/[email protected] | ||
with: | ||
# The key of the SonarQube project | ||
sonarProjectKey: your_projectkey | ||
|
@@ -124,7 +125,7 @@ Also includes test results. | |
``` yaml | ||
- name: SonarScanner for .NET 8 with pull request decoration support | ||
uses: highbyte/[email protected]-beta | ||
uses: highbyte/[email protected] | ||
with: | ||
# The key of the SonarQube project | ||
sonarProjectKey: your_projectkey | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters