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 88 RunTortellini :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 - uses : tortellini-tools/action@v3
13- - uses : actions/upload-artifact@v3
13+ - uses : actions/upload-artifact@v4
1414 with :
1515 name : tortellini-result
1616 path : .tortellini/out
1717
1818 RunSBOM :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 - uses : anchore/sbom-action@v0
2323 with :
2424 artifact-name : SBOM.spdx
@@ -27,15 +27,15 @@ jobs:
2727 needs : [RunTortellini, RunSBOM]
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v3
31- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
31+ - uses : actions/checkout@v4
3232 with :
3333 repository : SecureSECO/FAIRSECO
3434 path : FAIRSECO_Assets
3535 -
uses :
SecureSECO/[email protected] # this is the main action3636 with :
3737 myToken : ${{ secrets.GITHUB_TOKEN }}
38- - uses : actions/upload-artifact@v3
38+ - uses : actions/upload-artifact@v4
3939 with :
4040 name : FAIRSECO Result
4141 path : .FAIRSECO/
You can’t perform that action at this time.
0 commit comments