Skip to content

[API-Gateway] Bump org.springframework.boot from 3.3.1 to 3.4.1 in /api-gateway #40

[API-Gateway] Bump org.springframework.boot from 3.3.1 to 3.4.1 in /api-gateway

[API-Gateway] Bump org.springframework.boot from 3.3.1 to 3.4.1 in /api-gateway #40

Workflow file for this run

name: '[API Gateway] CI pipeline'
on:
push:
branches:
- main
paths:
- 'api-gateway/**'
- '.github/workflows/api-gateway-ci.yaml'
pull_request:
paths:
- 'api-gateway/**'
- '.github/workflows/api-gateway-ci.yaml'
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/service-build.yaml
with:
path: 'api-gateway'
vulnerability-scanner:
uses: ./.github/workflows/service-vulnerability-scanner.yaml
needs: [ build ]
with:
path: 'api-gateway'
image-vulnerability-scanner:
uses: ./.github/workflows/service-image-vulnerability-scanner.yaml
needs: [ build ]
with:
path: 'api-gateway'
dast-scanner:
uses: ./.github/workflows/service-dast-scanner.yaml
needs: [ build ]
with:
path: 'api-gateway'
port: 8080