Skip to content

Clean up / fix workflows matching upstream changes#366

Merged
frenck merged 1 commit intomainfrom
frenck-2026-0016
Jan 28, 2026
Merged

Clean up / fix workflows matching upstream changes#366
frenck merged 1 commit intomainfrom
frenck-2026-0016

Conversation

@frenck
Copy link
Copy Markdown
Member

@frenck frenck commented Jan 28, 2026

Proposed Changes

I've moved a few workflows upstream for re-use. We can clean them up here.

Summary by CodeRabbit

  • Chores
    • Updated continuous integration workflow permissions for security event processing
    • Removed automated dependency review checks from pull requests
    • Removed automated linting checks from pull requests

✏️ Tip: You can customize this high-level summary in your review settings.

@frenck frenck added the ci Work that improves the continue integration. label Jan 28, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 28, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

The pull request modifies GitHub Actions workflow configuration files: adding permissions (actions: read and security-events: write) to the CI workflow, and removing the separate dependency-review and linting workflow files entirely.

Changes

Cohort / File(s) Summary
CI Workflow Configuration
.github/workflows/ci.yaml
Added permissions entries for actions: read and security-events: write to the workflow's permission block
Removed Workflows
.github/workflows/dependency-review.yaml, .github/workflows/linting.yaml
Deleted dependency-review workflow (dependency-review-action job) and linting workflow (zizmor job); these workflows are no longer triggered on pull requests or push events

Estimated Code Review Effort

🎯 2 (Simple) | ⏱️ ~7 minutes

Possibly Related PRs

  • hassio-addons/app-base#358: Modifies the same GitHub Actions workflow files (ci.yaml, dependency-review.yaml, and linting.yaml) with similar permission and workflow restructuring changes.

Poem

🐰 Workflows streamlined, permissions refined,
Two jobs removed, clarity to find,
Actions flow cleaner through CI's bright lane,
Less to review means less rabbit pain!


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.

@frenck frenck merged commit e82eda5 into main Jan 28, 2026
25 checks passed
@frenck frenck deleted the frenck-2026-0016 branch January 28, 2026 22:42
@github-actions github-actions bot locked and limited conversation to collaborators Jan 30, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

ci Work that improves the continue integration.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant