Skip to content

Commit 27034ec

Browse files
authored
Update codeql.yml
1 parent 96e3853 commit 27034ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ jobs:
6868
# Add any setup steps before running the `github/codeql-action/init` action.
6969
# This includes steps like installing compilers or runtimes (`actions/setup-node`
7070
# or others). This is typically only required for manual builds.
71+
- name: Maximize Build Space
72+
if: runner.os == 'Linux'
73+
uses: jlumbroso/free-disk-space@main
74+
with:
75+
tool-cache: false
76+
large-packages: false
77+
7178
- uses: actions/setup-java@v4
7279
with:
7380
distribution: 'corretto' # See 'Supported distributions' for available options

0 commit comments

Comments
 (0)