File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,9 +14,11 @@ name: "CodeQL"
1414on :
1515 push :
1616 branches : [ master, production ]
17+ paths : [ TWLight ]
1718 pull_request :
1819 # The branches below must be a subset of the branches above
1920 branches : [ master ]
21+ paths : [ TWLight ]
2022 schedule :
2123 - cron : ' 31 13 * * 3'
2224
3941
4042 # Initializes the CodeQL tools for scanning.
4143 - name : Initialize CodeQL
42- uses : github/codeql-action/init@v3
44+ uses : github/codeql-action/init@v4
4345 with :
4446 languages : ${{ matrix.language }}
4547 # If you wish to specify custom queries, you can do so here or in a config file.
5052 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5153 # If this step fails, then you should remove it and run the build manually (see below)
5254 - name : Autobuild
53- uses : github/codeql-action/autobuild@v3
55+ uses : github/codeql-action/autobuild@v4
5456
5557 # ℹ️ Command-line programs to run using the OS shell.
5658 # 📚 https://git.io/JvXDl
6466 # make release
6567
6668 - name : Perform CodeQL Analysis
67- uses : github/codeql-action/analyze@v3
69+ uses : github/codeql-action/analyze@v4
You can’t perform that action at this time.
0 commit comments