From 7bd15dcbfc1e73fb164e77ba8b96d94e72f8775b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 03:30:23 +0000 Subject: [PATCH] Bump actions/checkout from 3.6.0 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.2.2. - [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/v3.6.0...11bd71901bbe5b1630ceea73d27597364c9af683) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cdelivery.yml | 4 ++-- .github/workflows/ci.yml | 2 +- .github/workflows/deployment.yml | 10 +++++----- .github/workflows/pull_request-opened.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cdelivery.yml b/.github/workflows/cdelivery.yml index c159155..250a026 100644 --- a/.github/workflows/cdelivery.yml +++ b/.github/workflows/cdelivery.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone the repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Ensure SHA pinned actions uses: zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4 @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone the repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Draft the release id: release-drafter uses: release-drafter/release-drafter@fe52e97d262833ae07d05efaf1a239df3f1b5cd4 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39272db..226afd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone the repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Setup LCOV uses: hrishikesh-kadam/setup-lcov@6c1aa0cc9e1c02f9f58f01ac599f1064ccc83470 - name: Download code coverage from GitHub diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 7689269..0ebd34c 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone the repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Ensure SHA pinned actions uses: zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4 @@ -35,7 +35,7 @@ jobs: fail-fast: false steps: - name: Clone the repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: path: code - name: Get Flutter version @@ -57,7 +57,7 @@ jobs: cache-name: flutter-cache - name: Clone the Flutter repository if: steps.flutter-cache.outputs.cache-hit != 'true' - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: flutter/flutter ref: ${{ steps.get-flutter-version.outputs.version }} @@ -113,7 +113,7 @@ jobs: if: ${{ !(matrix.file == 'apk' && github.event.release.prerelease) || ((matrix.file == 'aab' || matrix.file == 'ipa') && !github.event.release.prerelease) }} run: exit - name: Clone the repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: path: code - name: Get Flutter version @@ -135,7 +135,7 @@ jobs: cache-name: flutter-cache - name: Clone the Flutter repository if: steps.flutter-cache.outputs.cache-hit != 'true' - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: flutter/flutter ref: ${{ steps.get-flutter-version.outputs.version }} diff --git a/.github/workflows/pull_request-opened.yml b/.github/workflows/pull_request-opened.yml index 100a2d0..0350561 100644 --- a/.github/workflows/pull_request-opened.yml +++ b/.github/workflows/pull_request-opened.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone the repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Ensure SHA pinned actions uses: zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4