Skip to content

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.3.4 to 3.3.5 in /src/cart #1374

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.3.4 to 3.3.5 in /src/cart

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.3.4 to 3.3.5 in /src/cart #1374

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
branches:
- main
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
semanticpr:
name: Semantic Pull Request
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}