Skip to content

[Snyk] Security upgrade org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.6.0 to 2.7.0 #271

[Snyk] Security upgrade org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.6.0 to 2.7.0

[Snyk] Security upgrade org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.6.0 to 2.7.0 #271

Workflow file for this run

name: pull request jobs
on:
pull_request:
jobs:
unit-integration-test:
uses: ./.github/workflows/unit-integration-test.yml
secrets: inherit
build-api:
uses: ./.github/workflows/build.yml
with:
environment: test
module: api
secrets: inherit
build-worker:
uses: ./.github/workflows/build.yml
with:
environment: test
module: worker
secrets: inherit
deploy-api:
needs: build-api
permissions:
contents: read
id-token: write
uses: ./.github/workflows/deploy.yml
with:
environment: test
module: api
secrets: inherit
deploy-worker:
needs: build-worker
permissions:
contents: read
id-token: write
uses: ./.github/workflows/deploy.yml
with:
environment: test
module: worker
secrets: inherit
e2e-test:
needs: [deploy-api, deploy-worker]
uses: ./.github/workflows/e2e-test.yml
with:
environment: test
secrets: inherit
verify-deployment:
needs: [e2e-test]
uses: ./.github/workflows/verify-deploy.yml
with:
environment: test
secrets: inherit