-
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.
* Update .NET 8 SDK to 8.0.403. * Update to SonarScanner v9.0.1 * Update to Node v22
- Loading branch information
Showing
4 changed files
with
16 additions
and
12 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 |
---|---|---|
|
@@ -3,7 +3,8 @@ | |
|
||
SonarScanner for .NET for use in Github Actions, with automatic pull request detection, analysis and decoration. | ||
|
||
The current version supports .NET 8 | ||
This version supports .NET 8 | ||
- For .NET 9, use version [2.4.0](https://github.com/marketplace/actions/sonarscan-dotnet?version=v2.4.0) | ||
- 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) | ||
|
@@ -17,7 +18,7 @@ The current version supports .NET 8 | |
|
||
``` yaml | ||
- name: SonarScanner for .NET 8 with pull request decoration support | ||
uses: highbyte/[email protected].2 | ||
uses: highbyte/[email protected].3 | ||
with: | ||
# The key of the SonarQube project | ||
sonarProjectKey: your_projectkey | ||
|
@@ -36,7 +37,7 @@ Also includes test results. | |
``` yaml | ||
- name: SonarScanner for .NET 8 with pull request decoration support | ||
uses: highbyte/[email protected].2 | ||
uses: highbyte/[email protected].3 | ||
with: | ||
# The key of the SonarQube project | ||
sonarProjectKey: your_projectkey | ||
|
@@ -59,7 +60,7 @@ Also includes test results. | |
``` yaml | ||
- name: SonarScanner for .NET 8 with pull request decoration support | ||
uses: highbyte/[email protected].2 | ||
uses: highbyte/[email protected].3 | ||
with: | ||
# The key of the SonarQube project | ||
sonarProjectKey: your_projectkey | ||
|
@@ -83,7 +84,7 @@ Also includes test results. | |
``` yaml | ||
- name: SonarScanner for .NET 8 with pull request decoration support | ||
uses: highbyte/[email protected].2 | ||
uses: highbyte/[email protected].3 | ||
with: | ||
# The key of the SonarQube project | ||
sonarProjectKey: your_projectkey | ||
|
@@ -103,7 +104,7 @@ Also includes test results. | |
``` yaml | ||
- name: SonarScanner for .NET 8 with pull request decoration support | ||
uses: highbyte/[email protected].2 | ||
uses: highbyte/[email protected].3 | ||
with: | ||
# The key of the SonarQube project | ||
sonarProjectKey: your_projectkey | ||
|
@@ -125,7 +126,7 @@ Also includes test results. | |
``` yaml | ||
- name: SonarScanner for .NET 8 with pull request decoration support | ||
uses: highbyte/[email protected].2 | ||
uses: highbyte/[email protected].3 | ||
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
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