File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 33# SPDX-License-Identifier: EPL-2.0
44# SPDX-ArtifactOfProjectHomePage: https://github.com/sebthom/extra-syntax-highlighting-eclipse-plugin
55#
6- # https://docs.github.com/en/actions/writing- workflows/workflow-syntax-for-github-actions
6+ # https://docs.github.com/en/actions/reference/ workflows-and-actions /workflow-syntax
77name : Build
88
99on :
3232 - " .github/ISSUE_TEMPLATE/*"
3333 - " .github/workflows/stale.yml"
3434 workflow_dispatch :
35- # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows#workflow_dispatch
35+ # https://docs.github.com/en/actions/reference/workflows-and-actions /events-that-trigger-workflows#workflow_dispatch
3636 inputs :
3737 extra-maven-args :
3838 description : " Additional command-line arguments to append to all Maven invocations"
Original file line number Diff line number Diff line change 1- # https://docs.github.com/en/actions/writing- workflows/workflow-syntax-for-github-actions
1+ # https://docs.github.com/en/actions/reference/ workflows-and-actions /workflow-syntax
22name : Stale issues
33
44on :
55 schedule :
6- # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
6+ # https://docs.github.com/en/actions/reference/workflows-and-actions /events-that-trigger-workflows
77 - cron : ' 0 15 1,15 * *'
88 workflow_dispatch :
9- # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows#workflow_dispatch
9+ # https://docs.github.com/en/actions/reference/workflows-and-actions /events-that-trigger-workflows#workflow_dispatch
1010
1111permissions :
1212 issues : write
Original file line number Diff line number Diff line change 33# SPDX-License-Identifier: EPL-2.0
44# SPDX-ArtifactOfProjectHomePage: https://github.com/sebthom/extra-syntax-highlighting-eclipse-plugin
55#
6- # https://docs.github.com/en/actions/writing- workflows/workflow-syntax-for-github-actions
6+ # https://docs.github.com/en/actions/reference/ workflows-and-actions /workflow-syntax
77name : Update Syntax Files
88
99on :
1010 schedule :
11- # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
11+ # https://docs.github.com/en/actions/reference/workflows-and-actions /events-that-trigger-workflows
1212 - cron : ' 0 19 */2 * *' # every second day at 7 p.m.
1313 workflow_dispatch :
14- # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows#workflow_dispatch
14+ # https://docs.github.com/en/actions/reference/workflows-and-actions /events-that-trigger-workflows#workflow_dispatch
1515
1616
1717defaults :
@@ -20,7 +20,7 @@ defaults:
2020
2121
2222env :
23- JAVA_VERSION : 17
23+ JAVA_VERSION : 21
2424
2525
2626jobs :
5959 - name : " Install: Maven"
6060 uses : stCarolas/setup-maven@v5 # https://github.com/stCarolas/setup-maven
6161 with :
62- maven-version : 3.9.9
62+ maven-version : 3.9.1
6363
6464
6565 - name : " Install: Node LTS"
You can’t perform that action at this time.
0 commit comments