Skip to content

Commit 3d6b52e

Browse files
committed
fix: sonarcloud issues
1 parent acd971d commit 3d6b52e

4 files changed

Lines changed: 561 additions & 4814 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
npm run build-storybook
2222
2323
- name: Deploy 🚀
24-
uses: JamesIves/github-pages-deploy-action@v4
24+
uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a # v4.7.6
2525
with:
2626
folder: storybook-static

.github/workflows/size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
node-version: "22"
1414
cache: "npm"
1515
- run: npm ci
16-
- uses: andresz1/size-limit-action@v1
16+
- uses: andresz1/size-limit-action@f7a56ece616db5bddde81de219695c920a8ae137 # v1
1717
with:
1818
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)