Skip to content

Commit

Permalink
Update sonarcloud.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theslash84 authored Mar 26, 2024
1 parent 3ec7d29 commit 6a90f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1' # Replace with the .NET version used in your Azure Functions project
dotnet-version: '3.1' # **Replace with the .NET version used in your Azure Functions project

- name: Install SonarScanner for .NET
run: dotnet tool install --global dotnet-sonarscanner
Expand Down

0 comments on commit 6a90f53

Please sign in to comment.