Skip to content

Commit c58be62

Browse files
authored
Update dependency submission workflow so it actually sets up jdk 22 (#12)
1 parent 92c6ff8 commit c58be62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757

5858
steps:
5959
- uses: actions/checkout@v4
60-
- name: Set up JDK 17
60+
- name: Set up JDK 22
6161
uses: actions/setup-java@v4
6262
with:
63-
java-version: '17'
63+
java-version: '22'
6464
distribution: 'temurin'
6565

6666
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.

0 commit comments

Comments
 (0)