File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1717 pull_request :
1818 # The branches below must be a subset of the branches above
1919 branches : [ main ]
20- schedule :
21- - cron : ' 16 4 * * 1'
2220
2321jobs :
2422 analyze :
@@ -38,11 +36,11 @@ jobs:
3836
3937 steps :
4038 - name : Checkout repository
41- uses : actions/checkout@v2
39+ uses : actions/checkout@v3
4240
4341 # Initializes the CodeQL tools for scanning.
4442 - name : Initialize CodeQL
45- uses : github/codeql-action/init@v1
43+ uses : github/codeql-action/init@v2
4644 with :
4745 languages : ${{ matrix.language }}
4846 # If you wish to specify custom queries, you can do so here or in a config file.
5351 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5452 # If this step fails, then you should remove it and run the build manually (see below)
5553 - name : Autobuild
56- uses : github/codeql-action/autobuild@v1
54+ uses : github/codeql-action/autobuild@v2
5755
5856 # ℹ️ Command-line programs to run using the OS shell.
5957 # 📚 https://git.io/JvXDl
6765 # make release
6866
6967 - name : Perform CodeQL Analysis
70- uses : github/codeql-action/analyze@v1
68+ uses : github/codeql-action/analyze@v2
You can’t perform that action at this time.
0 commit comments