ci(codeql): fix build space issue (#1714)

This commit is contained in:
ReenigneArcher 2023-10-07 11:28:42 -04:00 committed by GitHub
parent 26261c18b6
commit 7166d2f1fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,6 +99,16 @@ jobs:
matrix: ${{ fromJson(needs.languages.outputs.matrix) }}
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@v8
with:
root-reserve-mb: 20480
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'false'
remove-docker-images: 'true'
- name: Checkout repository
uses: actions/checkout@v4
with: