Skip to content

Commit c30d864

Browse files
authored
Update seqra.yml
1 parent 3866fe7 commit c30d864

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/seqra.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ jobs:
99
- name: Checkout your repository
1010
uses: actions/checkout@v4
1111

12+
- name: Set up JDK
13+
uses: actions/setup-java@v3
14+
with:
15+
java-version: '23'
16+
distribution: 'temurin'
17+
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
18+
settings-path: ${{ github.workspace }} # location for the settings.xml file
19+
1220
- name: Run Seqra code analysis
1321
uses: seqra/seqra-action@v2
1422
with:

0 commit comments

Comments
 (0)