We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e3853 commit 27034ecCopy full SHA for 27034ec
.github/workflows/codeql.yml
@@ -68,6 +68,13 @@ jobs:
68
# Add any setup steps before running the `github/codeql-action/init` action.
69
# This includes steps like installing compilers or runtimes (`actions/setup-node`
70
# 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
+
78
- uses: actions/setup-java@v4
79
with:
80
distribution: 'corretto' # See 'Supported distributions' for available options
0 commit comments