Skip to content

build(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.3.4 to 3.3.5 #1800

build(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.3.4 to 3.3.5

build(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.3.4 to 3.3.5 #1800

name: Check Java Format
on: [ push, pull_request ]
permissions:
contents: read
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: axel-op/googlejavaformat-action@0dc4ef525e7ed73d8dff50b1b062a4d441d014b5 # v3.6
with:
args: "--aosp --skip-javadoc-formatting --skip-reflowing-long-strings --skip-sorting-imports --replace"
skip-commit: true
- name: Print diffs
run: git --no-pager diff --exit-code