Skip to content

Bump io.swagger.core.v3:swagger-integration-jakarta from 2.2.8 to 2.2.22 #130

Bump io.swagger.core.v3:swagger-integration-jakarta from 2.2.8 to 2.2.22

Bump io.swagger.core.v3:swagger-integration-jakarta from 2.2.8 to 2.2.22 #130

Workflow file for this run

name: "Backend: PR: Build and test"
on:
pull_request_target:
types: [ "opened", "reopened", "synchronize" ]
paths:
- "pom.xml"
- "contract/**"
- "api/**"
- "serde-api/**"
permissions:
contents: read
checks: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/backend_tests.yml
with:
event_name: ${{ github.event_name }}