Skip to content

⚙️ [Maintenance]: GitHub Actions dependencies updated - #96

Merged
Marius Storhaug (MariusStorhaug) merged 1 commit into
mainfrom
chore/combine-dependabot-action-updates
Jul 8, 2026
Merged

⚙️ [Maintenance]: GitHub Actions dependencies updated#96
Marius Storhaug (MariusStorhaug) merged 1 commit into
mainfrom
chore/combine-dependabot-action-updates

Conversation

@MariusStorhaug

@MariusStorhaugMarius Storhaug (MariusStorhaug) commented Jul 8, 2026

Copy link
Copy Markdown
Member

GitHub Actions dependency pins are updated so the repository maintenance workflows use the latest pinned releases for checkout and linting without changing the GitHub Script action runtime behavior.

⚠️ This PR has no linked issue. Consider creating one for traceability.

Changed: Workflow dependency pins updated

The repository workflows now use actions/checkoutv7.0.0 and super-linter/super-linterv8.7.0. No changes are required for users of the GitHub Script action; this only affects repository automation.

Technical Details

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates pinned GitHub Actions dependencies in existing workflows to their newer release SHAs, keeping workflow behavior current while maintaining supply-chain safety via SHA pinning.

Changes:

  • Bump actions/checkout from v6.0.2 to v7.0.0 (pinned SHA) across workflows.
  • Bump super-linter/super-linter from v8.6.0 to v8.7.0 (pinned SHA) in the linter workflow.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

FileDescription
.github/workflows/TestWorkflow.ymlUpdates pinned actions/checkout SHA to v7.0.0 for reusable test jobs.
.github/workflows/Release.ymlUpdates pinned actions/checkout SHA to v7.0.0 for the release workflow.
.github/workflows/Linter.ymlUpdates pinned actions/checkout to v7.0.0 and super-linter to v8.7.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@MariusStorhaugMarius Storhaug (MariusStorhaug) changed the title ⬆️ [Dependencies]: Bump GitHub Actions dependencies⚙️ [Maintenance]: GitHub Actions dependencies updatedJul 8, 2026
@MariusStorhaug
Marius Storhaug (MariusStorhaug) merged commit 918892d into mainJul 8, 2026
74 checks passed
@MariusStorhaug
Marius Storhaug (MariusStorhaug) deleted the chore/combine-dependabot-action-updates branch July 8, 2026 12:48
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@MariusStorhaug