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 eeeab40 commit 4ba4dfeCopy full SHA for 4ba4dfe
.github/workflows/sonar.yml
@@ -23,7 +23,7 @@ jobs:
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 8
26
- uses: actions/setup-dotnet@v1.9.0
+ uses: actions/setup-dotnet@v4.3.1
27
with:
28
dotnet-version: 8.0.x
29
- name: Setup java
0 commit comments