From eef6fb385639a9f11936a4db754da30b3f6c08f6 Mon Sep 17 00:00:00 2001 From: WDI-Ideas Date: Tue, 7 Apr 2026 23:59:54 +0530 Subject: [PATCH] fix(ci): pin wdipl-actions to SHA without replace() in expressions Made-with: Cursor --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 11c5dff..ec22c1f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,8 +7,8 @@ on: jobs: ci: - # Pin SHA so WDIPL-Runner does not reuse a stale ~/.cache/act clone of @main (old enable_* YAML). - uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/ci.yml@6b9982def7d49842c0dc75529c0f60cc74a841c1 + # Pin SHA (bump when wdipl-actions ci.yml changes). Includes ci_steps if: without replace(). + uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/ci.yml@fb201190cc32e287343cf706631791c68c959f27 with: tech_stack: node