ci: track shared elixir-ci workflow at @v1 instead of @v1.0.0 - #32
Merged
Conversation
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.
概要
共有再利用ワークフロー
smkwlab/.github/.github/workflows/elixir-ci.ymlの参照を@v1.0.0(pin) から@v1(movable tag) に変更する。背景
他の caller リポジトリ(tenbin_dns / tdig / tenbin_ex / tenbin_cache)は
@v1を参照しており、エコシステム共通の OTP/Elixir バージョン更新(smkwlab/.github#65 で OTP 29.0.2 / Elixir 1.20.1 に更新)をv1タグの張り直しで一括反映している。本リポのみ
@v1.0.0を pin しているため、そのままでは共通更新が反映されない。@v1に揃えることで今後のバージョン更新を自動追従させる。検証
actionlint .github/workflows/elixir.ymlgreen(exit 0)。smkwlab/.github側でv1タグが新コミットへ張り直された後の fresh run で行う。