File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7272
7373 # Initializes the CodeQL tools for scanning.
7474 - name : Initialize CodeQL
75- uses : github/codeql-action/init@v1
75+ uses : github/codeql-action/init@v2
7676 with :
7777 languages : ${{ matrix.language }}
7878 # If you wish to specify custom queries, you can do so here or in a config file.
8383 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
8484 # If this step fails, then you should remove it and run the build manually (see below)
8585 # - name: Autobuild
86- # uses: github/codeql-action/autobuild@v1
86+ # uses: github/codeql-action/autobuild@v2
8787
8888 # ℹ️ Command-line programs to run using the OS shell.
8989 # 📚 https://git.io/JvXDl
9595 ./gradlew build
9696
9797 - name : Perform CodeQL Analysis
98- uses : github/codeql-action/analyze@v1
98+ uses : github/codeql-action/analyze@v2
You can’t perform that action at this time.
0 commit comments