From 80c481884d3bf9e4cb3b2252ad87abe8a78bc6ed Mon Sep 17 00:00:00 2001 From: Eduardo Robles Elvira Date: Tue, 11 Apr 2023 14:31:39 +0200 Subject: [PATCH] Fix ORT Github Workflow Parent issue: https://github.com/sequentech/meta/issues/59 Use the reusable workflow from the meta repository instead. --- .github/workflows/ort.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ort.yml b/.github/workflows/ort.yml index 3df2967..fb1fdac 100644 --- a/.github/workflows/ort.yml +++ b/.github/workflows/ort.yml @@ -1,5 +1,4 @@ - -# SPDX-FileCopyrightText: 2014-2022 Sequent Tech Inc +# SPDX-FileCopyrightText: 2014-2023 Sequent Tech Inc # # SPDX-License-Identifier: AGPL-3.0-only name: ORT licensing @@ -18,9 +17,6 @@ on: jobs: ort: - uses: sequentech/ort-config/.github/workflows/ort.yml@main + uses: sequentech/meta/.github/workflows/ort.yml@main with: - ort-cli-args: > # using the default plus the package managers setting - --force-overwrite - --stacktrace - -P ort.analyzer.enabledPackageManagers=PIP + ort-cli-analyze-args: '--package-managers PIP'