Changeset 19504 in josm for trunk/.github/workflows
- Timestamp:
- 2026-02-10T23:56:59+01:00 (34 hours ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 2 edited
-
codeql-analysis.yml (modified) (1 diff)
-
spotbugs-analysis.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/codeql-analysis.yml
r19058 r19504 41 41 languages: ${{ matrix.language }} 42 42 43 - name: Setup Java 21 44 uses: actions/setup-java@v4 45 with: 46 distribution: 'zulu' 47 java-version: 21 48 43 49 - name: Compile with Ant 44 50 run: | -
trunk/.github/workflows/spotbugs-analysis.yml
r18993 r19504 27 27 key: ${{ runner.os }}-ivy2-${{ hashFiles('build.xml', 'ivy.xml', 'tools/ivy.xml') }} 28 28 29 - name: Setup Java 21 30 uses: actions/setup-java@v4 31 with: 32 distribution: 'zulu' 33 java-version: 21 34 29 35 - name: Run Spotbugs with Ant 30 36 run: |
Note:
See TracChangeset
for help on using the changeset viewer.
