Skip to content

Commit 2895640

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/scans.yml

+1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ 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

0 commit comments

Comments
 (0)