Skip to content

Commit 4ba4dfe

Browse files
Update sonar.yml
1 parent eeeab40 commit 4ba4dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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
2525
- name: Setup .NET 8
26-
uses: actions/setup-dotnet@v1.9.0
26+
uses: actions/setup-dotnet@v4.3.1
2727
with:
2828
dotnet-version: 8.0.x
2929
- name: Setup java

0 commit comments

Comments
 (0)