Skip to content

Commit

Permalink
Remove beta from version.
Browse files Browse the repository at this point in the history
Update doc.
  • Loading branch information
highbyte committed Nov 13, 2024
1 parent ba3f1e5 commit 84c9358
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The current version supports .NET 9

``` yaml
- name: SonarScanner for .NET 9 with pull request decoration support
uses: highbyte/[email protected]-beta6
uses: highbyte/[email protected]
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -37,7 +37,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 9 with pull request decoration support
uses: highbyte/[email protected]-beta6
uses: highbyte/[email protected]
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -60,7 +60,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 9 with pull request decoration support
uses: highbyte/[email protected]-beta6
uses: highbyte/[email protected]
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -84,7 +84,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 9 with pull request decoration support
uses: highbyte/[email protected]-beta6
uses: highbyte/[email protected]
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -104,7 +104,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 9 with pull request decoration support
uses: highbyte/[email protected]-beta6
uses: highbyte/[email protected]
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -126,7 +126,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 9 with pull request decoration support
uses: highbyte/[email protected]-beta6
uses: highbyte/[email protected]
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand Down Expand Up @@ -192,7 +192,7 @@ If the SonarQube/SonarCloud dashboard shows a warning message in the top right (
it can be fixed by modifying the Git checkout action fetch-depth parameter:

``` yaml
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: '0'
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ inputs:

runs:
using: "docker"
image: "docker://ghcr.io/highbyte/sonarscan-dotnet:v2.4.0-beta6"
image: "docker://ghcr.io/highbyte/sonarscan-dotnet:v2.4.0"

branding:
icon: 'check-square'
Expand Down

0 comments on commit 84c9358

Please sign in to comment.