From 24152836403c53a31fe104e9f02ac09a01bca0fc Mon Sep 17 00:00:00 2001 From: Jeroen Knoops Date: Mon, 6 Dec 2021 14:09:42 +0100 Subject: [PATCH 1/4] Newer version ort. Use version: 2021-11-24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 35c09f5..e160f3d 100644 --- a/action.yml +++ b/action.yml @@ -39,7 +39,7 @@ inputs: ort-version: description: "philipssoftware/ort version (in case of mode: 'ort')" required: false - default: '2021-05-31' + default: '2021-11-24' ort-file: description: "Specifies an ort-file to override ORT scanning in this action. (in case of mode: 'ort')" required: false From d68037676c070c06b8c95288e64185e1ccb9a207 Mon Sep 17 00:00:00 2001 From: JeroenKnoops Date: Mon, 6 Dec 2021 13:09:58 +0000 Subject: [PATCH 2/4] chore(ci): Updating readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4245b89..c3d5cb7 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Get SPDX license overview | scanner-url | scanner-url (license-scanner) | `false` | | | bombase-url | bombase-url (in case of mode: 'tree') | `false` | | | upload-url | upload-url (f.e. BOM-bar) | `false` | | -| ort-version | philipssoftware/ort version (in case of mode: 'ort') | `false` | 2021-05-31 | +| ort-version | philipssoftware/ort version (in case of mode: 'ort') | `false` | 2021-11-24 | | ort-file | Specifies an ort-file to override ORT scanning in this action. (in case of mode: 'ort') | `false` | | | tree | file with tree input (in case of mode: 'tree') | `false` | | | format | format input (in case of mode: 'tree') | `false` | | From 31528e7f9d7522d5bf20624003aefb6b6bc6f8c0 Mon Sep 17 00:00:00 2001 From: Jeroen Knoops Date: Tue, 7 Dec 2021 12:05:58 +0100 Subject: [PATCH 3/4] Update example to use java 11.0.11 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4245b89..a09caa6 100644 --- a/README.md +++ b/README.md @@ -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.1' + java-version: '11.0.11' - name: Create spdx-file id: spdx-builder - uses: philips-software/spdx-action@v0.8.1 + uses: philips-software/spdx-action@v0.9.1 with: project: my-project mode: ort @@ -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.1' + java-version: '11.0.11' - name: Create tree run: | npm list --all --production > npm-dependencies.txt - name: Create spdx-file id: spdx-builder - uses: philips-software/spdx-action@v0.8.1 + uses: philips-software/spdx-action@v0.9.1 with: project: my-project mode: 'tree' @@ -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.1' + java-version: '11.0.11' - name: Create spdx-file id: spdx-builder - uses: philips-software/spdx-action@v0.8.1 + uses: philips-software/spdx-action@v0.9.1 with: project: my-project mode: 'blackduck' From 40f05b3e62c017d15a11a8ecd6613131ef6e05a4 Mon Sep 17 00:00:00 2001 From: Jeroen Knoops Date: Thu, 23 Dec 2021 09:13:59 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0c3f0e7..fc33925 100644 --- a/README.md +++ b/README.md @@ -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/spdx-action@v0.9.1 + uses: philips-software/spdx-action@v0.9.1.1 with: project: my-project mode: ort @@ -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/spdx-action@v0.9.1 + uses: philips-software/spdx-action@v0.9.1.1 with: project: my-project mode: 'tree' @@ -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/spdx-action@v0.9.1 + uses: philips-software/spdx-action@v0.9.1.1 with: project: my-project mode: 'blackduck'