Skip to content

Commit 127b549

Browse files
chore(deps): update actions/upload-artifact action to v7.0.1
1 parent f71303f commit 127b549

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/selftest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Generate SBOM with syft
2525
run: poetry run compliance-assistant sbom generate -v -g syft -d . -o ${{ runner.temp }}/sbom-syft.json
2626
- name: Store raw SBOM as artifact
27-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
27+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
2828
with:
2929
name: sbom-syft
3030
path: ${{ runner.temp }}/sbom-syft.json
@@ -41,7 +41,7 @@ jobs:
4141
- name: Generate SBOM with cdxgen
4242
run: poetry run compliance-assistant sbom generate -v -g cdxgen -d . -o ${{ runner.temp }}/sbom-cdxgen.json
4343
- name: Store raw SBOM as artifact
44-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
44+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4545
with:
4646
name: sbom-cdxgen
4747
path: ${{ runner.temp }}/sbom-cdxgen.json
@@ -81,7 +81,7 @@ jobs:
8181
run: poetry run compliance-assistant licensing list -f ${{ runner.temp }}/sbom-cdxgen-enriched.json
8282
# Store SBOMs as artifacts
8383
- name: Store enriched SBOMs as artifact
84-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
84+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8585
with:
8686
name: sboms-enriched
8787
path: ${{ runner.temp }}/sbom-*-enriched.json

0 commit comments

Comments
 (0)