Skip to content

Commit 12b654a

Browse files
Merge branch 'main' into main
2 parents 02e4e2a + 09caeca commit 12b654a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4444

4545
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # v2 minimum required
46+
- name: Set up JDK
47+
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
48+
with:
49+
java-version: 17.x
50+
distribution: temurin
4651
- name: Run formatter
4752
id: formatter
4853
uses: axel-op/googlejavaformat-action@dbff853fb823671ec5781365233bf86543b13215 # v3

0 commit comments

Comments
 (0)