mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
various fixes...
This commit is contained in:
parent
3d9f5a2751
commit
29db706b76
1 changed files with 6 additions and 0 deletions
6
.github/workflows/gradle-build.yml
vendored
6
.github/workflows/gradle-build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue