@@ -371,6 +371,7 @@ download_archive(
371371 name = "json_schema_validator" ,
372372 build = "//third_party/json_schema_validator:json_schema_validator.BUILD" ,
373373 dev_dependency = True ,
374+ integrity = "sha256-g/YdgRL0heDT8ectUWELo5JLF5kmqDdq7zwDh3D68gI=" ,
374375 strip_prefix = "json-schema-validator-2.1.0" ,
375376 urls = ["https://github.com/pboettch/json-schema-validator/archive/refs/tags/2.1.0.tar.gz" ],
376377)
@@ -443,16 +444,16 @@ http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "ht
443444http_archive (
444445 name = "codeql_bundle" ,
445446 build_file = "//third_party/codeql:codeql.BUILD" ,
446- sha256 = "" ,
447- url = "https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.23.6 /codeql-bundle-linux64.tar.gz" ,
447+ sha256 = "0144d4bc415aee0d5638119dfb626a2d8689e2ff21758ba211a3984862b8522c " ,
448+ url = "https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.26.0 /codeql-bundle-linux64.tar.gz" ,
448449)
449450
450451git_repository = use_repo_rule ("@bazel_tools//tools/build_defs/repo:git.bzl" , "git_repository" )
451452
452453git_repository (
453454 name = "codeql_coding_standards" ,
454455 build_file = "//third_party/codeql:codeql_coding_standards.BUILD" ,
455- commit = "9fc970ff7eaedb64aa3cd172d45f4002c40f2a73 " , # v2.60 .0
456+ commit = "06dc6bc32b05152fbe94dbf341a3e854574c9df5 " , # v2.61 .0
456457 remote = "https://github.com/github/codeql-coding-standards.git" ,
457458)
458459
0 commit comments