From 29db706b76ff637bc44bb0a1b35226f0b0095387 Mon Sep 17 00:00:00 2001 From: Aleksandr Chikovani Date: Wed, 6 Sep 2023 17:45:30 -0400 Subject: [PATCH] various fixes... --- .github/workflows/gradle-build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 7ed60a320..920b3f49b 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -72,11 +72,17 @@ jobs: - name: Checkout project uses: actions/checkout@v3 - name: Run GitHub Action for ORT + id: ort_scan uses: oss-review-toolkit/ort-ci-github-action@v1 continue-on-error: true with: allow-dynamic-versions: 'true' fail-on: 'violations' + - name: Show status of ORT + if: ${{ steps.ort_scan.outcome == 'failure' }} + run: | + echo "status_color=yellow" >> $GITHUB_ENV + echo "::error::ORT Scan failed, see logs and artifacts" codeql: