File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v6
21+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222 with :
2323 fetch-depth : 0
2424
2525 - name : Install Pnpm
2626 run : npm install -g corepack@latest --force && corepack enable
2727
2828 - name : Setup Node.js
29- uses : actions/setup-node@v6
29+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3030 with :
3131 node-version : 24.11.1
3232 cache : ' pnpm'
3838 run : pnpm run build-storybook
3939
4040 - name : Run Chromatic
41- uses : chromaui/action@latest
41+ uses : chromaui/action@f191a0224b10e1a38b2091cefb7b7a2337009116 # latest
4242 with :
4343 projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
4444 # Use the pre-built Storybook
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 environment : npm
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v6
22+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323
2424 - name : Setup Node.js
25- uses : actions/setup-node@v6
25+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2626 with :
2727 node-version : 24.11.1
2828
@@ -39,11 +39,11 @@ jobs:
3939 run : pnpm install
4040
4141 - name : Publish
42- uses : JS-DevTools/npm-publish@v4
42+ uses : JS-DevTools/npm-publish@0fd2f4369c5d6bcfcde6091a7c527d810b9b5c3f # v4
4343 with :
4444 token : empty
4545
4646 - name : Create GitHub Release
47- uses : ncipollo/release-action@v1
47+ uses : ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1
4848 with :
4949 generateReleaseNotes : " true"
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
2121 # Steps represent a sequence of tasks that will be executed as part of the job
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v6
24+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2525
2626 - name : Install Pnpm
2727 run : npm install -g corepack@latest --force && corepack enable
2828
2929 - name : Setup Node.js
30- uses : actions/setup-node@v6
30+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3131 with :
3232 node-version : 24.11.1
3333 cache : " pnpm"
You can’t perform that action at this time.
0 commit comments