From dedb0c9688053529be2bab7ec4f79a247cda1979 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:04:46 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/generate-sdk.yml | 2 +- .github/workflows/sonar-cloud.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-sdk.yml b/.github/workflows/generate-sdk.yml index 85142a3..99f1b89 100644 --- a/.github/workflows/generate-sdk.yml +++ b/.github/workflows/generate-sdk.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Use Node.js uses: actions/setup-node@v2 diff --git a/.github/workflows/sonar-cloud.yml b/.github/workflows/sonar-cloud.yml index 5892c78..31d6488 100644 --- a/.github/workflows/sonar-cloud.yml +++ b/.github/workflows/sonar-cloud.yml @@ -10,7 +10,7 @@ jobs: name: SonarCloud runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: SonarCloud Scan