Skip to content

Commit 1cf86be

Browse files
Pin openmfp/gha action to f68bb42
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a0cfeb8 commit 1cf86be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
pipe:
22-
uses: openmfp/gha/.github/workflows/pipeline-node-module.yml@main
22+
uses: openmfp/gha/.github/workflows/pipeline-node-module.yml@f68bb42d36905d44a0e46ed42c6467325690d84e # main
2323
secrets: inherit
2424
with:
2525
publishFromDist: true
@@ -30,7 +30,7 @@ jobs:
3030
publish-ngx:
3131
if: ${{ (github.head_ref || github.ref) == 'refs/heads/main' }}
3232
needs: [pipe]
33-
uses: openmfp/gha/.github/workflows/job-node-publish.yml@main
33+
uses: openmfp/gha/.github/workflows/job-node-publish.yml@f68bb42d36905d44a0e46ed42c6467325690d84e # main
3434
secrets: inherit
3535
with:
3636
version: ${{ needs.pipe.outputs.strictVersion }}

0 commit comments

Comments
 (0)