Skip to content

Commit

Permalink
Merge pull request #35 from philips-software/prepare-for-release-0.9.1.1
Browse files Browse the repository at this point in the history
Prepare for release 0.9.1.1
  • Loading branch information
JeroenKnoops committed Dec 23, 2021
2 parents cc4faa8 + 40f05b3 commit d328bf5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ Make sure you have a proper `.spdx-builder.yml` file in your project.
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '11.0.11'
java-version: '11.0.13'
- name: Create spdx-file
id: spdx-builder
uses: philips-software/[email protected]
uses: philips-software/[email protected].1
with:
project: my-project
mode: ort
Expand All @@ -97,13 +97,13 @@ Make sure you have a proper `.spdx-builder.yml` file in your project.
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '11.0.11'
java-version: '11.0.13'
- name: Create tree
run: |
npm list --all --production > npm-dependencies.txt
- name: Create spdx-file
id: spdx-builder
uses: philips-software/[email protected]
uses: philips-software/[email protected].1
with:
project: my-project
mode: 'tree'
Expand All @@ -121,10 +121,10 @@ Make sure you have a proper `.spdx-builder.yml` file in your project.
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '11.0.11'
java-version: '11.0.13'
- name: Create spdx-file
id: spdx-builder
uses: philips-software/[email protected]
uses: philips-software/[email protected].1
with:
project: my-project
mode: 'blackduck'
Expand Down

0 comments on commit d328bf5

Please sign in to comment.