diff --git a/.github/workflows/actions_ci.yml b/.github/workflows/actions_ci.yml index e37cba591..a031c5978 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Install Prettier run: npm install --global prettier@3.0.1 diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 715353809..33cd50b69 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.39.1 @@ -286,7 +286,7 @@ jobs: runs-on: macos-13 timeout-minutes: 120 steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.39.1 - name: Setup signing diff --git a/.github/workflows/cli_ci.yml b/.github/workflows/cli_ci.yml index a986f74c1..f5ba7b6c1 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - 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 8fb028d23..321afd01a 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: AurorNZ/paths-filter@7c547bdd24124b0d69e07c96b62fd7fec5ced19a id: filter with: @@ -80,7 +80,7 @@ jobs: working-directory: app/android timeout-minutes: 90 steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # Java is needed for building the APK, see # https://github.com/marketplace/actions/flutter-action. @@ -173,7 +173,7 @@ jobs: if: ${{ needs.changes.outputs.changesFound == 'true' }} timeout-minutes: 45 steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Set Flutter version from FVM config file to environment variables uses: kuhnroyal/flutter-fvm-config-action@6ffa30473b346f7d7c63cf9e03e6a886f940a72b @@ -235,7 +235,7 @@ jobs: run: working-directory: app steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.39.1 diff --git a/.github/workflows/licence.yml b/.github/workflows/licence.yml index 18890c7f9..5fe5d73b9 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: actions/setup-go@883490dfd06f396ebe0b738bc313a53cf9d851e5 with: go-version: "^1.13.1" diff --git a/.github/workflows/safe_app_ci.yml b/.github/workflows/safe_app_ci.yml index a9f3aa619..32d110c49 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: AurorNZ/paths-filter@7c547bdd24124b0d69e07c96b62fd7fec5ced19a 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Set Flutter version from FVM config file to environment variables uses: kuhnroyal/flutter-fvm-config-action@6ffa30473b346f7d7c63cf9e03e6a886f940a72b @@ -146,7 +146,7 @@ jobs: if: ${{ needs.changes.outputs.changesFound == 'true' }} runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - 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 640287827..23b86eefd 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -44,7 +44,7 @@ jobs: runs-on: macos-13 timeout-minutes: 120 steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Install Codemagic CLI Tools run: pip3 install codemagic-cli-tools==0.39.1 @@ -107,7 +107,7 @@ jobs: if: github.event.inputs.deploy-web-app == 'true' runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Set Flutter version from FVM config file to environment variables uses: kuhnroyal/flutter-fvm-config-action@6ffa30473b346f7d7c63cf9e03e6a886f940a72b diff --git a/.github/workflows/unsafe_app_ci.yml b/.github/workflows/unsafe_app_ci.yml index 5d92f04e1..4199def25 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: # Because we are using the "pull_request_target" event, we need to # checkout the PR head commit instead of the merge commit. @@ -136,7 +136,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@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: # Because we are using the "pull_request_target" event, we need to # checkout the PR head commit instead of the merge commit.