File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2424 - name : Use Node.js ${{ matrix.node-version }}
2525 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2626 with :
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
1919 # Job steps
2020 steps :
2121 # Manual Checkout
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2323 with :
2424 fetch-depth : 0
2525 # Set up Node
2626 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2727 with :
2828 node-version : ' 22'
2929 # 👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow
30- - uses : bitovi/github-actions-storybook-to-github-pages@v1.0.3
30+ - uses : bitovi/github-actions-storybook-to-github-pages@b75ece8f984a32b2adb322065d7a8a2cc8db2d52 # v1.0.3
3131 with :
3232 install_command : npm ci # default: npm ci
3333 build_command : npm run storybook:build # default: npm run build-storybook
Original file line number Diff line number Diff line change 1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1515 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
1616 with :
1717 node-version : 20
2222 needs : build
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2626 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2727 with :
2828 node-version : 20
You can’t perform that action at this time.
0 commit comments