File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [push, pull_request]
55jobs :
66 analyze :
77 name : Analyze
8- runs-on : ubuntu-20 .04
8+ runs-on : ubuntu-24 .04
99
1010 strategy :
1111 fail-fast : false
1717 # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 with :
2222 submodules : recursive
2323
2626
2727 # Initializes the CodeQL tools for scanning.
2828 - name : Initialize CodeQL
29- uses : github/codeql-action/init@v2
29+ uses : github/codeql-action/init@v3
3030 with :
3131 languages : ${{ matrix.language }}
3232 # If you wish to specify custom queries, you can do so here or in a config file.
3939 make -j$(nproc) USE_Z3=yes HAVE_RULES=yes
4040
4141 - name : Perform CodeQL Analysis
42- uses : github/codeql-action/analyze@v2
42+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments