From 56429a6d0aa732ca2931d29831f53c1646a683a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 14:11:49 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/PR_build_extension.yml | 2 +- .github/workflows/bump_prisma.yml | 4 ++-- .github/workflows/check_for_prisma_update.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/continuous-integration.yml | 2 +- .../workflows/e2e_check_for_new_published_vsix.yml | 2 +- .github/workflows/e2e_published_vsix.yml | 4 ++-- .github/workflows/release.yml | 12 ++++++------ .github/workflows/update-api-types.yml | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/PR_build_extension.yml b/.github/workflows/PR_build_extension.yml index 4aa1ee2dab..b483036474 100644 --- a/.github/workflows/PR_build_extension.yml +++ b/.github/workflows/PR_build_extension.yml @@ -24,7 +24,7 @@ jobs: outputs: tag_name: ${{ steps.names.outputs.tag_name }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: ref: ${{ github.event.inputs.branch }} - name: Install pnpm diff --git a/.github/workflows/bump_prisma.yml b/.github/workflows/bump_prisma.yml index 661b6419ad..e40130196e 100644 --- a/.github/workflows/bump_prisma.yml +++ b/.github/workflows/bump_prisma.yml @@ -58,7 +58,7 @@ jobs: ;; esac echo "ref=$REF" >> "$GITHUB_OUTPUT" - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: ref: ${{ steps.validate.outputs.ref }} persist-credentials: false @@ -95,7 +95,7 @@ jobs: REF: ${{ needs.pin.outputs.ref }} PRISMA_VERSION: ${{ inputs.prisma_version }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: ref: ${{ needs.pin.outputs.ref }} token: ${{ secrets.PRISMA_BOT_TOKEN }} diff --git a/.github/workflows/check_for_prisma_update.yml b/.github/workflows/check_for_prisma_update.yml index 758dda697d..b209d29fdf 100644 --- a/.github/workflows/check_for_prisma_update.yml +++ b/.github/workflows/check_for_prisma_update.yml @@ -36,7 +36,7 @@ jobs: latest_version: ${{ steps.check_update.outputs.latest_version }} patch_dev_version: ${{ steps.check_update.outputs.patch-dev_version }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: ref: main persist-credentials: false @@ -64,7 +64,7 @@ jobs: LATEST_VERSION: ${{ needs.check.outputs.latest_version }} PATCH_DEV_VERSION: ${{ needs.check.outputs.patch_dev_version }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: ref: main token: ${{ secrets.PRISMA_BOT_TOKEN }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 60c428edda..3eeff51fa4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: language: ['javascript'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index a139943e19..809b4a3b6c 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -36,7 +36,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Install pnpm uses: pnpm/action-setup@v4 - name: Use Node.js diff --git a/.github/workflows/e2e_check_for_new_published_vsix.yml b/.github/workflows/e2e_check_for_new_published_vsix.yml index 8691eeb7f8..0b92789d77 100644 --- a/.github/workflows/e2e_check_for_new_published_vsix.yml +++ b/.github/workflows/e2e_check_for_new_published_vsix.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: token: ${{ secrets.PRISMA_BOT_TOKEN }} - name: Install pnpm diff --git a/.github/workflows/e2e_published_vsix.yml b/.github/workflows/e2e_published_vsix.yml index 55bc6383c1..de67d076f4 100644 --- a/.github/workflows/e2e_published_vsix.yml +++ b/.github/workflows/e2e_published_vsix.yml @@ -28,7 +28,7 @@ jobs: outputs: installed-extension: ${{ steps.install.outputs.installed-extension }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: token: ${{ secrets.PRISMA_BOT_TOKEN }} - name: Install pnpm @@ -56,7 +56,7 @@ jobs: needs: [test] if: always() steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: token: ${{ secrets.PRISMA_BOT_TOKEN }} - name: echo new version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab1e025e70..61023c52b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,7 +98,7 @@ jobs: echo "channel=$CHANNEL" echo "ref=$REF" } >> "$GITHUB_OUTPUT" - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: ref: ${{ steps.params.outputs.ref }} fetch-depth: 0 # all branches and tags: the next version is derived from release tags @@ -131,7 +131,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: ref: ${{ needs.plan.outputs.sha }} persist-credentials: false @@ -168,7 +168,7 @@ jobs: VERSION: ${{ needs.plan.outputs.version }} LS_NPM_TAG: ${{ needs.plan.outputs.ls_npm_tag }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: ref: ${{ needs.plan.outputs.sha }} persist-credentials: false @@ -201,7 +201,7 @@ jobs: VERSION: ${{ needs.plan.outputs.version }} ASSET_FILE: ${{ needs.plan.outputs.asset_name }}-${{ needs.plan.outputs.version }}.vsix steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: ref: ${{ needs.plan.outputs.sha }} persist-credentials: false @@ -265,7 +265,7 @@ jobs: env: ASSET_FILE: ${{ needs.plan.outputs.asset_name }}-${{ needs.plan.outputs.version }}.vsix steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: ref: ${{ needs.plan.outputs.sha }} persist-credentials: false @@ -295,7 +295,7 @@ jobs: env: ASSET_FILE: ${{ needs.plan.outputs.asset_name }}-${{ needs.plan.outputs.version }}.vsix steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: ref: ${{ needs.plan.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/update-api-types.yml b/.github/workflows/update-api-types.yml index 9580ee3087..07ef677862 100644 --- a/.github/workflows/update-api-types.yml +++ b/.github/workflows/update-api-types.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: token: ${{ secrets.PRISMA_BOT_TOKEN }}