@@ -46,17 +46,17 @@ jobs:
4646
4747 steps :
4848 - name : Checkout repository
49- uses : actions/checkout@v3
49+ uses : actions/checkout@v4
5050
5151
52- - uses : actions/setup-java@v3
52+ - uses : actions/setup-java@v4
5353 with :
54- distribution : ' corretto '
54+ distribution : ' temurin '
5555 java-version : 17
5656
5757 # Initializes the CodeQL tools for scanning.
5858 - name : Initialize CodeQL
59- uses : github/codeql-action/init@v2
59+ uses : github/codeql-action/init@v3
6060 with :
6161 languages : ${{ matrix.language }}
6262 # If you wish to specify custom queries, you can do so here or in a config file.
7070 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
7171 # If this step fails, then you should remove it and run the build manually (see below)
7272 - name : Autobuild
73- uses : github/codeql-action/autobuild@v2
73+ uses : github/codeql-action/autobuild@v3
7474
7575 # ℹ️ Command-line programs to run using the OS shell.
7676 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
8383 # ./location_of_script_within_repo/buildscript.sh
8484
8585 - name : Perform CodeQL Analysis
86- uses : github/codeql-action/analyze@v2
86+ uses : github/codeql-action/analyze@v3
8787 with :
8888 category : " /language:${{matrix.language}}"
0 commit comments