Skip to content

Commit 89c647e

Browse files
chore(deps): pin dependencies (#68)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb8afa9 commit 89c647e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/chromatic.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'
@@ -38,7 +38,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)