Skip to content

Commit 5e5e2be

Browse files
authored
fix: sonar run, build on java 17 (#3240)
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent cd2a5ff commit 5e5e2be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ on:
2121
jobs:
2222
test:
2323
runs-on: ubuntu-latest
24-
if: ${{ ( github.event_name == 'push' ) || ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'java-operator-sdk' ) }}
24+
if: ${{ ( github.event_name == 'push' ) || ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'operator-framework' ) }}
2525
steps:
2626
- uses: actions/checkout@v6
2727
- name: Set up Java and Maven
2828
uses: actions/setup-java@v5
2929
with:
3030
distribution: temurin
31-
java-version: 25
31+
java-version: 17
3232
cache: 'maven'
3333
- name: Cache SonarCloud packages
3434
uses: actions/cache@v5

0 commit comments

Comments
 (0)