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 1515 # │ │ │ │ │
1616 # │ │ │ │ │
1717 # * * * * *
18- - cron : ' 30 1 * * 0'
18+ - cron : " 30 1 * * 0"
1919
2020jobs :
2121 CodeQL-Build :
@@ -36,15 +36,15 @@ jobs:
3636
3737 # Initializes the CodeQL tools for scanning.
3838 - name : Initialize CodeQL
39- uses : github/codeql-action/init@v2
39+ uses : github/codeql-action/init@v3
4040 # Override language selection by uncommenting this and choosing your languages
4141 with :
4242 languages : cpp
4343
4444 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
4545 # If this step fails, then you should remove it and run the build manually (see below).
4646 - name : Autobuild
47- uses : github/codeql-action/autobuild@v2
47+ uses : github/codeql-action/autobuild@v3
4848
4949 # ℹ️ Command-line programs to run using the OS shell.
5050 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
5858 # make release
5959
6060 - name : Perform CodeQL Analysis
61- uses : github/codeql-action/analyze@v2
61+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments