Skip to content

Commit

Permalink
Merge pull request #18898 from unoplatform/dev/jela/codeql
Browse files Browse the repository at this point in the history
ci: Adjust CodeQL size
  • Loading branch information
jeromelaban authored Nov 26, 2024
2 parents 679ef12 + 89613a8 commit 58e477b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,24 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4


- name: Free Disk Space (Ubuntu)
if: runner.os == 'Linux'
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be #v1.3.1
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: false
haskell: true
large-packages: true
docker-images: true
swap-storage: true

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 58e477b

Please sign in to comment.