Skip to content

Commit 4db62c8

Browse files
authored
Update ORT Action & Executable (elixir-lang#14331)
1 parent 3252919 commit 4db62c8

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.github/workflows/ort/action.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,9 @@ runs:
7878

7979
- name: Run OSS Review Toolkit
8080
id: ort
81-
# TODO: Use released version once the following issue has been released:
82-
# * https://github.com/oss-review-toolkit/ort-ci-github-action/issues/37
83-
# * https://github.com/oss-review-toolkit/ort-ci-github-action/pull/41
84-
# * https://github.com/oss-review-toolkit/ort-ci-github-action/pull/43
85-
# * https://github.com/oss-review-toolkit/ort-ci-github-action/pull/45
86-
uses: oss-review-toolkit/ort-ci-github-action@1805edcf1f4f55f35ae6e4d2d9795ccfb29b6021 # main
81+
uses: oss-review-toolkit/ort-ci-github-action@1805edcf1f4f55f35ae6e4d2d9795ccfb29b6021 # v1.1.0
8782
with:
88-
image: ghcr.io/oss-review-toolkit/ort-minimal:51.1.0
83+
image: ghcr.io/oss-review-toolkit/ort-minimal:54.0.0
8984
run: >-
9085
labels,
9186
cache-dependencies,

.ort.yml

-5
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ curations:
8383
concluded_license: "LicenseRef-scancode-unicode"
8484

8585
# Wrongly Identified
86-
- path: "LICENSES/LicenseRef-elixir-trademark-policy.txt"
87-
reason: "INCORRECT"
88-
comment: "Correct LicenseRef"
89-
detected_license: "LicenseRef-scancode-proprietary-license"
90-
concluded_license: "LicenseRef-elixir-trademark-policy"
9186
- path: "lib/elixir/pages/references/library-guidelines.md"
9287
reason: "INCORRECT"
9388
comment: |

.ort/config/evaluator.rules.kts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ val whitelistedLicenses = listOf(
2424
"Apache-2.0",
2525
// License for the Elixir Logo
2626
"LicenseRef-elixir-trademark-policy",
27+
"LicenseRef-scancode-elixir-trademark-policy",
2728
// License for included Unicode Files
2829
"LicenseRef-scancode-unicode",
2930
// DCO for committers

0 commit comments

Comments
 (0)