Skip to content

Commit ffe072e

Browse files
committed
ci: fixing build
1 parent ccba9ff commit ffe072e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/scans.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: anchore/sbom-action@v0
1919
with:
2020
output-file: sbom.spdx.json
21+
dependency-snapshot: true
2122
- name: Scan
2223
uses: anchore/scan-action@v6
2324
id: scan

.github/workflows/storybook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Build storybook
2525
run: ./build.sh storybook
2626
- name: Upload artifact to Pages
27-
uses: actions/upload-pages-artifact@v2
27+
uses: actions/upload-pages-artifact@v3
2828
with:
2929
path: "storybook-static/"
3030
- name: Deploy to GitHub Pages
31-
uses: actions/deploy-pages@v2
31+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)