From 3b7d31a502477ddbe129ad236d53049fe00a66f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:24:25 +0000 Subject: [PATCH] ci(deps): bump actions/checkout from 4.2.0 to 4.2.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.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/d632683dd7b4114ad314bca15554477dd762a938...eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-upload.yml | 14 +++++++------- .github/workflows/create-release.yml | 2 +- .github/workflows/danger.yml | 2 +- .github/workflows/manual-translation-update.yml | 2 +- .github/workflows/pod_lint.yml | 2 +- .github/workflows/post-release-merge.yml | 4 ++-- .github/workflows/test-and-code-quality.yml | 6 +++--- .github/workflows/ui-tests.yml | 8 ++++---- .github/workflows/xcode-versions-build.yml | 4 ++-- 9 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/build-test-upload.yml b/.github/workflows/build-test-upload.yml index 83cc8fa34..39231b125 100644 --- a/.github/workflows/build-test-upload.yml +++ b/.github/workflows/build-test-upload.yml @@ -21,7 +21,7 @@ jobs: with: access_token: ${{ github.token }} - name: Git - Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: ${{ github.ref }} - name: Run SDK tests @@ -54,7 +54,7 @@ jobs: with: access_token: ${{ github.token }} - name: Git - Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: ${{ github.ref }} - name: Run SDK tests @@ -81,7 +81,7 @@ jobs: with: access_token: ${{ github.token }} - name: Git - Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: ${{ github.ref }} - name: Run debug app tests @@ -109,7 +109,7 @@ jobs: with: access_token: ${{ github.token }} - name: Git - Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: ${{ github.ref }} - name: Select Xcode Version @@ -148,7 +148,7 @@ jobs: name: SonarCloud runs-on: macos-13 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: SonarCloud Scan @@ -177,7 +177,7 @@ jobs: with: access_token: ${{ github.token }} - name: Git - Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: ${{ github.ref }} - uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0 @@ -228,7 +228,7 @@ jobs: with: access_token: ${{ github.token }} - name: Git - Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: ${{ github.ref }} - name: Upload preview to Appetize diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 72716ea60..5431b7d0c 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -19,7 +19,7 @@ jobs: name: "Bump release version and create changelog" steps: - name: Check out repo - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: fetch-depth: 0 token: ${{ secrets.RELEASE_ACCESS_TOKEN }} diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index efe3cb92d..f86c6eab3 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest name: "Run Danger" steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Danger uses: docker://ghcr.io/danger/danger-swift-with-swiftlint@sha256:ed07386a85f1328619b49e3cfd737ffce351fcd2620d858cfc997d7e3e401b59 #v3.15.0 with: diff --git a/.github/workflows/manual-translation-update.yml b/.github/workflows/manual-translation-update.yml index 3a5423daf..003197b80 100644 --- a/.github/workflows/manual-translation-update.yml +++ b/.github/workflows/manual-translation-update.yml @@ -14,7 +14,7 @@ jobs: name: "Download latest translations from Phrase.com and make a PR." steps: - name: Check out repo - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: fetch-depth: 0 token: ${{ secrets.RELEASE_ACCESS_TOKEN }} diff --git a/.github/workflows/pod_lint.yml b/.github/workflows/pod_lint.yml index c99a731a5..b52c5bbcc 100644 --- a/.github/workflows/pod_lint.yml +++ b/.github/workflows/pod_lint.yml @@ -21,7 +21,7 @@ jobs: uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # v0.12.1 with: access_token: ${{ github.token }} - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0 with: ruby-version: "3.2" diff --git a/.github/workflows/post-release-merge.yml b/.github/workflows/post-release-merge.yml index a9e9eba55..12e3fb127 100644 --- a/.github/workflows/post-release-merge.yml +++ b/.github/workflows/post-release-merge.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Git - Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: ${{ github.event.pull_request.head.sha }} token: ${{ secrets.RELEASE_ACCESS_TOKEN }} @@ -46,7 +46,7 @@ jobs: with: access_token: ${{ github.token }} - name: Git - Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: ${{ github.ref }} - name: Upload preview to Appetize diff --git a/.github/workflows/test-and-code-quality.yml b/.github/workflows/test-and-code-quality.yml index 7a6fe6aff..d0ee5fb7d 100644 --- a/.github/workflows/test-and-code-quality.yml +++ b/.github/workflows/test-and-code-quality.yml @@ -21,7 +21,7 @@ jobs: with: access_token: ${{ github.token }} - name: Git - Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: ${{ github.ref }} - name: Run unit tests @@ -53,7 +53,7 @@ jobs: with: access_token: ${{ github.token }} - name: Git - Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: ${{ github.ref }} - name: Run SDK tests @@ -78,7 +78,7 @@ jobs: runs-on: macos-13-large name: SonarCloud steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: SonarCloud Scan diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 62deaf17a..cfa9a91a4 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -30,7 +30,7 @@ jobs: with: access_token: ${{ github.token }} - name: Git - Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: ${{ github.ref }} - name: Upload preview to Appetize @@ -64,7 +64,7 @@ jobs: access_token: ${{ github.token }} - name: Git - Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: ${{ github.ref }} @@ -133,7 +133,7 @@ jobs: - "E2E" steps: - name: Git - Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: ${{ github.ref }} sparse-checkout: .github @@ -157,7 +157,7 @@ jobs: if: ${{ inputs.testType != '' }} steps: - name: Git - Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: ${{ github.ref }} sparse-checkout: .github diff --git a/.github/workflows/xcode-versions-build.yml b/.github/workflows/xcode-versions-build.yml index d6b474e60..bf3589886 100644 --- a/.github/workflows/xcode-versions-build.yml +++ b/.github/workflows/xcode-versions-build.yml @@ -22,7 +22,7 @@ jobs: - 14.3.1 steps: - name: Git - Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: ${{ github.ref }} - name: Select Xcode Version @@ -89,7 +89,7 @@ jobs: runs-on: macos-latest steps: - name: Git - Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: ${{ github.ref }} - name: Setup node