From ff23427002bca51d99158db1ab4b52d46a61a0e7 Mon Sep 17 00:00:00 2001 From: Christer C Date: Sun, 18 Feb 2024 14:06:34 +0100 Subject: [PATCH] Update sonarscan-dotnet.yml --- .github/workflows/sonarscan-dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonarscan-dotnet.yml b/.github/workflows/sonarscan-dotnet.yml index 5661761..45958c2 100644 --- a/.github/workflows/sonarscan-dotnet.yml +++ b/.github/workflows/sonarscan-dotnet.yml @@ -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