Skip to content

Commit

Permalink
gh actions: Increase min free disk space to 4GB
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjab3s committed Apr 18, 2024
1 parent 2f90c8b commit 9d7cb4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .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
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Expand Up @@ -73,3 +73,4 @@ jobs:
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"
config-file: ./.github/codeql/codeql-config-analysis.yml

0 comments on commit 9d7cb4a

Please sign in to comment.