From e94c1ce23bf3907155f5c0e2a4c35419ae89b339 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:38:57 +0000 Subject: [PATCH] Pin openmfp/gha action to 3a6be14 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 97e0744..5604f6a 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -19,7 +19,7 @@ concurrency: jobs: pipe: - uses: openmfp/gha/.github/workflows/pipeline-node-module.yml@main + uses: openmfp/gha/.github/workflows/pipeline-node-module.yml@3a6be14b5ee65dd6c7747eac1728357e1474e351 # main secrets: inherit with: publishFromDist: true @@ -30,7 +30,7 @@ jobs: publish-ngx: if: ${{ (github.head_ref || github.ref) == 'refs/heads/main' }} needs: [pipe] - uses: openmfp/gha/.github/workflows/job-node-publish.yml@main + uses: openmfp/gha/.github/workflows/job-node-publish.yml@3a6be14b5ee65dd6c7747eac1728357e1474e351 # main secrets: inherit with: version: ${{ needs.pipe.outputs.strictVersion }}