Skip to content

Commit cbba6b8

Browse files
Updating Sonar Github action
1 parent 4998e18 commit cbba6b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sonar.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
github.event.pull_request.head.repo.full_name == github.repository ||
2323
github.event_name != 'pull_request_target') }}
2424
run: echo "Unsecure PR, must be labelled with the 'safe' label, then run the workflow again" && exit 1
25-
- name: Setup .NET Core
26-
uses: actions/setup-dotnet@v1
25+
- name: Setup .NET 5
26+
uses: actions/setup-dotnet@v1.9.0
2727
with:
28-
dotnet-version: 2.1.700
28+
dotnet-version: 5.0.x
2929
- name: Setup java
3030
uses: actions/setup-java@v1
3131
with:

0 commit comments

Comments
 (0)