File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
7878 # make release
7979
8080 - name : Perform CodeQL Analysis
81- uses : github/codeql-action/analyze@v2
81+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments