Skip to content

remove version pin#489

Merged
zeitlinger merged 3 commits into
mainfrom
mise
May 22, 2025
Merged

remove version pin#489
zeitlinger merged 3 commits into
mainfrom
mise

Conversation

@zeitlinger
Copy link
Copy Markdown
Member

@zeitlinger zeitlinger commented May 19, 2025

@martincostello
Copy link
Copy Markdown
Member

I'm guessing we're going to wait on merging this until the upstream issue is resolved?

@zeitlinger
Copy link
Copy Markdown
Member Author

I'm guessing we're going to wait on merging this until the upstream issue is resolved?

yes, we're not in a hurry since our main is clean

@martincostello
Copy link
Copy Markdown
Member

It occurs to me, maybe it's better to leave the version pin and instead configure renovate to keep it updated?

Otherwise any future change could unexpectedly break our CI with no warning.

@zeitlinger
Copy link
Copy Markdown
Member Author

It occurs to me, maybe it's better to leave the version pin and instead configure renovate to keep it updated?

Otherwise any future change could unexpectedly break our CI with no warning.

This is the first time for mise to break the build - but it doesn't hurt to pin - ideally with a renovate rule like

description: "Update mise.lock",

@zeitlinger
Copy link
Copy Markdown
Member Author

Looks like the mise issue is fixed

@zeitlinger zeitlinger requested review from Copilot and removed request for Copilot May 21, 2025 13:18
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request removes the version pin for jdx/mise-action in two GitHub workflow files, aligning with the discussion outlined in the linked discussion.

  • Removed the explicit "version: 2025.5.5" configuration from the lint workflow.
  • Removed the explicit "version: 2025.5.5" configuration from the acceptance tests workflow.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/lint-rest.yml Removed the version pin to allow the action to use its default version.
.github/workflows/acceptance-tests.yml Removed the version pin to allow the action to use its default version.
Comments suppressed due to low confidence (2)

.github/workflows/lint-rest.yml:17

  • Removing the version pin may result in unintentional updates; ensure that the jdx/mise-action provides a stable default version or add documentation to clarify this behavior.
-        with:

.github/workflows/acceptance-tests.yml:17

  • Removing the version pin may result in unintentional updates; ensure that the jdx/mise-action provides a stable default version or add documentation to clarify this behavior.
-        with:

@zeitlinger zeitlinger merged commit 841b8c6 into main May 22, 2025
43 checks passed
@zeitlinger zeitlinger deleted the mise branch May 22, 2025 09:25
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.

3 participants