Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for CODEQL (0.07 sec)

  1. build-logic/profiling/src/main/kotlin/gradlebuild.buildscan.gradle.kts

                    link("Build Type Scans", customValueSearchUrl(mapOf(tcBuildTypeName to buildType)))
                }
            }
        }
        if (isCodeQl) {
            buildScan {
                tag("CODEQL")
            }
        }
        if (isTeamCity && !isPromotionBuild) {
            // don't overwrite the nightly version in promotion build
            buildScan {
                buildScanPublished {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 13:29:44 UTC 2024
    - 7.1K bytes
    - Viewed (0)
Back to top