Skip to content

Commit 463d929

Browse files
committed
cicd: update deprecated codeql-analysis gh actions
1 parent f466e80 commit 463d929

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ name: "CodeQL"
1414
on:
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

@@ -39,7 +41,7 @@ jobs:
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.
@@ -50,7 +52,7 @@ jobs:
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
@@ -64,4 +66,4 @@ jobs:
6466
# make release
6567

6668
- name: Perform CodeQL Analysis
67-
uses: github/codeql-action/analyze@v3
69+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)