Skip to content

Commit

Permalink
docs: Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenKnoops committed Nov 16, 2021
1 parent c52e1f6 commit e97af57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Make sure you have a proper `.spdx-builder.yml` file in your project.
java-version: '11.0.1'
- name: Create spdx-file
id: spdx-builder
uses: philips-software/spdx-action@v0.8.0
uses: philips-software/spdx-action@v0.8.1
with:
project: my-project
mode: ort
Expand All @@ -102,7 +102,7 @@ Make sure you have a proper `.spdx-builder.yml` file in your project.
npm list --all --production > npm-dependencies.txt
- name: Create spdx-file
id: spdx-builder
uses: philips-software/spdx-action@v0.8.0
uses: philips-software/spdx-action@v0.8.1
with:
project: my-project
mode: 'tree'
Expand All @@ -123,7 +123,7 @@ Make sure you have a proper `.spdx-builder.yml` file in your project.
java-version: '11.0.1'
- name: Create spdx-file
id: spdx-builder
uses: philips-software/spdx-action@v0.8.0
uses: philips-software/spdx-action@v0.8.1
with:
project: my-project
mode: 'blackduck'
Expand Down

0 comments on commit e97af57

Please sign in to comment.