Skip to content

Commit 233f13b

Browse files
authored
Update codeql-analysis.yml
upgrade versions
1 parent dc086be commit 233f13b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@v2
45+
uses: actions/checkout@v5
4646
with:
4747
path: ./hydra-core
4848

@@ -56,15 +56,15 @@ jobs:
5656
# Prefix the list here with "+" to use these queries and those in the config file.
5757
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5858

59-
- name: Set up JDK 17
60-
uses: actions/setup-java@v1
59+
- name: Set up JDK 21
60+
uses: actions/setup-java@v5
6161
with:
62-
java-version: 17
62+
java-version: 21
6363

6464
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6565
# If this step fails, then you should remove it and run the build manually (see below)
6666
- name: Autobuild
67-
uses: github/codeql-action/autobuild@v2
67+
uses: github/codeql-action/autobuild@v3
6868

6969
# ℹ️ Command-line programs to run using the OS shell.
7070
# 📚 https://git.io/JvXDl
@@ -78,4 +78,4 @@ jobs:
7878
# make release
7979

8080
- name: Perform CodeQL Analysis
81-
uses: github/codeql-action/analyze@v2
81+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)