Bump latest Elixir/OTP defaults to 1.19.5 / 28.5#25
Merged
Conversation
Update default values of the reusable workflows so all downstream repositories (tenbin_dns, tdig, tenbin_ex, tenbin_cache, elixir_dnstap) pick up the new latest Elixir/OTP automatically via @v1. - elixir-ci.yml: otp-version-latest 28.2 -> 28.5, elixir-version-latest 1.19.4 -> 1.19.5 - security.yml: otp-version 28.2 -> 28.5, elixir-version 1.19.4 -> 1.19.5 LTS defaults (OTP 27.3.4.4 / Elixir 1.17.3) are intentionally kept unchanged.
There was a problem hiding this comment.
Pull request overview
Updates the default “latest” Elixir/OTP versions used by this repo’s reusable GitHub Actions workflows, so downstream projects consuming @v1 will pick up the newer toolchain automatically after the v1 tag is moved.
Changes:
- Bump
security.ymlworkflow_call input defaults to OTP28.5and Elixir1.19.5. - Bump
elixir-ci.ymlworkflow_call input defaults for “latest” to OTP28.5and Elixir1.19.5(leaving LTS inputs unchanged).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/security.yml | Updates reusable security workflow default OTP/Elixir versions to the new “latest” values. |
| .github/workflows/elixir-ci.yml | Updates reusable CI workflow “latest” OTP/Elixir defaults while preserving existing LTS defaults. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
Reusable workflow の "latest" 系デフォルトバージョンを更新します。LTS(27.3.4.4 / 1.17.3)は意図的に据え置きます。
Impact
`@v1` 経由でこのリポジトリの reusable workflow を利用している全プロジェクトに、merge & `v1` タグ更新後に自動反映されます。
Notes
Test plan