Skip to content

Commit 97baace

Browse files
authored
Merge branch 'eclipse-score:main' into main
2 parents dad513f + 6ad8317 commit 97baace

3 files changed

Lines changed: 4393 additions & 1766 deletions

File tree

MODULE.bazel

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
443444
http_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

450451
git_repository = use_repo_rule("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
451452

452453
git_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

Comments
 (0)