From 9f83b66d8c9cfe6510b83360b480ea9e3771b7f4 Mon Sep 17 00:00:00 2001 From: rahulfoc1990 Date: Thu, 29 Aug 2024 17:17:37 +0530 Subject: [PATCH] update workflow to actions/checkout@v4 --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 1a7a4788ff..89a6733032 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -18,7 +18,7 @@ jobs: name: Sonarqube_CI runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0