various fixes...

This commit is contained in:
Aleksandr Chikovani 2023-09-06 17:45:30 -04:00
parent 3d9f5a2751
commit 29db706b76

View file

@ -72,11 +72,17 @@ jobs:
- name: Checkout project - name: Checkout project
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Run GitHub Action for ORT - name: Run GitHub Action for ORT
id: ort_scan
uses: oss-review-toolkit/ort-ci-github-action@v1 uses: oss-review-toolkit/ort-ci-github-action@v1
continue-on-error: true continue-on-error: true
with: with:
allow-dynamic-versions: 'true' allow-dynamic-versions: 'true'
fail-on: 'violations' 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: codeql: