Skip to content

Commit 09770ad

Browse files
Update sonar.yml
Update to .Net 6
1 parent b82522a commit 09770ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar.yml

Lines changed: 2 additions & 2 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 5
25+
- name: Setup .NET 6
2626
uses: actions/[email protected]
2727
with:
28-
dotnet-version: 5.0.x
28+
dotnet-version: 6.0.x
2929
- name: Setup java
3030
uses: actions/setup-java@v1
3131
with:

0 commit comments

Comments
 (0)