Skip to content

Bump actions/cache to v6.1.0 and codecov-action to v7.0.0#87

Merged
toshi0806 merged 1 commit into
mainfrom
bump-cache-codecov
Jul 4, 2026
Merged

Bump actions/cache to v6.1.0 and codecov-action to v7.0.0#87
toshi0806 merged 1 commit into
mainfrom
bump-cache-codecov

Conversation

@toshi0806

Copy link
Copy Markdown
Member

Both were held for consumer-side validation (they live in the reusable elixir-ci.yml/security.yml that .github's own CI doesn't run).

Validated on tenbin_dns PR #125 (callers pointed at a .github test branch with these bumps): all CI jobs green, and codecov v7's Upload coverage to Codecov step succeeded (real upload). Supersedes Renovate #75.

🤖 Generated with Claude Code

Both were held for consumer-side validation (they live in the reusable
elixir-ci.yml / security.yml that .github's own CI doesn't run). Validated on
tenbin_dns PR #125, which pointed its elixir-ci/security callers at a .github
test branch carrying these bumps: all CI jobs green, and the codecov v7
"Upload coverage to Codecov" step succeeded (real upload, not a
fail_ci_if_error skip).

Supersedes Renovate #75 (cache). codecov v7 was rate-limited (no PR); merging
it here satisfies that update.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JPuooHgsrboSEbfJsNf6iG
@toshi0806
toshi0806 merged commit 1f826e0 into main Jul 4, 2026
@toshi0806
toshi0806 deleted the bump-cache-codecov branch July 4, 2026 07:04

@github-actions github-actions 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.

このPRはactions/cacheをv4.3.0からv6.1.0へ、codecov/codecov-actionをv4.6.0からv7.0.0へバンプするものです。変更内容はコミットSHAのピン留めも維持されており、実際のCI環境での検証も済んでいるとのことで、全体的に適切な対応です。

1点だけ注意事項を挙げます。


- name: Restore dependencies cache
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

ℹ️ [LOW] メジャーバージョンのスキップについて(LOW)

actions/cache が v4.3.0 から v6.1.0 へ、つまり v5 を飛ばしてバンプされています。v5 では save-always オプションの追加など破壊的変更が含まれており、v6 でもさらに変更が加えられています。

PR本文に「tenbin_dns PR #125 で全CIジョブがグリーン」と記載されており実運用での検証は済んでいますが、将来のメンテナンスのために CHANGELOG を確認し、v5・v6 で追加された新機能(例: save-always)や非推奨となった設定が現在のワークフローに影響しないかをドキュメントとして残しておくことを推奨します。

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