Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Use specific action versions #20

Closed

Conversation

l0b0
Copy link
Contributor

@l0b0 l0b0 commented Sep 19, 2022

GitHub Actions unfortunately runs the latest version of the actions which fits the uses directive version. So right now actions/checkout@v3 is equivalent to actions/[email protected], but this can change at any time. To avoid workflows suddenly failing in case a new minor/patch version of an action, this PR uses the most specific version number available for the checkout action.

@l0b0 l0b0 changed the title fix: Use specific checkout action version fix: Use specific action versions Sep 19, 2022
@l0b0 l0b0 force-pushed the fix/use-specific-action-versions branch from e095a56 to bb5c4fc Compare September 19, 2022 12:20
@m-mohr
Copy link
Contributor

m-mohr commented Sep 19, 2022

Hey, thanks. Could you elaborate on the reasons, please?

@l0b0 l0b0 marked this pull request as ready for review September 19, 2022 13:13
@l0b0
Copy link
Contributor Author

l0b0 commented Mar 13, 2023

Hey, thanks. Could you elaborate on the reasons, please?

Done.

@m-mohr
Copy link
Contributor

m-mohr commented Sep 28, 2023

Related to: stac-extensions/template#24

@l0b0
Copy link
Contributor Author

l0b0 commented Sep 28, 2023

I don't work with STAC anymore, so I've unsubscribed from this. Please @ me if you would like some further feedback.

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