Skip to content

chore: Update CI and release workflows#105

Merged
nemuvski merged 1 commit into
mainfrom
update-ci-actions
Jul 3, 2026
Merged

chore: Update CI and release workflows#105
nemuvski merged 1 commit into
mainfrom
update-ci-actions

Conversation

@nemuvski

@nemuvski nemuvski commented Jul 3, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • Chores
    • CI とリリースの実行環境が、より軽量なランナーに更新されました。
    • GitHub Actions の利用バージョンが更新され、固定参照に統一されました。
    • リリース用ワークフローで、チェックアウト時の認証情報の保持が無効化されました。

@nemuvski nemuvski self-assigned this Jul 3, 2026
@coderabbitai

coderabbitai Bot commented Jul 3, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

CI (ci.yml) と リリース (release.yml) の GitHub Actions ワークフローで、ジョブ実行環境が ubuntu-latest から ubuntu-slim に変更され、actions/checkoutactions/setup-node が新しい SHA 固定バージョンに更新された。release.yml では checkoutpersist-credentials: false が追加された。

Changes

CI/CDワークフロー更新

Layer / File(s) Summary
CIワークフローのランナー・アクション更新
.github/workflows/ci.yml
static-checkbuild-and-test ジョブのランナーを ubuntu-slim に変更し、actions/checkout(v7.0.0)と actions/setup-node(v6.4.0)を新しい SHA 固定バージョンに更新した。
リリースワークフローのランナー・アクション更新
.github/workflows/release.yml
build ジョブのランナーを ubuntu-slim に変更し、actions/checkoutactions/setup-node を新しい SHA 固定バージョンに更新、persist-credentials: false を追加した。

Estimated code review effort: 1 (Trivial) | ~5 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed CI と release のワークフロー更新という変更内容を適切に要約しており、主な差分と一致しています。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch update-ci-actions

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

@coderabbitai coderabbitai Bot 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.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/workflows/ci.yml:
- Around line 14-20: The CI job is using ubuntu-slim for the workflow runner,
which makes the static-check and build-and-test jobs too slow and prone to
hitting the 15-minute limit. Update the runs-on setting in the CI workflow back
to ubuntu-latest so the jobs have enough time to complete reliably, and keep the
existing checkout/setup-node steps unchanged.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 3e4fba5e-c312-431a-a6de-8795d72d3dbe

📥 Commits

Reviewing files that changed from the base of the PR and between 0f45302 and 4c2d7e1.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • .github/workflows/release.yml

Comment thread .github/workflows/ci.yml
@nemuvski nemuvski merged commit 6c9da5e into main Jul 3, 2026
7 checks passed
@nemuvski nemuvski deleted the update-ci-actions branch July 3, 2026 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant