diff --git a/.bazelversion b/.bazelversion index 2bf50aaf17..e7fdef7e2e 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -8.3.0 +8.4.2 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml deleted file mode 100644 index 10ea213efe..0000000000 --- a/.github/workflows/tests.yml +++ /dev/null @@ -1,38 +0,0 @@ -# ******************************************************************************* -# Copyright (c) 2025 Contributors to the Eclipse Foundation -# -# See the NOTICE file(s) distributed with this work for additional -# information regarding copyright ownership. -# -# This program and the accompanying materials are made available under the -# terms of the Apache License Version 2.0 which is available at -# https://www.apache.org/licenses/LICENSE-2.0 -# -# SPDX-License-Identifier: Apache-2.0 -# ******************************************************************************* -name: Bazel Tests - -on: - pull_request: - types: [opened, reopened, synchronize] - merge_group: - types: [checks_requested] - -jobs: - setup-and-run-tests: - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v4.2.2 - - - name: Setup Bazel with shared caching - uses: bazel-contrib/setup-bazel@0.14.0 - with: - disk-cache: true - repository-cache: true - bazelisk-cache: true - - - name: Run Tests via Bazel - run: | - echo "Running: bazel test //..." - bazel test //... diff --git a/MODULE.bazel b/MODULE.bazel index 653b41c7ad..01636949ef 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -49,15 +49,8 @@ bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2") # ############################################################################### bazel_dep(name = "aspect_rules_lint", version = "1.5.3") -bazel_dep(name = "score_tooling", version = "1.1.0") +bazel_dep(name = "score_tooling", version = "1.2.0") bazel_dep(name = "score_docs_as_code", version = "3.0.1") - -git_override( - module_name = "score_tooling", - commit = "58581abf75b321defbb53ffbad3b65e7f62b5082", - remote = "https://github.com/etas-contrib/score_tooling.git", -) - git_override( module_name = "score_docs_as_code", commit = "21640ab325b3aae147ba4e3e8b5e7ab89fc2e8f5",