Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
highbyte committed Oct 9, 2023
1 parent 46c97d9 commit 830d02b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The current version supports .NET 7

``` yaml
- name: SonarScanner for .NET 7 with pull request decoration support
uses: highbyte/[email protected]
uses: highbyte/[email protected]-beta
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -35,7 +35,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 7 with pull request decoration support
uses: highbyte/[email protected]
uses: highbyte/[email protected]-beta
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -58,7 +58,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 7 with pull request decoration support
uses: highbyte/[email protected]
uses: highbyte/[email protected]-beta
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -82,7 +82,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 7 with pull request decoration support
uses: highbyte/[email protected]
uses: highbyte/[email protected]-beta
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -102,7 +102,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 7 with pull request decoration support
uses: highbyte/[email protected]
uses: highbyte/[email protected]-beta
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -124,7 +124,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 7 with pull request decoration support
uses: highbyte/[email protected]
uses: highbyte/[email protected]-beta
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand Down

0 comments on commit 830d02b

Please sign in to comment.