From 954d5aaad15fb03007a08311a8c88a08934352bb Mon Sep 17 00:00:00 2001 From: WDI-Ideas Date: Wed, 8 Apr 2026 20:06:04 +0530 Subject: [PATCH] fix(ci): pin reusable central workflow to exact commit Avoid runner using stale @main cache by pinning wdipl-actions reusable workflow to a known commit with run_build/run_sonar/run_deploy inputs. Made-with: Cursor --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b613315..1a0a0d6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,7 +7,7 @@ on: jobs: ci: - uses: http://git.wdipl.com/Rajendra.Reddy/wdipl-actions/.gitea/workflows/ci.yml@main + uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/ci.yml@32582809a1d97604595094b5e221f0a4ebd5c08d with: tech_stack: node