forked from highbyte/sonarscan-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update action version to match latest marketplace version.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ SonarScanner for .NET Core for use in Github Actions, with automatic pull reques | |
|
||
``` yaml | ||
- name: SonarScanner for .NET Core 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 | ||
|
@@ -30,7 +30,7 @@ Also includes test results. | |
``` yaml | ||
- name: SonarScanner for .NET Core 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 | ||
|
@@ -53,7 +53,7 @@ Also includes test results. | |
``` yaml | ||
- name: SonarScanner for .NET Core 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 | ||
|
@@ -77,7 +77,7 @@ Also includes test results. | |
``` yaml | ||
- name: SonarScanner for .NET Core 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 | ||
|
@@ -97,7 +97,7 @@ Also includes test results. | |
_Note: This has not yet been verified if it works_ | ||
``` yaml | ||
- name: SonarScanner for .NET Core 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 | ||
|