From d3197502022c7a4718a01727489691ff8ecd9a32 Mon Sep 17 00:00:00 2001 From: Alexander Tarasov Date: Thu, 6 Aug 2026 11:25:50 +0200 Subject: [PATCH] ci: Replace curl-pipe-bash with action-setup-cli Refs VULN-2261 Co-Authored-By: Claude Sonnet 5 --- .github/workflows/build.yml | 2 +- .github/workflows/integration-tests-ui.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1237b5f7d4..ef9aa7cfc3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: run: make preMerge - name: Install Sentry CLI - run: curl -sL https://sentry.io/get-cli/ | bash + uses: getsentry/action-setup-cli@70d7e587b84c2e78cf4d37cd33d7b74fb3729c1b # v1 - name: Upload Snapshots to Sentry # Skip on PRs from forks, which don't have access to the upload secret diff --git a/.github/workflows/integration-tests-ui.yml b/.github/workflows/integration-tests-ui.yml index 815611507d..043c4730f3 100644 --- a/.github/workflows/integration-tests-ui.yml +++ b/.github/workflows/integration-tests-ui.yml @@ -75,7 +75,7 @@ jobs: - name: Install Sentry CLI if: ${{ !cancelled() && env.SAUCE_USERNAME != null }} - run: curl -sL https://sentry.io/get-cli/ | bash + uses: getsentry/action-setup-cli@70d7e587b84c2e78cf4d37cd33d7b74fb3729c1b # v1 - name: Upload Replay Snapshots to Sentry # Skip on PRs from forks, which don't have access to the upload secret