From 4a8e91fc9ba1a548b604757572c776640fd04d22 Mon Sep 17 00:00:00 2001 From: Alexander Tarasov Date: Thu, 6 Aug 2026 11:18:29 +0200 Subject: [PATCH 1/2] ci: Replace curl-pipe-bash with action-setup-cli Refs VULN-2227 Co-Authored-By: Claude Sonnet 5 --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index a7731c44..e38de6ad 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -123,7 +123,7 @@ jobs: -f Dockerfile . - name: Install sentry-cli - run: curl -sL https://sentry.io/get-cli/ | bash + uses: getsentry/action-setup-cli@70d7e587b84c2e78cf4d37cd33d7b74fb3729c1b # v1 - name: Upload debug symbols to Sentry run: scripts/upload-debug-symbols ./debug-out/uptime-checker.debug From e89358b9446de32af1b3d46ef0ce330468c04277 Mon Sep 17 00:00:00 2001 From: "getsantry[bot]" <66042841+getsantry[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 09:21:37 +0000 Subject: [PATCH 2/2] :hammer_and_wrench: apply pre-commit fixes --- Cargo.lock | 2 +- src/checker/reqwest_checker.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e119030e..8c9fc9f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4683,7 +4683,7 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "uptime-checker" -version = "26.7.1" +version = "26.7.2" dependencies = [ "anyhow", "associative-cache", diff --git a/src/checker/reqwest_checker.rs b/src/checker/reqwest_checker.rs index ead46304..6f3ce2b7 100644 --- a/src/checker/reqwest_checker.rs +++ b/src/checker/reqwest_checker.rs @@ -738,7 +738,7 @@ mod tests { use chrono::{TimeDelta, Utc}; use httpmock::prelude::*; use httpmock::Method; - + use sentry::protocol::SpanId; use uuid::Uuid; #[cfg(target_os = "linux")]