Skip to content

Commit 57a6361

Browse files
authored
Update FAIRSECO.yml with actions to v4
1 parent 1da934c commit 57a6361

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/FAIRSECO.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ jobs:
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 action
3636
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/

0 commit comments

Comments
 (0)