aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-rw-r--r--.github/workflows/codeql-analysis.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index d34a48aa3..4a09ad9d8 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -9,7 +9,10 @@ on:
9 push: 9 push:
10 branches: [ master ] 10 branches: [ master ]
11 paths-ignore: 11 paths-ignore:
12 - .git-blame-ignore-revs
13 - .gitignore
12 - CONTRIBUTING.md 14 - CONTRIBUTING.md
15 - COPYING
13 - README 16 - README
14 - README.md 17 - README.md
15 - RELNOTES 18 - RELNOTES
@@ -19,7 +22,10 @@ on:
19 # The branches below must be a subset of the branches above 22 # The branches below must be a subset of the branches above
20 branches: [ master ] 23 branches: [ master ]
21 paths-ignore: 24 paths-ignore:
25 - .git-blame-ignore-revs
26 - .gitignore
22 - CONTRIBUTING.md 27 - CONTRIBUTING.md
28 - COPYING
23 - README 29 - README
24 - README.md 30 - README.md
25 - RELNOTES 31 - RELNOTES
@@ -47,7 +53,7 @@ jobs:
47 53
48 # Initializes the CodeQL tools for scanning. 54 # Initializes the CodeQL tools for scanning.
49 - name: Initialize CodeQL 55 - name: Initialize CodeQL
50 uses: github/codeql-action/init@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 56 uses: github/codeql-action/init@3e7e3b32d0fb8283594bb0a76cc60a00918b0969
51 with: 57 with:
52 languages: ${{ matrix.language }} 58 languages: ${{ matrix.language }}
53 # If you wish to specify custom queries, you can do so here or in a config file. 59 # If you wish to specify custom queries, you can do so here or in a config file.
@@ -58,7 +64,7 @@ jobs:
58 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). 64 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
59 # If this step fails, then you should remove it and run the build manually (see below) 65 # If this step fails, then you should remove it and run the build manually (see below)
60 - name: Autobuild 66 - name: Autobuild
61 uses: github/codeql-action/autobuild@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 67 uses: github/codeql-action/autobuild@3e7e3b32d0fb8283594bb0a76cc60a00918b0969
62 68
63 # ℹī¸ Command-line programs to run using the OS shell. 69 # ℹī¸ Command-line programs to run using the OS shell.
64 # 📚 https://git.io/JvXDl 70 # 📚 https://git.io/JvXDl
@@ -72,4 +78,4 @@ jobs:
72 # make release 78 # make release
73 79
74 - name: Perform CodeQL Analysis 80 - name: Perform CodeQL Analysis
75 uses: github/codeql-action/analyze@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 81 uses: github/codeql-action/analyze@3e7e3b32d0fb8283594bb0a76cc60a00918b0969