Skip to content

Add run-tool feature and fix copyright pre-commit - #142

Merged
RolandJentschETAS merged 4 commits into
eclipse-score:mainfrom
etas-contrib:update
Aug 18, 2026
Merged

Add run-tool feature and fix copyright pre-commit#142
RolandJentschETAS merged 4 commits into
eclipse-score:mainfrom
etas-contrib:update

Conversation

@AlexanderLanin

Copy link
Copy Markdown
Member
  • Add ability to run tools from devcontainer
  • Fix copyright hook for pre-commit

@github-actions

github-actions Bot commented Aug 18, 2026

Copy link
Copy Markdown

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.7.0) and connecting to it...
INFO: Invocation ID: fb190734-8e60-4573-ad3e-0c21f56902ec
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
WARNING: For repository 'aspect_rules_lint', the root module requires module version aspect_rules_lint@1.10.2, but got aspect_rules_lint@2.3.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

Analyzing: target //:license-check (61 packages loaded, 10 targets configured)

Analyzing: target //:license-check (80 packages loaded, 10 targets configured)

Analyzing: target //:license-check (88 packages loaded, 10 targets configured)

Analyzing: target //:license-check (155 packages loaded, 2802 targets configured)

Analyzing: target //:license-check (164 packages loaded, 6787 targets configured)

Analyzing: target //:license-check (170 packages loaded, 8308 targets configured)

Analyzing: target //:license-check (170 packages loaded, 8308 targets configured)

Analyzing: target //:license-check (170 packages loaded, 8308 targets configured)

Analyzing: target //:license-check (173 packages loaded, 10193 targets configured)

Analyzing: target //:license-check (173 packages loaded, 10193 targets configured)

Analyzing: target //:license-check (173 packages loaded, 10193 targets configured)

Analyzing: target //:license-check (173 packages loaded, 10193 targets configured)

Analyzing: target //:license-check (174 packages loaded, 10317 targets configured)

Analyzing: target //:license-check (174 packages loaded, 10317 targets configured)

Analyzing: target //:license-check (174 packages loaded, 10317 targets configured)

Analyzing: target //:license-check (174 packages loaded, 10317 targets configured)

Analyzing: target //:license-check (175 packages loaded, 10437 targets configured)

Analyzing: target //:license-check (175 packages loaded, 10437 targets configured)

Analyzing: target //:license-check (175 packages loaded, 10437 targets configured)

INFO: Analyzed target //:license-check (176 packages loaded, 12016 targets configured).
[12 / 16] JavaToolchainCompileClasses external/rules_java+/toolchains/platformclasspath_classes; 0s disk-cache, processwrapper-sandbox ... (2 actions running)
INFO: From Generating Dash formatted dependency file ...:
INFO: Successfully converted 2 packages from Cargo.lock to bazel-out/k8-fastbuild/bin/formatted.txt
[14 / 16] JavaToolchainCompileBootClasspath external/rules_java+/toolchains/platformclasspath.jar; 0s disk-cache, processwrapper-sandbox
INFO: Found 1 target...
Target //:license.check.license_check up-to-date:
  bazel-bin/license.check.license_check
  bazel-bin/license.check.license_check.jar
INFO: Elapsed time: 172.788s, Critical Path: 1.81s
INFO: 16 processes: 12 internal, 3 processwrapper-sandbox, 1 worker.
INFO: Build completed successfully, 16 total actions
INFO: Running command line: bazel-bin/license.check.license_check ./formatted.txt <args omitted>
usage: org.eclipse.dash.licenses.cli.Main [-batch <int>] [-cd <url>]
       [-confidence <int>] [-ef <url>] [-excludeSources <sources>] [-help] [-lic
       <url>] [-project <shortname>] [-repo <url>] [-review] [-summary <file>]
       [-timeout <seconds>] [-token <token>]

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a unified devcontainer/Bazel tool runner and updates the copyright pre-commit integration.

Changes:

  • Adds .devcontainer/run-tool with Bazel fallback.
  • Upgrades score_devcontainer to v1.11.0.
  • Migrates the copyright hook and simplifies CI dependencies.

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.devcontainer/run-tool Adds the tool launcher.
.devcontainer/Dockerfile Upgrades the container image.
MODULE.bazel Adds the devcontainer Bazel dependency.
MODULE.bazel.lock Updates dependency hashes.
.pre-commit-config.yaml Migrates the copyright hook.
.github/workflows/on-pr.yml Removes the obsolete dependency installation.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread MODULE.bazel Outdated
@github-actions

Copy link
Copy Markdown

The created documentation from the pull request is available at: docu-html

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Alexander Lanin <alex@lanin.de>
@RolandJentschETAS
RolandJentschETAS merged commit 076663e into eclipse-score:main Aug 18, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

3 participants