From 66bfa8f7188a2182a52283d6a7cee9c62c73e8d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 08:40:38 +0000 Subject: [PATCH] chore(deps): bump 1password/install-cli-action from 1 to 2 Bumps [1password/install-cli-action](https://github.com/1password/install-cli-action) from 1 to 2. - [Release notes](https://github.com/1password/install-cli-action/releases) - [Commits](https://github.com/1password/install-cli-action/compare/v1...v2) --- updated-dependencies: - dependency-name: 1password/install-cli-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/onepassword-rotation-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/onepassword-rotation-audit.yml b/.github/workflows/onepassword-rotation-audit.yml index 838fe43..80b830f 100644 --- a/.github/workflows/onepassword-rotation-audit.yml +++ b/.github/workflows/onepassword-rotation-audit.yml @@ -38,7 +38,7 @@ jobs: [[ -n "${OP_SERVICE_ACCOUNT_TOKEN:-}" ]] || { echo "Missing OP_SERVICE_ACCOUNT_TOKEN"; exit 1; } - name: Install 1Password CLI if: ${{ steps.audit_mode.outputs.has_script == 'true' && steps.audit_mode.outputs.has_catalog == 'true' }} - uses: 1password/install-cli-action@v1 + uses: 1password/install-cli-action@v2 - name: Run rotation audit id: rotation shell: bash