diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 83c799d9..dab2f14e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -27,6 +27,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + with: + fetch-depth: 0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/attribute-projection-registry/gradle.lockfile b/attribute-projection-registry/gradle.lockfile index 43f4fae8..e52d006a 100644 --- a/attribute-projection-registry/gradle.lockfile +++ b/attribute-projection-registry/gradle.lockfile @@ -19,6 +19,6 @@ io.grpc:grpc-protobuf:1.57.2=compileClasspath,runtimeClasspath io.grpc:grpc-stub:1.57.2=compileClasspath,runtimeClasspath javax.annotation:javax.annotation-api:1.3.2=runtimeClasspath org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.11=compileClasspath,runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath empty=annotationProcessor diff --git a/attribute-service-api/gradle.lockfile b/attribute-service-api/gradle.lockfile index 2d594019..75c16c0d 100644 --- a/attribute-service-api/gradle.lockfile +++ b/attribute-service-api/gradle.lockfile @@ -18,6 +18,6 @@ io.grpc:grpc-protobuf:1.57.2=compileClasspath,runtimeClasspath io.grpc:grpc-stub:1.57.2=compileClasspath,runtimeClasspath javax.annotation:javax.annotation-api:1.3.2=compileClasspath,runtimeClasspath org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.11=compileClasspath,runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath empty=annotationProcessor diff --git a/attribute-service-client/gradle.lockfile b/attribute-service-client/gradle.lockfile index c5305451..434ba101 100644 --- a/attribute-service-client/gradle.lockfile +++ b/attribute-service-client/gradle.lockfile @@ -31,7 +31,7 @@ io.perfmark:perfmark-api:0.26.0=runtimeClasspath javax.annotation:javax.annotation-api:1.3.2=runtimeClasspath org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.11=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath diff --git a/attribute-service-factory/gradle.lockfile b/attribute-service-factory/gradle.lockfile index fc65c37f..0fe410e6 100644 --- a/attribute-service-factory/gradle.lockfile +++ b/attribute-service-factory/gradle.lockfile @@ -75,8 +75,8 @@ org.eclipse.jetty:jetty-servlet:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util-ajax:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util:9.4.53.v20231009=runtimeClasspath org.hdrhistogram:HdrHistogram:2.1.12=runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath -org.hypertrace.core.documentstore:document-store:0.7.44=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.11=compileClasspath,runtimeClasspath +org.hypertrace.core.documentstore:document-store:0.7.49=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=runtimeClasspath org.hypertrace.core.grpcutils:grpc-server-utils:0.12.6=runtimeClasspath diff --git a/attribute-service-impl/gradle.lockfile b/attribute-service-impl/gradle.lockfile index de00deb7..00977942 100644 --- a/attribute-service-impl/gradle.lockfile +++ b/attribute-service-impl/gradle.lockfile @@ -67,8 +67,8 @@ org.eclipse.jetty:jetty-servlet:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util-ajax:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util:9.4.53.v20231009=runtimeClasspath org.hdrhistogram:HdrHistogram:2.1.12=runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath -org.hypertrace.core.documentstore:document-store:0.7.44=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.11=compileClasspath,runtimeClasspath +org.hypertrace.core.documentstore:document-store:0.7.49=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=compileClasspath,runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath org.hypertrace.core.serviceframework:docstore-metrics:0.1.62=compileClasspath,runtimeClasspath diff --git a/attribute-service-tenant-api/gradle.lockfile b/attribute-service-tenant-api/gradle.lockfile index c8d2bf28..c65ff409 100644 --- a/attribute-service-tenant-api/gradle.lockfile +++ b/attribute-service-tenant-api/gradle.lockfile @@ -3,6 +3,6 @@ # This file is expected to be part of source control. com.fasterxml.jackson:jackson-bom:2.15.2=compileClasspath,runtimeClasspath io.grpc:grpc-bom:1.57.2=compileClasspath,runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.11=compileClasspath,runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath empty=annotationProcessor diff --git a/attribute-service/gradle.lockfile b/attribute-service/gradle.lockfile index aac74825..91273b09 100644 --- a/attribute-service/gradle.lockfile +++ b/attribute-service/gradle.lockfile @@ -88,8 +88,8 @@ org.eclipse.jetty:jetty-servlet:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util-ajax:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util:9.4.53.v20231009=runtimeClasspath org.hdrhistogram:HdrHistogram:2.1.12=runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath -org.hypertrace.core.documentstore:document-store:0.7.44=runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.11=compileClasspath,runtimeClasspath +org.hypertrace.core.documentstore:document-store:0.7.49=runtimeClasspath org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=runtimeClasspath org.hypertrace.core.grpcutils:grpc-server-utils:0.12.6=runtimeClasspath diff --git a/caching-attribute-service-client/gradle.lockfile b/caching-attribute-service-client/gradle.lockfile index fdef954f..de345bf4 100644 --- a/caching-attribute-service-client/gradle.lockfile +++ b/caching-attribute-service-client/gradle.lockfile @@ -31,7 +31,7 @@ io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath javax.annotation:javax.annotation-api:1.3.2=runtimeClasspath org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.11=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=compileClasspath,runtimeClasspath