Skip to content

feat: upgrade ci actions#2223

Merged
Bojan Rajh (bojanrajh) merged 2 commits intomainfrom
dx/dx-624-upgrade-actions
Apr 8, 2026
Merged

feat: upgrade ci actions#2223
Bojan Rajh (bojanrajh) merged 2 commits intomainfrom
dx/dx-624-upgrade-actions

Conversation

@bojanrajh
Copy link
Copy Markdown
Contributor

This PR upgrades all actions in CI to their latest version.

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 PR aims to update GitHub Actions used in CI workflows to newer versions across multiple workflows.

Changes:

  • Bump several workflow actions (Slack, Deno setup, create PR/issue, github-script, etc.) to newer tagged versions.
  • Adjust action pinning strategy in a few workflows (e.g., pin reviewdog/action-languagetool to a specific tag).
  • Remove .github/dependabot.yml (disabling Dependabot updates for npm).

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
.github/workflows/watcher.yml Upgrades Slack notification action version.
.github/workflows/validate-external-links.yml Upgrades create-issue-from-file action used for link-check reporting.
.github/workflows/update-adrs.yml Upgrades Deno setup and PR creation actions across ADR/code/reference sync jobs.
.github/workflows/spellcheck.yml Changes spellcheck action version (currently a downgrade).
.github/workflows/reviewdog.yml Pins LanguageTool action to a specific tag version.
.github/workflows/repo-stats.yml Upgrades artifact upload and Slack posting actions.
.github/workflows/release-note.yml Upgrades Slack markdown conversion action; still uses an action pinned to @master.
.github/workflows/redirect.yml Pins label action to a patch version and upgrades actions/github-script.
.github/workflows/markdown-style-check.yml Upgrades Deno setup action used for docs linting.
.github/dependabot.yml Removed Dependabot configuration.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown
Contributor

@Isengo1989 Micha Hobert (Isengo1989) left a comment

Choose a reason for hiding this comment

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

LGTM 👍

I guess we wanna move to pinned versions in the future, right? Specific reason or just following best practice?

@Isengo1989 Micha Hobert (Isengo1989) added the Improvement PR created to append/modify info in the existing article label Apr 7, 2026
@bojanrajh Bojan Rajh (bojanrajh) merged commit 4d77ce2 into main Apr 8, 2026
8 checks passed
@bojanrajh Bojan Rajh (bojanrajh) deleted the dx/dx-624-upgrade-actions branch April 8, 2026 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Improvement PR created to append/modify info in the existing article

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants