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.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 301c7fad2..d974d650e 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -11,7 +11,7 @@ on:
11 paths-ignore: 11 paths-ignore:
12 - CONTRIBUTING.md 12 - CONTRIBUTING.md
13 - README 13 - README
14 - README.md 14 - README.md
15 - RELNOTES 15 - RELNOTES
16 - SECURITY.md 16 - SECURITY.md
17 - 'etc/**' 17 - 'etc/**'
@@ -21,7 +21,7 @@ on:
21 paths-ignore: 21 paths-ignore:
22 - CONTRIBUTING.md 22 - CONTRIBUTING.md
23 - README 23 - README
24 - README.md 24 - README.md
25 - RELNOTES 25 - RELNOTES
26 - SECURITY.md 26 - SECURITY.md
27 - 'etc/**' 27 - 'etc/**'
@@ -61,7 +61,7 @@ jobs:
61 with: 61 with:
62 languages: ${{ matrix.language }} 62 languages: ${{ matrix.language }}
63 # If you wish to specify custom queries, you can do so here or in a config file. 63 # If you wish to specify custom queries, you can do so here or in a config file.
64 # By default, queries listed here will override any specified in a config file. 64 # By default, queries listed here will override any specified in a config file.
65 # Prefix the list here with "+" to use these queries and those in the config file. 65 # Prefix the list here with "+" to use these queries and those in the config file.
66 # queries: ./path/to/local/query, your-org/your-repo/queries@main 66 # queries: ./path/to/local/query, your-org/your-repo/queries@main
67 67