diff --git a/.github/codeql/codeql-config-analysis.yml b/.github/codeql/codeql-config-analysis.yml new file mode 100644 index 0000000000..a7e3a14198 --- /dev/null +++ b/.github/codeql/codeql-config-analysis.yml @@ -0,0 +1,10 @@ +# +# Copyright 2013-2024 Software Radio Systems Limited +# +# By using this file, you agree to the terms and conditions set +# forth in the LICENSE file which can be found at the top level of +# the distribution. +# + +name: "CodeQL analysis config" +min-disk-free: 4096 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d045f9725a..0019b230d3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -73,3 +73,4 @@ jobs: uses: github/codeql-action/analyze@v2 with: category: "/language:${{matrix.language}}" + config-file: ./.github/codeql/codeql-config-analysis.yml