From 1fdd7ce9255226175a88db709676adc24bdb9c5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 23:45:33 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.2.2 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.2...3d3c42e5aac5ba805825da76410c181273ba90b1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-release-images.yml | 4 ++-- .github/workflows/quality-gate.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-release-images.yml b/.github/workflows/publish-release-images.yml index 38f5984..bb57993 100644 --- a/.github/workflows/publish-release-images.yml +++ b/.github/workflows/publish-release-images.yml @@ -59,7 +59,7 @@ jobs: matrix: ${{ steps.release.outputs.matrix }} steps: - name: Check out release source - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: ${{ inputs.release_tag }} fetch-depth: 0 @@ -114,7 +114,7 @@ jobs: matrix: ${{ fromJSON(needs.prepare.outputs.matrix) }} steps: - name: Check out release source - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: ${{ needs.prepare.outputs.revision }} diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index 0beca38..c64fc2b 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -41,7 +41,7 @@ jobs: VITE_API_BASE_URL: http://localhost:3000 steps: - name: Check out repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Lint GitHub workflows run: >- @@ -89,7 +89,7 @@ jobs: timeout-minutes: 15 steps: - name: Check out repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Set up pnpm uses: pnpm/setup@84cb39b217b10273981911c288cd62326dc7c6d2 # v2