Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/storybook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
node-version: '20.x'

- name: Install dependencies
run: npm install

Check warning on line 27 in .github/workflows/storybook-deploy.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Using dependencies without locking resolved versions is security-sensitive.

See more on https://sonarcloud.io/project/issues?id=plgd-dev_shared-ui&issues=AaBnK7TqeHKf3Da-Ybr3&open=AaBnK7TqeHKf3Da-Ybr3&pullRequest=77

Check warning on line 27 in .github/workflows/storybook-deploy.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--ignore-scripts" allows lifecycle scripts to run during package installation.

See more on https://sonarcloud.io/project/issues?id=plgd-dev_shared-ui&issues=AaBnK7TqeHKf3Da-Ybr2&open=AaBnK7TqeHKf3Da-Ybr2&pullRequest=77

- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.4

Check failure on line 29 in .github/workflows/storybook-deploy.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=plgd-dev_shared-ui&issues=AaBnK7TqeHKf3Da-Ybr4&open=AaBnK7TqeHKf3Da-Ybr4&pullRequest=77
with:
path: storybook-static
checkout: false
Expand Down
Loading