Skip to content

Commit dad78f3

Browse files
authored
Merge pull request #204 from eyakubovich/ey/bump-deps
Bump dependencies
2 parents 168bad2 + f77988a commit dad78f3

File tree

5 files changed

+695
-387
lines changed

5 files changed

+695
-387
lines changed

.github/workflows/sbom.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121

2222
- name: Generate SBOM from source code
23-
uses: eyakubovich/sbom-action@ey/add-config-input
23+
uses: anchore/sbom-action
2424
with:
2525
artifact-name: sbom.spdx.json
2626
upload-artifact: true
@@ -35,7 +35,7 @@ jobs:
3535
}
3636
EOF
3737
38-
- uses: actions/upload-artifact@v3
38+
- uses: actions/upload-artifact@v4
3939
with:
4040
name: metadata.json
4141
path: /tmp/metadata.json

0 commit comments

Comments
 (0)