Skip to content

Commit

Permalink
- bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaid4j committed Feb 26, 2024
1 parent 9900817 commit a741bdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-pubish-api-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
branches:
- social-app-project

defaults:
run:
working-directory: ./api-gateway

jobs:
build:
name: Build and Test
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion api-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down

0 comments on commit a741bdc

Please sign in to comment.