Changeset 19561 in josm
- Timestamp:
- 2026-04-11T17:12:03+02:00 (43 hours ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 6 edited
-
ant-test.yml (modified) (1 diff)
-
ant.yml (modified) (2 diffs)
-
checkstyle-analysis.yml (modified) (1 diff)
-
codeql-analysis.yml (modified) (1 diff)
-
pmd-analysis.yml (modified) (1 diff)
-
spotbugs-analysis.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/ant-test.yml
r19485 r19561 25 25 steps: 26 26 - name: Checkout 27 uses: actions/checkout@v 427 uses: actions/checkout@v6 28 28 with: 29 29 fetch-depth: 256 -
trunk/.github/workflows/ant.yml
r19490 r19561 26 26 steps: 27 27 - name: Checkout 28 uses: actions/checkout@v 428 uses: actions/checkout@v6 29 29 with: 30 30 fetch-depth: 256 … … 74 74 steps: 75 75 - name: Checkout 76 uses: actions/checkout@v 476 uses: actions/checkout@v6 77 77 with: 78 78 fetch-depth: 256 -
trunk/.github/workflows/checkstyle-analysis.yml
r19058 r19561 15 15 steps: 16 16 - name: Checkout repository 17 uses: actions/checkout@v 417 uses: actions/checkout@v6 18 18 with: 19 19 fetch-depth: 256 -
trunk/.github/workflows/codeql-analysis.yml
r19505 r19561 24 24 steps: 25 25 - name: Checkout repository 26 uses: actions/checkout@v 426 uses: actions/checkout@v6 27 27 with: 28 28 fetch-depth: 256 -
trunk/.github/workflows/pmd-analysis.yml
r19059 r19561 15 15 steps: 16 16 - name: Checkout repository 17 uses: actions/checkout@v 417 uses: actions/checkout@v6 18 18 with: 19 19 fetch-depth: 256 -
trunk/.github/workflows/spotbugs-analysis.yml
r19505 r19561 15 15 steps: 16 16 - name: Checkout repository 17 uses: actions/checkout@v 417 uses: actions/checkout@v6 18 18 with: 19 19 fetch-depth: 256
Note:
See TracChangeset
for help on using the changeset viewer.
