From 859b79aaf2f922fa3324581ce1e9263ab2e8d4cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 12:44:45 +0000 Subject: [PATCH] Bump actions/checkout from 3.6.0 to 4.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.0. - [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...8ade135a41bc03ea155e62e844d188df1ea18608) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/actions_ci.yml | 4 ++-- .github/workflows/alpha.yml | 8 ++++---- .github/workflows/beta.yml | 8 ++++---- .github/workflows/cli_ci.yml | 6 +++--- .github/workflows/integration_tests_app_ci.yml | 10 +++++----- .github/workflows/licence.yml | 2 +- .github/workflows/safe_app_ci.yml | 8 ++++---- .github/workflows/stable.yml | 8 ++++---- .github/workflows/unsafe_app_ci.yml | 4 ++-- 9 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/workflows/actions_ci.yml b/.github/workflows/actions_ci.yml index 0c764ccc6..5650966bb 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - uses: AurorNZ/paths-filter@7c547bdd24124b0d69e07c96b62fd7fec5ced19a id: filter with: @@ -73,7 +73,7 @@ jobs: runs-on: ubuntu-22.04 if: ${{ needs.changes.outputs.changesFound == 'true' }} steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Install Prettier run: npm install --global prettier@3.0.1 diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index a899c2a8c..9cc520112 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -64,7 +64,7 @@ jobs: deploy-alpha-web-app: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Set Flutter version from FVM config file to environment variables uses: kuhnroyal/flutter-fvm-config-action@6ffa30473b346f7d7c63cf9e03e6a886f940a72b @@ -104,7 +104,7 @@ jobs: deploy-alpha-android-app: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Set Flutter version from FVM config file to environment variables uses: kuhnroyal/flutter-fvm-config-action@6ffa30473b346f7d7c63cf9e03e6a886f940a72b @@ -209,7 +209,7 @@ jobs: runs-on: macos-13 timeout-minutes: 120 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.45.1 @@ -276,7 +276,7 @@ jobs: runs-on: macos-13 timeout-minutes: 60 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.45.1 diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 8fcd2c07d..838b2bec1 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.45.1 @@ -116,7 +116,7 @@ jobs: if: github.event.inputs.deploy-web-app == 'true' runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Set Flutter version from FVM config file to environment variables uses: kuhnroyal/flutter-fvm-config-action@6ffa30473b346f7d7c63cf9e03e6a886f940a72b @@ -160,7 +160,7 @@ jobs: runs-on: ubuntu-22.04 timeout-minutes: 120 steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.45.1 @@ -227,7 +227,7 @@ jobs: runs-on: macos-13 timeout-minutes: 60 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.45.1 diff --git a/.github/workflows/cli_ci.yml b/.github/workflows/cli_ci.yml index 61f669ef8..f5f244f8e 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - uses: AurorNZ/paths-filter@7c547bdd24124b0d69e07c96b62fd7fec5ced19a 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Set Flutter version from FVM config file to environment variables uses: kuhnroyal/flutter-fvm-config-action@6ffa30473b346f7d7c63cf9e03e6a886f940a72b @@ -132,7 +132,7 @@ jobs: runs-on: ubuntu-22.04 if: ${{ needs.changes.outputs.changesFound == 'true' }} steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Set Flutter version from FVM config file to environment variables uses: kuhnroyal/flutter-fvm-config-action@6ffa30473b346f7d7c63cf9e03e6a886f940a72b diff --git a/.github/workflows/integration_tests_app_ci.yml b/.github/workflows/integration_tests_app_ci.yml index 26f8e51e7..5ec32c0f0 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - uses: AurorNZ/paths-filter@7c547bdd24124b0d69e07c96b62fd7fec5ced19a id: filter with: @@ -82,7 +82,7 @@ jobs: working-directory: app/android timeout-minutes: 90 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # Java is needed for building the APK, see # https://github.com/marketplace/actions/flutter-action. @@ -180,7 +180,7 @@ jobs: if: ${{ needs.changes.outputs.changesFound == 'true' }} timeout-minutes: 60 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Set Flutter version from FVM config file to environment variables uses: kuhnroyal/flutter-fvm-config-action@6ffa30473b346f7d7c63cf9e03e6a886f940a72b @@ -240,7 +240,7 @@ jobs: if: ${{ needs.changes.outputs.changesFound == 'true' }} timeout-minutes: 30 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Set Flutter version from FVM config file to environment variables uses: kuhnroyal/flutter-fvm-config-action@6ffa30473b346f7d7c63cf9e03e6a886f940a72b @@ -293,7 +293,7 @@ jobs: run: working-directory: app steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.45.1 diff --git a/.github/workflows/licence.yml b/.github/workflows/licence.yml index ac4971b70..3c7a88225 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - uses: actions/setup-go@bfd2fb341f32be7281829126376a12a780ca79fc with: go-version: "^1.13.1" diff --git a/.github/workflows/safe_app_ci.yml b/.github/workflows/safe_app_ci.yml index 6c7c2197c..367055178 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - uses: AurorNZ/paths-filter@7c547bdd24124b0d69e07c96b62fd7fec5ced19a 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Set Flutter version from FVM config file to environment variables uses: kuhnroyal/flutter-fvm-config-action@6ffa30473b346f7d7c63cf9e03e6a886f940a72b @@ -147,7 +147,7 @@ jobs: if: ${{ needs.changes.outputs.changesFound == 'true' }} runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Set Flutter version from FVM config file to environment variables uses: kuhnroyal/flutter-fvm-config-action@6ffa30473b346f7d7c63cf9e03e6a886f940a72b @@ -185,7 +185,7 @@ jobs: if: ${{ needs.changes.outputs.changesFound == 'true' }} runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Set Flutter version from FVM config file to environment variables uses: kuhnroyal/flutter-fvm-config-action@6ffa30473b346f7d7c63cf9e03e6a886f940a72b diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index 0ebf5a943..4b923a479 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.45.1 @@ -117,7 +117,7 @@ jobs: if: github.event.inputs.deploy-web-app == 'true' runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Set Flutter version from FVM config file to environment variables uses: kuhnroyal/flutter-fvm-config-action@6ffa30473b346f7d7c63cf9e03e6a886f940a72b @@ -162,7 +162,7 @@ jobs: runs-on: ubuntu-22.04 timeout-minutes: 120 steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.45.1 @@ -229,7 +229,7 @@ jobs: runs-on: macos-13 timeout-minutes: 60 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.45.1 diff --git a/.github/workflows/unsafe_app_ci.yml b/.github/workflows/unsafe_app_ci.yml index e1b157fdc..59cd93847 100644 --- a/.github/workflows/unsafe_app_ci.yml +++ b/.github/workflows/unsafe_app_ci.yml @@ -78,7 +78,7 @@ jobs: outputs: changesFound: ${{ steps.filter.outputs.changesFound }} steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: # Because we are using the "pull_request_target" event, we need to # checkout the PR head commit instead of the merge commit. @@ -137,7 +137,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@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: # Because we are using the "pull_request_target" event, we need to # checkout the PR head commit instead of the merge commit.