chore(ci): pin DevExpress/github-actions refs to per-action tags - #34738
Open
IlyaKhD wants to merge 1 commit into
Open
chore(ci): pin DevExpress/github-actions refs to per-action tags#34738IlyaKhD wants to merge 1 commit into
IlyaKhD wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates DevExtreme’s GitHub Actions workflows to reference per-action tags in the DevExpress/github-actions repository (e.g., @send-teams-notification) instead of the shared @v1 ref, making each workflow depend on a more specific action reference.
Changes:
- Update
send-teams-notificationaction references from@v1to@send-teams-notificationacross multiple CI workflows. - Update
get-changed-filesaction reference from@v1to@get-changed-filesfor demo visual-tests gating. - Update
pr-filteraction reference from@v1to@pr-filterfor stub PR filtering.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/visual-tests-demos.yml | Pin get-changed-files to the get-changed-files tag. |
| .github/workflows/ts_declarations.yml | Pin send-teams-notification to the send-teams-notification tag. |
| .github/workflows/themebuilder_tests.yml | Pin send-teams-notification to the send-teams-notification tag. |
| .github/workflows/testcafe_tests.yml | Pin send-teams-notification to the send-teams-notification tag. |
| .github/workflows/styles.yml | Pin send-teams-notification to the send-teams-notification tag. |
| .github/workflows/renovation.yml | Pin send-teams-notification to the send-teams-notification tag. |
| .github/workflows/qunit_tests.yml | Pin send-teams-notification to the send-teams-notification tag. |
| .github/workflows/pr-filter-stubs.yml | Pin pr-filter to the pr-filter tag. |
| .github/workflows/paths.yml | Pin send-teams-notification to the send-teams-notification tag. |
| .github/workflows/packages_publishing.yml | Pin send-teams-notification to the send-teams-notification tag. |
| .github/workflows/lint.yml | Pin send-teams-notification to the send-teams-notification tag. |
| .github/workflows/codeql.yml | Pin send-teams-notification to the send-teams-notification tag. |
| .github/workflows/_security-alerts.yml | Pin send-teams-notification to the send-teams-notification tag. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
No description provided.