Skip to content

Commit e873ca5

Browse files
authored
Merge pull request #10 from FlowFuse/chore_pin_actions_to_sha
chore: Pin external actions to commit hash
2 parents c1886e9 + fdc30f6 commit e873ca5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.37.0'
13+
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.39.0'
1414
with:
1515
node: '[
1616
{"version": "18", "tests": false, "lint": true},
@@ -21,7 +21,7 @@ jobs:
2121
( github.event_name == 'push' && github.ref == 'refs/heads/main' ) ||
2222
( github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' )
2323
needs: build
24-
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.37.0'
24+
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.39.0'
2525
with:
2626
package_name: node-red-dashboard-2-ui-flowviewer
2727
publish_package: true

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1313

1414
- name: Setup Node.js
15-
uses: actions/setup-node@v4
15+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
1616
with:
1717
node-version: 18
1818

@@ -25,6 +25,6 @@ jobs:
2525
npm run test
2626
2727
- name: Publish package
28-
uses: JS-DevTools/npm-publish@v3
28+
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
2929
with:
3030
token: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)