Skip to content

chore(deps): update github-actions#58

Merged
SamuelIVX merged 1 commit intomainfrom
renovate/github-actions
Feb 15, 2026
Merged

chore(deps): update github-actions#58
SamuelIVX merged 1 commit intomainfrom
renovate/github-actions

Conversation

@SamuelIVX
Copy link
Owner

@SamuelIVX SamuelIVX commented Feb 15, 2026

Summary by CodeRabbit

  • Chores
    • Updated GitHub Actions workflow versions for tooling improvements and maintenance.

@coderabbitai
Copy link

coderabbitai bot commented Feb 15, 2026

📝 Walkthrough

Walkthrough

Two GitHub Action versions were updated in workflow files: Super-Linter from v8.4.0 to v8.5.0 in linter.yml, and Renovate from v46.0.1 to v46.1.0 in renovate.yml. No behavioral changes or logic modifications.

Changes

Cohort / File(s) Summary
GitHub Actions Version Updates
.github/workflows/linter.yml, .github/workflows/renovate.yml
Updated Super-Linter action to v8.5.0 and Renovate action to v46.1.0. Minor version bumps with no configuration or logic changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related issues

  • Dependency Dashboard #30: The version bumps for Super-Linter and Renovate GitHub Actions match the dependency updates listed in the Renovate dashboard, suggesting these changes fulfill tracked dependency upgrade objectives.

Possibly related PRs

Suggested labels

dependencies

Poem

🐰 Hops of joy with tiny feet,
Versions bumped so clean and neat!
Super-Linter, Renovate so fine,
Dependencies in perfect line!

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore(deps): update github-actions' directly and accurately describes the main change: updating GitHub Actions dependencies.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into main

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch renovate/github-actions

No actionable comments were generated in the recent review. 🎉

📜 Recent review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between c28a687 and 8f08056.

📒 Files selected for processing (2)
  • .github/workflows/linter.yml
  • .github/workflows/renovate.yml
🧰 Additional context used
🪛 GitHub Check: CodeQL
.github/workflows/renovate.yml

[warning] 20-20: Unpinned tag for a non-immutable Action in workflow
Unpinned 3rd party Action 'Renovate' step Uses Step uses 'renovatebot/github-action' with ref 'v46.1.0', not a pinned commit hash

.github/workflows/linter.yml

[warning] 30-30: Unpinned tag for a non-immutable Action in workflow
Unpinned 3rd party Action 'Lint' step Uses Step uses 'super-linter/super-linter' with ref 'v8.5.0', not a pinned commit hash

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Lint Code Base
🔇 Additional comments (2)
.github/workflows/renovate.yml (1)

20-20: LGTM — minor version bump looks good.

The update from v46.0.1 to v46.1.0 is a straightforward minor dependency bump with no config changes.

Regarding the CodeQL warning about unpinned tags: all actions in this repo use version tags rather than pinned commit hashes, so this is consistent with the existing pattern. Pinning to a full SHA (e.g., renovatebot/github-action@<sha> # v46.1.0) would harden against tag mutation, but that's an orthogonal improvement you could adopt repo-wide.

.github/workflows/linter.yml (1)

30-30: LGTM — minor version bump looks good.

The update from v8.4.0 to v8.5.0 is a straightforward minor dependency bump with no config changes. Same note as the Renovate action regarding the CodeQL unpinned-tag warning — consistent with the repo's existing convention.

✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.


- name: Super-Linter
uses: super-linter/super-linter@v8.4.0
uses: super-linter/super-linter@v8.5.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Lint' step
Uses Step
uses 'super-linter/super-linter' with ref 'v8.5.0', not a pinned commit hash

- name: Renovate
uses: renovatebot/github-action@v46.0.1
uses: renovatebot/github-action@v46.1.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Renovate' step
Uses Step
uses 'renovatebot/github-action' with ref 'v46.1.0', not a pinned commit hash
@github-actions
Copy link

Super-linter summary

Language Validation result
JSON Pass ✅
MARKDOWN Pass ✅
TYPESCRIPT_ES Pass ✅
YAML Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

@SamuelIVX SamuelIVX merged commit a8c8f72 into main Feb 15, 2026
10 checks passed
@SamuelIVX SamuelIVX deleted the renovate/github-actions branch February 15, 2026 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants