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

Use version tag for DevExpress/github-actions #28057

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

IlyaKhD
Copy link
Contributor

@IlyaKhD IlyaKhD commented Sep 16, 2024

Cherry-picks

Practical Value

Using strict semver versions in references to actions will allow to merge changes to DevExpress/github-actions without breaking active pipelines

Before

Shared actions were pulled from the head of the @main branch, which is updated each time a PR merged to the DevExpress/github-actions repository

After

Shared actions are pulled with @v1 tag, which is moved manually and can be rolled back almost instantly

@IlyaKhD IlyaKhD merged commit 88e6667 into DevExpress:24_2 Sep 17, 2024
278 checks passed
@IlyaKhD IlyaKhD deleted the khd/gha-versions branch September 17, 2024 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants