Skip to content

Commit 63a1588

Browse files
committed
chore: update workflows
1 parent 424176e commit 63a1588

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
77
name: Build
88

99
on:
@@ -32,7 +32,7 @@ on:
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"

.github/workflows/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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
22
name: Stale issues
33

44
on:
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

1111
permissions:
1212
issues: write

.github/workflows/update-syntaxes.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
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
77
name: Update Syntax Files
88

99
on:
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

1717
defaults:
@@ -20,7 +20,7 @@ defaults:
2020

2121

2222
env:
23-
JAVA_VERSION: 17
23+
JAVA_VERSION: 21
2424

2525

2626
jobs:
@@ -59,7 +59,7 @@ jobs:
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"

0 commit comments

Comments
 (0)