From 1c1416f36383cf458d81fc9ed56d70fa3a067d24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 22:02:56 +0000 Subject: [PATCH 1/2] chore(deps): [WPB-9777] bump 1password/install-cli-action from 3 to 4 Bumps [1password/install-cli-action](https://github.com/1password/install-cli-action) from 3 to 4. - [Release notes](https://github.com/1password/install-cli-action/releases) - [Commits](https://github.com/1password/install-cli-action/compare/v3...v4) --- updated-dependencies: - dependency-name: 1password/install-cli-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/generate-baseline-profile.yml | 2 +- .github/workflows/qa-android-critical-flow-tests.yml | 2 +- .github/workflows/qa-android-ui-test-manual-deflake.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate-baseline-profile.yml b/.github/workflows/generate-baseline-profile.yml index 9131fec860..0fbf458165 100644 --- a/.github/workflows/generate-baseline-profile.yml +++ b/.github/workflows/generate-baseline-profile.yml @@ -58,7 +58,7 @@ jobs: uses: android-actions/setup-android@v4 - name: Install 1Password CLI - uses: 1password/install-cli-action@v3 + uses: 1password/install-cli-action@v4 - name: Fetch runtime secrets run: OP_SERVICE_ACCOUNT_TOKEN="${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}" bash scripts/qa_android_ui_tests/execution_setup.sh fetch-runtime-secrets diff --git a/.github/workflows/qa-android-critical-flow-tests.yml b/.github/workflows/qa-android-critical-flow-tests.yml index 456567db10..3168e49831 100644 --- a/.github/workflows/qa-android-critical-flow-tests.yml +++ b/.github/workflows/qa-android-critical-flow-tests.yml @@ -291,7 +291,7 @@ jobs: run: bash scripts/qa_android_ui_tests/execution_setup.sh install-apks-on-devices - name: Install 1Password CLI - uses: 1password/install-cli-action@v3 + uses: 1password/install-cli-action@v4 # Fetch runtime secrets only for this run. - name: Fetch secrets.json (runtime only) diff --git a/.github/workflows/qa-android-ui-test-manual-deflake.yml b/.github/workflows/qa-android-ui-test-manual-deflake.yml index c1c680aaaf..dbfb8feaf0 100644 --- a/.github/workflows/qa-android-ui-test-manual-deflake.yml +++ b/.github/workflows/qa-android-ui-test-manual-deflake.yml @@ -142,7 +142,7 @@ jobs: run: bash scripts/qa_android_ui_tests/execution_setup.sh install-apks-on-devices - name: Install 1Password CLI - uses: 1password/install-cli-action@v3 + uses: 1password/install-cli-action@v4 - name: Fetch secrets.json (runtime only) env: From 5e321dcb1d6e121aa084fff79c552b3d485440fd Mon Sep 17 00:00:00 2001 From: Mohamad Jaara <9083456+MohamadJaara@users.noreply.github.com> Date: Wed, 24 Jun 2026 09:57:58 +0200 Subject: [PATCH 2/2] pin actions --- .github/workflows/generate-baseline-profile.yml | 2 +- .github/workflows/qa-android-critical-flow-tests.yml | 2 +- .github/workflows/qa-android-ui-test-manual-deflake.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate-baseline-profile.yml b/.github/workflows/generate-baseline-profile.yml index 0fbf458165..4c85493577 100644 --- a/.github/workflows/generate-baseline-profile.yml +++ b/.github/workflows/generate-baseline-profile.yml @@ -58,7 +58,7 @@ jobs: uses: android-actions/setup-android@v4 - name: Install 1Password CLI - uses: 1password/install-cli-action@v4 + uses: 1password/install-cli-action@a138a5b7fd0a1df9a016e73c87d2ada1694846b1 # v4 - name: Fetch runtime secrets run: OP_SERVICE_ACCOUNT_TOKEN="${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}" bash scripts/qa_android_ui_tests/execution_setup.sh fetch-runtime-secrets diff --git a/.github/workflows/qa-android-critical-flow-tests.yml b/.github/workflows/qa-android-critical-flow-tests.yml index 3168e49831..0f26d36fd0 100644 --- a/.github/workflows/qa-android-critical-flow-tests.yml +++ b/.github/workflows/qa-android-critical-flow-tests.yml @@ -291,7 +291,7 @@ jobs: run: bash scripts/qa_android_ui_tests/execution_setup.sh install-apks-on-devices - name: Install 1Password CLI - uses: 1password/install-cli-action@v4 + uses: 1password/install-cli-action@a138a5b7fd0a1df9a016e73c87d2ada1694846b1 # v4 # Fetch runtime secrets only for this run. - name: Fetch secrets.json (runtime only) diff --git a/.github/workflows/qa-android-ui-test-manual-deflake.yml b/.github/workflows/qa-android-ui-test-manual-deflake.yml index dbfb8feaf0..fec5611589 100644 --- a/.github/workflows/qa-android-ui-test-manual-deflake.yml +++ b/.github/workflows/qa-android-ui-test-manual-deflake.yml @@ -142,7 +142,7 @@ jobs: run: bash scripts/qa_android_ui_tests/execution_setup.sh install-apks-on-devices - name: Install 1Password CLI - uses: 1password/install-cli-action@v4 + uses: 1password/install-cli-action@a138a5b7fd0a1df9a016e73c87d2ada1694846b1 # v4 - name: Fetch secrets.json (runtime only) env: