File tree 2 files changed +4
-4
lines changed
actions/scan-dependencies
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
run : ./scripts/sbom-generator.sh
8
8
9
9
- name : Upload SBOM Artifact
10
- uses : actions/upload-artifact@v3
10
+ uses : actions/upload-artifact@v4
11
11
with :
12
12
name : dependency-scan
13
13
path : ./sbom-spdx.json
17
17
run : ./scripts/cve-scanner.sh
18
18
19
19
- name : Upload CVE Artifact
20
- uses : actions/upload-artifact@v3
20
+ uses : actions/upload-artifact@v4
21
21
with :
22
22
name : dependency-scan
23
23
path : ./cve-scan.json
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
run : cd example/.open-next && zip -r ../../open-next.zip . -q
140
140
141
141
- name : Store Build Artifacts
142
- uses : actions/upload-artifact@v3
142
+ uses : actions/upload-artifact@v4
143
143
with :
144
144
name : example-app-opennext-build
145
145
path : open-next.zip
@@ -185,7 +185,7 @@ jobs:
185
185
run : terraform -chdir=example/terraform plan -out example-app.tfplan
186
186
187
187
- name : Store Terraform Plan Artifact
188
- uses : actions/upload-artifact@v3
188
+ uses : actions/upload-artifact@v4
189
189
with :
190
190
name : example-app-tfplan-output
191
191
path : example/terraform/example-app.tfplan
You can’t perform that action at this time.
0 commit comments