11name : " Code Scanning - Action"
22
33on :
4- push :
5- branches : [master]
64 pull_request :
7- branches : [master]
5+ push :
6+ branches : [ master ]
87 schedule :
9- # ┌───────────── minute (0 - 59)
10- # │ ┌───────────── hour (0 - 23)
11- # │ │ ┌───────────── day of the month (1 - 31)
12- # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
13- # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
14- # │ │ │ │ │
15- # │ │ │ │ │
16- # │ │ │ │ │
17- # * * * * *
188 - cron : ' 30 1 * * 0'
199
2010jobs :
@@ -32,19 +22,19 @@ jobs:
3222
3323 steps :
3424 - name : Checkout repository
35- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
3626
3727 # Initializes the CodeQL tools for scanning.
3828 - name : Initialize CodeQL
39- uses : github/codeql-action/init@v2
29+ uses : github/codeql-action/init@v3
4030 # Override language selection by uncommenting this and choosing your languages
4131 # with:
4232 # languages: go, javascript, csharp, python, cpp, java, ruby
4333
4434 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
4535 # If this step fails, then you should remove it and run the build manually (see below).
4636 - name : Autobuild
47- uses : github/codeql-action/autobuild@v2
37+ uses : github/codeql-action/autobuild@v3
4838
4939 # ℹ️ Command-line programs to run using the OS shell.
5040 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
5848 # make release
5949
6050 - name : Perform CodeQL Analysis
61- uses : github/codeql-action/analyze@v2
51+ uses : github/codeql-action/analyze@v3
0 commit comments