From 699e89c0a10712a7b78aae213b0b090ba5b1ebe3 Mon Sep 17 00:00:00 2001 From: "Daniel Szoke (via Pi Coding Agent)" Date: Thu, 28 May 2026 15:45:13 +0200 Subject: [PATCH] chore(sentry-cli): Upgrade to 2.58.6 Upgrade sentry-cli to [2.58.6](https://github.com/getsentry/sentry-cli/releases/tag/2.58.6), which includes security fixes. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 38424efd..feb9e716 100644 --- a/action.yml +++ b/action.yml @@ -202,7 +202,7 @@ runs: - name: Install Sentry CLI v2 if: runner.os == 'macOS' || runner.os == 'Windows' shell: bash - run: npm install --no-package-lock @sentry/cli@^2.4 + run: npm install --no-package-lock @sentry/cli@^2.58.6 working-directory: ${{ github.action_path }} - name: Run Release Action