We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1741fe8 commit 70ff65bCopy full SHA for 70ff65b
.github/workflows/java-format-checker.yml
@@ -16,13 +16,13 @@ jobs:
16
egress-policy: audit
17
- name: Checkout repository
18
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19
- - name: Set up JDK 17
20
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
+ - name: Set up JDK 21
+ uses: actions/setup-java@v4
21
with:
22
- java-version: '17'
+ java-version: '21'
23
distribution: 'temurin'
24
cache: maven
25
- - uses: axel-op/googlejavaformat-action@c1134ebd196c4cbffb077f9476585b0be8b6afcd # v3.6
+ - uses: axel-op/googlejavaformat-action@v4
26
27
args: "--aosp --skip-javadoc-formatting --skip-reflowing-long-strings --skip-sorting-imports --replace"
28
skip-commit: true
0 commit comments