From d73a98d6c91ea975981afa62aa729462c1283d6a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Mar 2022 09:51:46 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/main.yml | 4 ++-- .github/workflows/sonarcloud.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7b12831a..4d39c3b1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b73dde57..343379f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Preferable to use the same version as in GAE environment - name: Set Node.js version @@ -90,7 +90,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Preferable to use the same version as in GAE environment - name: Set Node.js version diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index afa8a932..0542af66 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -19,7 +19,7 @@ jobs: if: ${{ !contains(github.event.commits[0].message, '[skip ci]') && !contains(github.event.commits[0].message, '[no ci]') }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: # Shallow clones should be disabled for a better relevancy of analysis # 0 = all history for all branches and tags