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 @@ -25,14 +25,14 @@ jobs:
2525
2626 # Initializes the CodeQL tools for scanning.
2727 - name : Initialize CodeQL
28- uses : github/codeql-action/init@v3
28+ uses : github/codeql-action/init@v4
2929 with :
3030 languages : javascript, java
3131
3232 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3333 # If this step fails, then you should remove it and run the build manually (see below)
3434 - name : Autobuild
35- uses : github/codeql-action/autobuild@v3
35+ uses : github/codeql-action/autobuild@v4
3636
3737 # ℹ️ Command-line programs to run using the OS shell.
3838 # 📚 https://git.io/JvXDl
4646 # make release
4747
4848 - name : Perform CodeQL Analysis
49- uses : github/codeql-action/analyze@v3
49+ uses : github/codeql-action/analyze@v4
You can’t perform that action at this time.
0 commit comments