We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0cfeb8 commit 1cf86beCopy full SHA for 1cf86be
1 file changed
.github/workflows/pipeline.yaml
@@ -19,7 +19,7 @@ concurrency:
19
20
jobs:
21
pipe:
22
- uses: openmfp/gha/.github/workflows/pipeline-node-module.yml@main
+ uses: openmfp/gha/.github/workflows/pipeline-node-module.yml@f68bb42d36905d44a0e46ed42c6467325690d84e # main
23
secrets: inherit
24
with:
25
publishFromDist: true
@@ -30,7 +30,7 @@ jobs:
30
publish-ngx:
31
if: ${{ (github.head_ref || github.ref) == 'refs/heads/main' }}
32
needs: [pipe]
33
- uses: openmfp/gha/.github/workflows/job-node-publish.yml@main
+ uses: openmfp/gha/.github/workflows/job-node-publish.yml@f68bb42d36905d44a0e46ed42c6467325690d84e # main
34
35
36
version: ${{ needs.pipe.outputs.strictVersion }}
0 commit comments