File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
RunTortellini :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- uses : tortellini-tools/action@v3
13
- - uses : actions/upload-artifact@v3
13
+ - uses : actions/upload-artifact@v4
14
14
with :
15
15
name : tortellini-result
16
16
path : .tortellini/out
17
17
18
18
RunSBOM :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
- uses : anchore/sbom-action@v0
23
23
with :
24
24
artifact-name : SBOM.spdx
@@ -27,15 +27,15 @@ jobs:
27
27
needs : [RunTortellini, RunSBOM]
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - uses : actions/checkout@v3
31
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
+ - uses : actions/checkout@v4
32
32
with :
33
33
repository : SecureSECO/FAIRSECO
34
34
path : FAIRSECO_Assets
35
35
-
uses :
SecureSECO/[email protected] # this is the main action
36
36
with :
37
37
myToken : ${{ secrets.GITHUB_TOKEN }}
38
- - uses : actions/upload-artifact@v3
38
+ - uses : actions/upload-artifact@v4
39
39
with :
40
40
name : FAIRSECO Result
41
41
path : .FAIRSECO/
You can’t perform that action at this time.
0 commit comments