From 8f0539282764e9be62a966d96ce883f75010ae40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:07:21 +0200 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.1.2 (#1439) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
Release notes

Sourced from actions/checkout's releases.

v4.1.2

We are investigating the following issue with this release and have rolled-back the v4 tag to point to v4.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v4.1.1...v4.1.2

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.1.1&new-version=4.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/actions_ci.yml | 4 ++-- .github/workflows/alpha.yml | 8 ++++---- .github/workflows/beta.yml | 8 ++++---- .github/workflows/cli_ci.yml | 6 +++--- .github/workflows/console_cd.yml | 2 +- .github/workflows/docs_cd.yml | 2 +- .github/workflows/integration_tests_app_ci.yml | 10 +++++----- .github/workflows/licence.yml | 4 ++-- .github/workflows/safe_app_ci.yml | 10 +++++----- .github/workflows/safe_console_ci.yml | 4 ++-- .github/workflows/safe_docs_ci.yml | 4 ++-- .github/workflows/safe_website_ci.yml | 4 ++-- .github/workflows/stable.yml | 8 ++++---- .github/workflows/unsafe_app_ci.yml | 4 ++-- .github/workflows/unsafe_console_ci.yml | 4 ++-- .github/workflows/unsafe_docs_ci.yml | 4 ++-- .github/workflows/unsafe_website_ci.yml | 4 ++-- .github/workflows/website_cd.yml | 2 +- 18 files changed, 46 insertions(+), 46 deletions(-) diff --git a/.github/workflows/actions_ci.yml b/.github/workflows/actions_ci.yml index f8ba70c61..8ca5c3ae8 100644 --- a/.github/workflows/actions_ci.yml +++ b/.github/workflows/actions_ci.yml @@ -60,7 +60,7 @@ jobs: outputs: changesFound: ${{ steps.filter.outputs.changesFound }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - uses: AurorNZ/paths-filter@3b1f3abc3371cca888d8eb03dfa70bc8a9867629 id: filter with: @@ -73,7 +73,7 @@ jobs: runs-on: ubuntu-22.04 if: ${{ needs.changes.outputs.changesFound == 'true' }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Install Prettier run: npm install --global prettier@3.0.1 diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index cedd0e800..a61fc611f 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -71,7 +71,7 @@ jobs: - flavor: dev serviceAccountSecret: FIREBASE_SERVICE_ACCOUNT_SHAREZONE_DEBUG steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Set Flutter version from FVM config file to environment variables id: fvm-config-action @@ -105,7 +105,7 @@ jobs: deploy-alpha-android-app: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Set Flutter version from FVM config file to environment variables id: fvm-config-action @@ -205,7 +205,7 @@ jobs: runs-on: macos-13 timeout-minutes: 120 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.50.3 @@ -264,7 +264,7 @@ jobs: runs-on: macos-13 timeout-minutes: 60 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.50.3 diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 7e4ec5154..c47eed50e 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -66,7 +66,7 @@ jobs: runs-on: macos-13 timeout-minutes: 120 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.50.3 @@ -117,7 +117,7 @@ jobs: - flavor: dev serviceAccountSecret: FIREBASE_SERVICE_ACCOUNT_SHAREZONE_DEBUG steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Set Flutter version from FVM config file to environment variables id: fvm-config-action @@ -154,7 +154,7 @@ jobs: runs-on: ubuntu-22.04 timeout-minutes: 120 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.50.3 @@ -213,7 +213,7 @@ jobs: runs-on: macos-13 timeout-minutes: 60 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.50.3 diff --git a/.github/workflows/cli_ci.yml b/.github/workflows/cli_ci.yml index 7ff062154..079a2dbee 100644 --- a/.github/workflows/cli_ci.yml +++ b/.github/workflows/cli_ci.yml @@ -50,7 +50,7 @@ jobs: outputs: changesFound: ${{ steps.filter.outputs.changesFound }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - uses: AurorNZ/paths-filter@3b1f3abc3371cca888d8eb03dfa70bc8a9867629 id: filter with: @@ -81,7 +81,7 @@ jobs: # In this case the analyze pipeline would fail, thus we won't run it. if: ${{ github.event.pull_request.draft == false && needs.changes.outputs.changesFound == 'true' }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Set Flutter version from FVM config file to environment variables id: fvm-config-action @@ -116,7 +116,7 @@ jobs: runs-on: ubuntu-22.04 if: ${{ needs.changes.outputs.changesFound == 'true' }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Set Flutter version from FVM config file to environment variables id: fvm-config-action diff --git a/.github/workflows/console_cd.yml b/.github/workflows/console_cd.yml index 57a30ca49..3bd856800 100644 --- a/.github/workflows/console_cd.yml +++ b/.github/workflows/console_cd.yml @@ -75,7 +75,7 @@ jobs: projectId: sharezone-c2bd8 serviceAccountSecret: FIREBASE_HOSTING_PROD_KEY steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Set Flutter version from FVM config file to environment variables id: fvm-config-action diff --git a/.github/workflows/docs_cd.yml b/.github/workflows/docs_cd.yml index e0118820d..2867be961 100644 --- a/.github/workflows/docs_cd.yml +++ b/.github/workflows/docs_cd.yml @@ -54,7 +54,7 @@ jobs: projectId: sharezone-c2bd8 serviceAccountSecret: FIREBASE_HOSTING_PROD_KEY steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Install dependencies run: npm install -C docs diff --git a/.github/workflows/integration_tests_app_ci.yml b/.github/workflows/integration_tests_app_ci.yml index 032e1d372..c0afd070c 100644 --- a/.github/workflows/integration_tests_app_ci.yml +++ b/.github/workflows/integration_tests_app_ci.yml @@ -43,7 +43,7 @@ jobs: outputs: changesFound: ${{ steps.filter.outputs.changesFound }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - uses: AurorNZ/paths-filter@3b1f3abc3371cca888d8eb03dfa70bc8a9867629 id: filter with: @@ -82,7 +82,7 @@ jobs: working-directory: app timeout-minutes: 90 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # Java is needed for building the APK, see # https://github.com/marketplace/actions/flutter-action. @@ -179,7 +179,7 @@ jobs: if: ${{ needs.changes.outputs.changesFound == 'true' }} timeout-minutes: 60 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Set Flutter version from FVM config file to environment variables id: fvm-config-action @@ -231,7 +231,7 @@ jobs: if: ${{ needs.changes.outputs.changesFound == 'true' }} timeout-minutes: 30 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Set Flutter version from FVM config file to environment variables id: fvm-config-action @@ -276,7 +276,7 @@ jobs: run: working-directory: app steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.50.3 diff --git a/.github/workflows/licence.yml b/.github/workflows/licence.yml index 4b19b41b9..ab595218a 100644 --- a/.github/workflows/licence.yml +++ b/.github/workflows/licence.yml @@ -29,7 +29,7 @@ jobs: check-files-licence-headers: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: "^1.13.1" @@ -39,7 +39,7 @@ jobs: check-dependency-licenses: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Set Flutter version from FVM config file to environment variables id: fvm-config-action diff --git a/.github/workflows/safe_app_ci.yml b/.github/workflows/safe_app_ci.yml index c1830dc73..80299bdde 100644 --- a/.github/workflows/safe_app_ci.yml +++ b/.github/workflows/safe_app_ci.yml @@ -64,7 +64,7 @@ jobs: outputs: changesFound: ${{ steps.filter.outputs.changesFound }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - uses: AurorNZ/paths-filter@3b1f3abc3371cca888d8eb03dfa70bc8a9867629 id: filter with: @@ -98,7 +98,7 @@ jobs: # In this case the analyze pipeline would fail, thus we won't run it. if: ${{ github.event.pull_request.draft == false && needs.changes.outputs.changesFound == 'true' }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Set Flutter version from FVM config file to environment variables id: fvm-config-action @@ -127,7 +127,7 @@ jobs: if: ${{ needs.changes.outputs.changesFound == 'true' }} runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Set Flutter version from FVM config file to environment variables id: fvm-config-action @@ -162,7 +162,7 @@ jobs: # require macOS arm64. Therefore, we need to use macos-14. runs-on: macos-14 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Set Flutter version from FVM config file to environment variables id: fvm-config-action @@ -209,7 +209,7 @@ jobs: if: ${{ needs.changes.outputs.changesFound == 'true' }} runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Set Flutter version from FVM config file to environment variables id: fvm-config-action diff --git a/.github/workflows/safe_console_ci.yml b/.github/workflows/safe_console_ci.yml index 5e7958cd2..ce5af99ba 100644 --- a/.github/workflows/safe_console_ci.yml +++ b/.github/workflows/safe_console_ci.yml @@ -64,7 +64,7 @@ jobs: outputs: changesFound: ${{ steps.filter.outputs.changesFound }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - uses: AurorNZ/paths-filter@3b1f3abc3371cca888d8eb03dfa70bc8a9867629 id: filter with: @@ -97,7 +97,7 @@ jobs: # In this case the analyze pipeline would fail, thus we won't run it. if: ${{ github.event.pull_request.draft == false && needs.changes.outputs.changesFound == 'true' }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Set Flutter version from FVM config file to environment variables id: fvm-config-action diff --git a/.github/workflows/safe_docs_ci.yml b/.github/workflows/safe_docs_ci.yml index 6b6453c8f..71d9e7316 100644 --- a/.github/workflows/safe_docs_ci.yml +++ b/.github/workflows/safe_docs_ci.yml @@ -63,7 +63,7 @@ jobs: outputs: changesFound: ${{ steps.filter.outputs.changesFound }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - uses: AurorNZ/paths-filter@3b1f3abc3371cca888d8eb03dfa70bc8a9867629 id: filter with: @@ -81,7 +81,7 @@ jobs: if: ${{ needs.changes.outputs.changesFound == 'true'}} runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Install Prettier run: npm install --global prettier@3.0.1 diff --git a/.github/workflows/safe_website_ci.yml b/.github/workflows/safe_website_ci.yml index aae25f163..20664a045 100644 --- a/.github/workflows/safe_website_ci.yml +++ b/.github/workflows/safe_website_ci.yml @@ -64,7 +64,7 @@ jobs: outputs: changesFound: ${{ steps.filter.outputs.changesFound }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - uses: AurorNZ/paths-filter@3b1f3abc3371cca888d8eb03dfa70bc8a9867629 id: filter with: @@ -97,7 +97,7 @@ jobs: # In this case the analyze pipeline would fail, thus we won't run it. if: ${{ github.event.pull_request.draft == false && needs.changes.outputs.changesFound == 'true' }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Set Flutter version from FVM config file to environment variables id: fvm-config-action diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index df9cb391a..c54966b8a 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -66,7 +66,7 @@ jobs: runs-on: macos-13 timeout-minutes: 120 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.50.3 @@ -118,7 +118,7 @@ jobs: - flavor: dev serviceAccountSecret: FIREBASE_SERVICE_ACCOUNT_SHAREZONE_DEBUG steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Set Flutter version from FVM config file to environment variables id: fvm-config-action @@ -156,7 +156,7 @@ jobs: runs-on: ubuntu-22.04 timeout-minutes: 120 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.50.3 @@ -215,7 +215,7 @@ jobs: runs-on: macos-13 timeout-minutes: 60 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.50.3 diff --git a/.github/workflows/unsafe_app_ci.yml b/.github/workflows/unsafe_app_ci.yml index e3adab3b4..4c82aae10 100644 --- a/.github/workflows/unsafe_app_ci.yml +++ b/.github/workflows/unsafe_app_ci.yml @@ -81,7 +81,7 @@ jobs: outputs: changesFound: ${{ steps.filter.outputs.changesFound }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: # Because we are using the "pull_request_target" event, we need to # checkout the PR head commit instead of the merge commit. @@ -140,7 +140,7 @@ jobs: - name: Ensure PR has "safe to test" label, if PR is from a fork uses: SharezoneApp/verify-safe-to-test-label@c1059d43fc918756660a700ca6d08e445ff314a2 - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: # Because we are using the "pull_request_target" event, we need to # checkout the PR head commit instead of the merge commit. diff --git a/.github/workflows/unsafe_console_ci.yml b/.github/workflows/unsafe_console_ci.yml index 555e25ff0..53edfe25e 100644 --- a/.github/workflows/unsafe_console_ci.yml +++ b/.github/workflows/unsafe_console_ci.yml @@ -81,7 +81,7 @@ jobs: outputs: changesFound: ${{ steps.filter.outputs.changesFound }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: # Because we are using the "pull_request_target" event, we need to # checkout the PR head commit instead of the merge commit. @@ -139,7 +139,7 @@ jobs: - name: Ensure PR has "safe to test" label, if PR is from a fork uses: SharezoneApp/verify-safe-to-test-label@c1059d43fc918756660a700ca6d08e445ff314a2 - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: # Because we are using the "pull_request_target" event, we need to # checkout the PR head commit instead of the merge commit. diff --git a/.github/workflows/unsafe_docs_ci.yml b/.github/workflows/unsafe_docs_ci.yml index 899ec1a14..4f3e5106f 100644 --- a/.github/workflows/unsafe_docs_ci.yml +++ b/.github/workflows/unsafe_docs_ci.yml @@ -77,7 +77,7 @@ jobs: outputs: changesFound: ${{ steps.filter.outputs.changesFound }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: # Because we are using the "pull_request_target" event, we need to # checkout the PR head commit instead of the merge commit. @@ -119,7 +119,7 @@ jobs: - name: Ensure PR has "safe to test" label, if PR is from a fork uses: SharezoneApp/verify-safe-to-test-label@c1059d43fc918756660a700ca6d08e445ff314a2 - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: # Because we are using the "pull_request_target" event, we need to # checkout the PR head commit instead of the merge commit. diff --git a/.github/workflows/unsafe_website_ci.yml b/.github/workflows/unsafe_website_ci.yml index 8ef1b1391..d51be4853 100644 --- a/.github/workflows/unsafe_website_ci.yml +++ b/.github/workflows/unsafe_website_ci.yml @@ -81,7 +81,7 @@ jobs: outputs: changesFound: ${{ steps.filter.outputs.changesFound }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: # Because we are using the "pull_request_target" event, we need to # checkout the PR head commit instead of the merge commit. @@ -139,7 +139,7 @@ jobs: - name: Ensure PR has "safe to test" label, if PR is from a fork uses: SharezoneApp/verify-safe-to-test-label@c1059d43fc918756660a700ca6d08e445ff314a2 - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: # Because we are using the "pull_request_target" event, we need to # checkout the PR head commit instead of the merge commit. diff --git a/.github/workflows/website_cd.yml b/.github/workflows/website_cd.yml index 742ef5687..5860a07f5 100644 --- a/.github/workflows/website_cd.yml +++ b/.github/workflows/website_cd.yml @@ -75,7 +75,7 @@ jobs: projectId: sharezone-c2bd8 serviceAccountSecret: FIREBASE_HOSTING_PROD_KEY steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Set Flutter version from FVM config file to environment variables id: fvm-config-action