We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3866fe7 commit c30d864Copy full SHA for c30d864
1 file changed
.github/workflows/seqra.yml
@@ -9,6 +9,14 @@ jobs:
9
- name: Checkout your repository
10
uses: actions/checkout@v4
11
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
+
20
- name: Run Seqra code analysis
21
uses: seqra/seqra-action@v2
22
with:
0 commit comments