GitHub Actionsワークフローを最新バージョンに更新#6608
Open
dotani1111 wants to merge 2 commits intoEC-CUBE:maintenance/4.1from
Open
GitHub Actionsワークフローを最新バージョンに更新#6608dotani1111 wants to merge 2 commits intoEC-CUBE:maintenance/4.1from
dotani1111 wants to merge 2 commits intoEC-CUBE:maintenance/4.1from
Conversation
- actions/cacheをv1からv4に更新 - actions/upload-artifactをv2からv6に更新 - actions/checkoutをv2からv6に更新 - actions/download-artifactをv2からv7に更新 - codecov/codecov-actionをv1からv5に更新 - svenstaro/upload-release-actionをv1-releaseから2.11.3に更新 - chromedriverコマンドに--port=9515オプションを追加
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
Comment |
- GitHub Actionsのset-outputをGITHUB_OUTPUTに変更(10ファイル) - 非推奨のset-outputコマンドを新しいGITHUB_OUTPUT方式に更新 - actions/cache@v4使用時の警告を解消 - Codeceptionテストの安定化を改善 - AbstractPage::goPage()にwaitForJSを追加してページ遷移を確実に待機 - AbstractAdminPage::goPage()にwaitとリトライロジックを追加 - AbstractAdminPage::atPage()でsee()をwaitForText()に変更 - StaleElementReferenceExceptionの発生を防止
Contributor
Author
|
Backward系のテストはもういらない気がする。 |
Contributor
Author
|
[Facebook\WebDriver\Exception\StaleElementReferenceException] stale element reference: stale element not found SeleniumとFacebook WebDriveの通信ができないようなので、調べてみる。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要(Overview・Refs Issue)
GitHub Actionsのワークフローファイルを最新バージョンに更新しました。
4.3ブランチと同様の更新を行い、最新のGitHub Actions機能とセキュリティ改善に対応しています。
主な変更内容:
更新したファイル(12ファイル):
方針(Policy)
実装に関する補足(Appendix)
更新したアクションの詳細
actions/cache: v1 → v4 (14箇所)actions/upload-artifact: v2 → v6 (29箇所)actions/checkout: v2 → v6 (4箇所)actions/download-artifact: v2 → v7 (1箇所)codecov/codecov-action: v1 → v5 (2箇所)svenstaro/upload-release-action: v1-release → 2.11.3 (8箇所)chromedriverのポート指定
すべてのchromedriverコマンドに
--port=9515オプションを追加しました。これにより、ポートの明示的な指定により接続の安定性が向上します。テスト(Test)
GitHub Actionsのワークフローファイルの更新のみで、アプリケーションコードの変更はありません。
相談(Discussion)
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目