Skip to content

fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.25 #80

fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.25

fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.25 #80

Workflow file for this run

name: Analysis
on:
push:
branches: [main]
pull_request:
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]
schedule:
- cron: "0 11 * * 0" # 3 AM PST = 12 PM UDT, runs sundays
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests-java:
name: Backend Tests
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
uses: ./.github/workflows/reusable-tests-be.yml
repo-reports:
name: Repository Reports
uses: ./.github/workflows/reusable-tests-repo.yml
results:
name: Analysis Results
needs: [tests-java, repo-reports]
runs-on: ubuntu-24.04
steps:
- run: echo "Workflow completed successfully!"