Skip to content

Commit 676cdad

Browse files
authored
Merge pull request #35 from sequentech/fix/7.2.x/ort-action
Fix ORT Github Workflow
2 parents db442e5 + 363d6f7 commit 676cdad

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ort.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# SPDX-FileCopyrightText: 2014-2022 Sequent Tech Inc <legal@sequentech.io>
1+
2+
# SPDX-FileCopyrightText: 2014-2023 Sequent Tech Inc <legal@sequentech.io>
23
#
34
# SPDX-License-Identifier: AGPL-3.0-only
45
name: ORT licensing
@@ -17,9 +18,6 @@ on:
1718

1819
jobs:
1920
ort:
20-
uses: sequentech/ort-config/.github/workflows/ort.yml@main
21+
uses: sequentech/meta/.github/workflows/ort.yml@main
2122
with:
22-
ort-cli-args: > # using the default plus the package managers setting
23-
--force-overwrite
24-
--stacktrace
25-
-P ort.analyzer.enabledPackageManagers=PIP
23+
ort-cli-analyze-args: '--package-managers PIP'

0 commit comments

Comments
 (0)