Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update action version to match latest marketplace version.
  • Loading branch information
highbyte authored Nov 8, 2020
1 parent 638c80b commit 0bf8d64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0bf8d64

Please sign in to comment.