ci: 検証ワークフローを新設(automerge の無検証マージを塞ぐ) - #59
Merged
Conversation
dependabot-automerge.yml が `gh pr merge --auto --squash` を打っているが、 branch protection の required status checks が未設定のため 「待つ対象が無く即マージ」=依存更新が一切検証されずに取り込まれていた。 automerge ワークフロー自体は success を返すので外形上は正常に見える。 codeql.yml はセキュリティスキャンであってビルド/テストの門番ではない。 同種の穴があった jan-anime-map では react/react-dom の版ずれで 2 テストスイートが長期間 fail していたのに誰も気づいていなかった。 このワークフロー単体では automerge は止まらない。 マージ後に required status checks へ job 名を登録するまでが 1 セット。
Code Validation Results
No critical issues found. |
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.
ci: 検証ワークフローを新設(automerge の無検証マージを塞ぐ)
dependabot-automerge.yml が
gh pr merge --auto --squashを打っているが、branch protection の required status checks が未設定のため
「待つ対象が無く即マージ」=依存更新が一切検証されずに取り込まれていた。
automerge ワークフロー自体は success を返すので外形上は正常に見える。
codeql.yml はセキュリティスキャンであってビルド/テストの門番ではない。
同種の穴があった jan-anime-map では react/react-dom の版ずれで
2 テストスイートが長期間 fail していたのに誰も気づいていなかった。
このワークフロー単体では automerge は止まらない。
マージ後に required status checks へ job 名を登録するまでが 1 セット。