Skip to content

fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v4.0.1 #692

fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v4.0.1

fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v4.0.1 #692

Workflow file for this run

---
name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-24.04
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
fetch-depth: 0
- name: Load super-linter configuration
run: grep -v '^#' .github/super-linter.env | grep -v 'FIX_' >> "$GITHUB_ENV"
- name: Super-linter
uses: super-linter/super-linter@47984f49b4e87383eed97890fe2dca6063bbd9c3 # v8.3.1
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}