We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
checkout
upload-artifact
1 parent f1a1995 commit abc0bd4Copy full SHA for abc0bd4
README.md
@@ -24,13 +24,13 @@ jobs:
24
contents: write
25
26
steps:
27
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
28
- name: Generate SBOM
29
run: |
30
curl -Lo $RUNNER_TEMP/sbom-tool https://github.com/microsoft/sbom-tool/releases/latest/download/sbom-tool-linux-x64
31
chmod +x $RUNNER_TEMP/sbom-tool
32
$RUNNER_TEMP/sbom-tool generate -b . -bc . -pn ${{ github.repository }} -pv 1.0.0 -ps OwnerName -nsb https://sbom.mycompany.com -V Verbose
33
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
34
with:
35
name: sbom
36
path: _manifest/spdx_2.2
0 commit comments