Skip to content

Bump body-parser and express in /frontend/src/main/webapp #2257

Bump body-parser and express in /frontend/src/main/webapp

Bump body-parser and express in /frontend/src/main/webapp #2257

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
build:
uses: ./.github/workflows/subflow_build.yml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
e2e-test:
uses: ./.github/workflows/subflow_e2e_test.yml
needs: build