Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for CodeQL (0.3 seconds)

  1. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/BuildEnvironment.kt

     */
    object BuildEnvironment {
    
        /**
         * A selection of environment variables injected into the environment by the `codeql-env.sh` script.
         */
        private
        val CODEQL_ENVIRONMENT_VARIABLES = arrayOf(
            "CODEQL_JAVA_HOME",
            "CODEQL_EXTRACTOR_JAVA_SCRATCH_DIR",
            "CODEQL_ACTION_RUN_MODE",
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Mar 25 08:51:12 GMT 2026
    - 4.9K bytes
    - Click Count (1)
  2. CLAUDE.md

    │           ├── ContentOutputStreamTest.java
    │           └── IOIntegrationTest.java
    ├── .github/workflows/             # CI/CD configuration
    │   ├── maven.yml                  # Build and test workflow
    │   └── codeql-analysis.yml        # Security analysis
    ├── pom.xml                        # Maven build configuration
    ├── README.md                      # Project documentation
    └── CLAUDE.md                      # This file
    ```
    
    Created: Thu Apr 02 15:34:12 GMT 2026
    - Last Modified: Thu Jan 08 07:28:24 GMT 2026
    - 4.3K bytes
    - Click Count (0)
Back to Top