From 4f7aa227b50217668c4354001aeb429e2d65a99d Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 16 Nov 2025 06:14:40 -0500 Subject: [PATCH] Pinning Gotify action version. --- .gitea/workflows/renovate-pr-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/renovate-pr-deploy.yml b/.gitea/workflows/renovate-pr-deploy.yml index 8e9b9ddd..7c20811c 100644 --- a/.gitea/workflows/renovate-pr-deploy.yml +++ b/.gitea/workflows/renovate-pr-deploy.yml @@ -126,7 +126,7 @@ jobs: password: ${{ secrets.BOT_GITEA_PASSWORD }} - name: Gotify Notification (Start) - uses: eikendev/gotify-action@master + uses: eikendev/gotify-action@0.0.3 with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" @@ -164,7 +164,7 @@ jobs: skip-no-healthcheck: "true" - name: Gotify Notification (Finish) - uses: eikendev/gotify-action@master + uses: eikendev/gotify-action@0.0.3 with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"