Updated actions and hedtools min version to 1.0.0#46
Merged
VisLab merged 2 commits intohed-standard:mainfrom Mar 31, 2026
Merged
Updated actions and hedtools min version to 1.0.0#46VisLab merged 2 commits intohed-standard:mainfrom
VisLab merged 2 commits intohed-standard:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s dependency and automation configuration to align with hedtools>=1.0.0, including corresponding test adjustments and GitHub Actions maintenance.
Changes:
- Bump minimum
hedtoolsdependency to>=1.0.0inpyproject.toml. - Update GitHub Pages documentation workflow action versions and adjust workflow permissions declarations.
- Remove now-unneeded
hed.errors.error_reporter.replace_tag_references(...)usage from HED validation summary tests.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
tests/operations/test_summarize_hed_validation_op.py |
Removes error_reporter import and tag reference replacement calls to stay compatible with newer hedtools. |
pyproject.toml |
Raises the minimum supported hedtools version to 1.0.0. |
.github/workflows/docs.yml |
Updates Pages actions (configure-pages, deploy-pages) to newer major versions; relies on workflow-level permissions. |
.github/workflows/ci.yaml |
Tightens default token permissions by removing id-token: write. |
.github/workflows/ci_windows.yaml |
Adds explicit minimal contents: read permissions. |
.github/dependabot.yml |
Adds a Dependabot entry for the uv ecosystem. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.