From 40f9f2da9af080f44d2606840ebcc46a87fd2a1c Mon Sep 17 00:00:00 2001 From: Alexander Tarasov Date: Wed, 5 Aug 2026 23:48:13 +0200 Subject: [PATCH] ci: Replace curl-pipe-bash with action-setup-cli Refs VULN-2365 Co-Authored-By: Claude Sonnet 5 --- action.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 20ba3b78ef7..1d7e8a473c5 100644 --- a/action.yaml +++ b/action.yaml @@ -216,8 +216,9 @@ runs: node-version: "22.x" - name: Setup Sentry CLI - shell: bash - run: curl -sL https://sentry.io/get-cli/ | SENTRY_CLI_VERSION="3.4.3" bash + uses: getsentry/action-setup-cli@70d7e587b84c2e78cf4d37cd33d7b74fb3729c1b # v1 + with: + version: "3.4.3" - name: Install Nodejs dependencies shell: bash