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