Skip to content

Commit

Permalink
Update sonarscan-dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
highbyte authored Feb 18, 2024
1 parent f255546 commit ff23427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarscan-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: sonarscan-dotnet
uses: highbyte/sonarscan-dotnet@1.0.2
uses: highbyte/sonarscan-dotnet@v2.3.1
with:
# The key of the SonarQube project
sonarProjectKey: highbyte_SonarqubeMSTeamsBridge
Expand Down

0 comments on commit ff23427

Please sign in to comment.