Skip to content

Commit fdc30f6

Browse files
committed
Pin actions to commit hash
1 parent 11ac80f commit fdc30f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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)