From 1f1b26b5ae4a1b431be2c00bbbdc09e9a59a16ce Mon Sep 17 00:00:00 2001 From: repl-neha-belwal <91696048+repl-neha-belwal@users.noreply.github.com> Date: Wed, 17 Dec 2025 16:31:12 +0530 Subject: [PATCH] Update Checkmarx workflow to use shared-workflow reusable workflow --- .github/workflows/checkmarx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkmarx.yml b/.github/workflows/checkmarx.yml index 65b827c..769babb 100644 --- a/.github/workflows/checkmarx.yml +++ b/.github/workflows/checkmarx.yml @@ -11,7 +11,7 @@ name: Checkmarx SAST Scan jobs: call-reusable-checkmarx: name: Call Reusable Checkmarx Workflow - uses: Replicon/time-intelligence-web/.github/workflows/reusable-checkmarx.yml@main + uses: Replicon/shared-workflow/.github/workflows/reusable-checkmarx.yml@v1 with: timeout_minutes: 90 scheduled_timeout_minutes: 360