We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4998e18 commit cbba6b8Copy full SHA for cbba6b8
.github/workflows/sonar.yml
@@ -22,10 +22,10 @@ jobs:
22
github.event.pull_request.head.repo.full_name == github.repository ||
23
github.event_name != 'pull_request_target') }}
24
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
+ - name: Setup .NET 5
+ uses: actions/setup-dotnet@v1.9.0
27
with:
28
- dotnet-version: 2.1.700
+ dotnet-version: 5.0.x
29
- name: Setup java
30
uses: actions/setup-java@v1
31
0 commit comments