File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
- name : make sbom
36
36
run : make sbom
37
37
38
- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
38
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
39
39
with :
40
40
name : sbom
41
41
path : tmp/garm-operator.bom.spdx
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
39
39
BLACKDUCK_TOKEN : ${{ secrets.BLACKDUCK_TOKEN }}
40
40
41
41
- name : Archive foss scan notices report
42
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
42
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
43
43
with :
44
44
name : 3RD_PARTY_LICENSES.txt
45
45
path : tmp/Black_Duck_Notices_Report.txt
46
46
47
47
- name : Archive foss scan risk report
48
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
48
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
49
49
with :
50
50
name : foss-scan-risk-report
51
51
path : tmp/BlackDuck_RiskReport.pdf
Original file line number Diff line number Diff line change 51
51
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
52
52
# format to the repository Actions tab.
53
53
- name : " Upload artifact"
54
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v3.pre.node20
54
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v3.pre.node20
55
55
with :
56
56
name : SARIF file
57
57
path : results.sarif
You can’t perform that action at this time.
0 commit comments