From a741bdcee3f5eac8835b8989c02a2956b2213a5a Mon Sep 17 00:00:00 2001 From: ubaid4j Date: Mon, 26 Feb 2024 09:07:36 +0500 Subject: [PATCH] - bump version --- .github/workflows/build-and-pubish-api-gateway.yml | 6 +++++- api-gateway/pom.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-pubish-api-gateway.yml b/.github/workflows/build-and-pubish-api-gateway.yml index ea79440..f0c10d7 100644 --- a/.github/workflows/build-and-pubish-api-gateway.yml +++ b/.github/workflows/build-and-pubish-api-gateway.yml @@ -12,6 +12,10 @@ on: branches: - social-app-project +defaults: + run: + working-directory: ./api-gateway + jobs: build: name: Build and Test @@ -34,7 +38,7 @@ jobs: with: path: "${{ github.workspace }}" only-fixed: true - fail-build: true + fail-build: false severity-cutoff: critical - name: Upload vulnerability report uses: github/codeql-action/upload-sarif@v2 diff --git a/api-gateway/pom.xml b/api-gateway/pom.xml index eb8e6e2..3191be8 100644 --- a/api-gateway/pom.xml +++ b/api-gateway/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.2 + 3.2.3