🩹[Patch]: CI and workflow maintenance updates#76
Merged
Marius Storhaug (MariusStorhaug) merged 11 commits intomainfrom Jan 16, 2026
Merged
Conversation
Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 8.3.0 to 8.3.2. - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](super-linter/super-linter@502f4fe...d5b0a2a) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
…nter configuration
Copilot started reviewing on behalf of
Marius Storhaug (MariusStorhaug)
January 16, 2026 20:25
View session
There was a problem hiding this comment.
Pull request overview
This PR updates the super-linter GitHub Action from version 8.3.0 to 8.3.2, incorporating bug fixes and dependency updates. The update also includes necessary configuration changes to accommodate new linters introduced in the newer version.
Changes:
- Bumped super-linter/super-linter from v8.3.0 to v8.3.2 with associated bug fixes for file array handling, log group creation, and GitHub SHA initialization
- Updated version comment tags across all workflow files for consistency (e.g.,
# v6to# v6.0.0) - Added configuration to disable new linters (VALIDATE_BIOME_FORMAT and zizmor) that conflict with existing project setup
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/Linter.yml |
Updated super-linter to v8.3.2, added VALIDATE_BIOME_FORMAT: false, and updated checkout action version comment |
.github/workflows/TestWorkflow.yml |
Updated checkout action version comments from # v6 to # v6.0.0 for consistency across all test jobs |
.github/workflows/Auto-Release.yml |
Updated version comments for checkout and Auto-Release actions for consistency |
.github/linters/zizmor.yaml |
Added configuration file to ignore template-injection rule for action.yml |
.github/dependabot.yml |
Changed update schedule from weekly to daily and added cooldown configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
… Action-Test and Action-Test-Prerelease workflows
…nstead of pull_request_target
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.
This release updates CI and workflow maintenance for the GitHub-Script action.
Changes
Notes