From c224bae62705ce36c187d7f8a3fd8147d880800a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:59:07 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/go-build.yml | 2 +- .github/workflows/sonarqube.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index 583280c..5342d65 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -6,7 +6,7 @@ jobs: go-build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-go@v3 with: go-version: '1.16.1' diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index d3b92e3..efc20d8 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -11,7 +11,7 @@ jobs: name: SonarCloud runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: SonarCloud Scan