We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c147ea0 commit 15f872dCopy full SHA for 15f872d
1 file changed
.github/workflows/scan-deps.yml
@@ -13,10 +13,10 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v5
16
- - name: Set up JDK 22
+ - name: Set up JDK 17
17
uses: actions/setup-java@v5
18
with:
19
- java-version: '22'
+ java-version: '17'
20
distribution: 'temurin'
21
22
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
0 commit comments