Changeset 19504 in josm for trunk/.github/workflows


Ignore:
Timestamp:
2026-02-10T23:56:59+01:00 (34 hours ago)
Author:
stoecker
Message:

use java 21 for spotbugs and codeql

Location:
trunk/.github/workflows
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/codeql-analysis.yml

    r19058 r19504  
    4141        languages: ${{ matrix.language }}
    4242
     43    - name: Setup Java 21
     44        uses: actions/setup-java@v4
     45        with:
     46          distribution: 'zulu'
     47          java-version: 21
     48
    4349    - name: Compile with Ant
    4450      run: |
  • trunk/.github/workflows/spotbugs-analysis.yml

    r18993 r19504  
    2727        key: ${{ runner.os }}-ivy2-${{ hashFiles('build.xml', 'ivy.xml', 'tools/ivy.xml') }}
    2828
     29    - name: Setup Java 21
     30        uses: actions/setup-java@v4
     31        with:
     32          distribution: 'zulu'
     33          java-version: 21
     34
    2935    - name: Run Spotbugs with Ant
    3036      run: |
Note: See TracChangeset for help on using the changeset viewer.