From 0172b24e47045d2e11485e1fb51e962c9373ca0d Mon Sep 17 00:00:00 2001 From: amanstep Date: Mon, 15 Jun 2026 13:18:07 +0530 Subject: [PATCH] chore: replaced auto-cherry-pic ref with main later to pinned against latest release --- install/ampel/action.yml | 2 +- install/bnd/action.yml | 2 +- install/download-and-verify/action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/ampel/action.yml b/install/ampel/action.yml index 563cbd3..27545b6 100644 --- a/install/ampel/action.yml +++ b/install/ampel/action.yml @@ -65,7 +65,7 @@ runs: fi shell: bash - - uses: step-security/carabiner-dev-actions/install/download-and-verify@auto-cherry-pick + - uses: step-security/carabiner-dev-actions/install/download-and-verify@main with: tool: ampel version: ${{ inputs.version }} diff --git a/install/bnd/action.yml b/install/bnd/action.yml index 7bbd85e..7c5a52d 100644 --- a/install/bnd/action.yml +++ b/install/bnd/action.yml @@ -65,7 +65,7 @@ runs: fi shell: bash - - uses: step-security/carabiner-dev-actions/install/download-and-verify@auto-cherry-pick + - uses: step-security/carabiner-dev-actions/install/download-and-verify@main with: tool: bnd version: ${{ inputs.version }} diff --git a/install/download-and-verify/action.yml b/install/download-and-verify/action.yml index 8107882..1cccecf 100644 --- a/install/download-and-verify/action.yml +++ b/install/download-and-verify/action.yml @@ -118,7 +118,7 @@ runs: - name: Bootstrap trusted ampel if: inputs.verify == 'true' - uses: step-security/carabiner-dev-actions/install/ampel-bootstrap@auto-cherry-pick + uses: step-security/carabiner-dev-actions/install/ampel-bootstrap@main id: bootstrap - name: Detect platform