Skip to content

Commit 639ebeb

Browse files
Update dependency track
1 parent 8c78202 commit 639ebeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-track-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
-H "Content-Type: multipart/form-data" \
5252
-F "autoCreate=true" \
5353
-F "projectName=${{ github.event.repository.name }}-frontend" \
54-
-F "projectVersion=${{ github.ref_name }}" \
54+
-F "projectVersion=${{ steps.extract-version.outputs.major_version }}" \
5555
-F "parentProjectName=${{ github.event.repository.name }}" \
5656
-F "parentProjectVersion=${{ steps.extract-version.outputs.major_version }}" \
5757
-F "bom=@./sbom/bom-frontend.xml"

0 commit comments

Comments
 (0)