From 4093328ac712eb739a110fc5aeb259cbe4e8b4f1 Mon Sep 17 00:00:00 2001 From: selfhoster1312 Date: Mon, 13 Jul 2026 20:08:02 +0200 Subject: [PATCH] fix: Prevent remote-remote endpoints --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c48606..32a9d1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ env: PKG_VERSION: "2026.07.13" # TODO: actions/checkout only supports GITHUB repos... GATUS_REPO: "selfhoster1312/gatus" - GATUS_REF: "acdc9c2c1fe4a6631dd1745dad0c7cd2c2f777b8" + GATUS_REF: "db022588a9923611c3b292ce1ba437753bd3bfe8" # Preview mode: Publishes the build output as a CI artifact instead of creating # a release, allowing for manual inspection of the output. This mode is # activated if the CI run was triggered by events other than pushed tags, or