Skip to content

Update CI actions and remove unused imports#2402

Merged
MarceloRGonc merged 7 commits into
mainfrom
mg/updates
Jul 23, 2026
Merged

Update CI actions and remove unused imports#2402
MarceloRGonc merged 7 commits into
mainfrom
mg/updates

Conversation

@MarceloRGonc

Copy link
Copy Markdown
Contributor

Fixes OPS-4665

Copilot AI review requested due to automatic review settings July 22, 2026 15:25
@linear

linear Bot commented Jul 22, 2026

Copy link
Copy Markdown

OPS-4665

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 (Fixes OPS-4665) updates GitHub Actions workflow dependencies and cleans up unused imports/variables across scripts, blocks, and tests to reduce lint noise and keep the codebase tidy.

Changes:

  • Bump CI workflows to use actions/setup-node@v7 and update the pinned anthropics/claude-code-action revision.
  • Normalize formatting in internal tooling scripts and remove unused imports across multiple packages.
  • Remove unused test helpers/imports and address an unused semaphore acquire value in OpenOps Tables concurrency code.

Reviewed changes

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

Show a summary per file
File Description
tools/scripts/utils/package-pre-publish-checks.ts Formatting/consistency updates and minor cleanup in pre-publish version checks.
tools/scripts/utils/files.ts Remove unused FS imports and reformat JSON helper utilities/types.
packages/server/shared/src/lib/package-manager.ts Remove unused imports from package manager utilities.
packages/openops/test/openops-tables/rows.test.ts Remove unused retry config helper constant from tests.
packages/openops/src/lib/openops-tables/rows.ts Rename unused semaphore acquire value to _value to avoid unused-local issues.
packages/blocks/text-helper/src/lib/actions/replace.ts Remove unused Validators import.
packages/blocks/text-helper/src/lib/actions/find.ts Remove unused Validators import.
packages/blocks/microsoft-teams/src/lib/common/team-id.ts Remove unused Microsoft Graph type imports.
packages/blocks/jira-cloud/src/lib/actions/create-issue.ts Remove unused isEmpty named import from validator.
packages/blocks/aws/test/cli/aws-cli.test.ts Remove unused awsCliAction import from test.
.github/workflows/pr-reviewer.yml Update pinned anthropics/claude-code-action commit SHA.
.github/workflows/ci.yml Update actions/setup-node major version used in CI jobs.
.github/workflows/chromatic.yml Update actions/setup-node major version for Chromatic workflow.

MarceloRGonc and others added 4 commits July 22, 2026 16:33
Co-authored-by: MarceloRGonc <14873578+MarceloRGonc@users.noreply.github.com>
@MarceloRGonc
MarceloRGonc requested a review from ravikiranvm July 22, 2026 16:02
@sonarqubecloud

sonarqubecloud Bot commented Jul 22, 2026

Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Issues
0 New issues
6 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
19.1% Duplication on New Code

See analysis details on SonarQube Cloud

@MarceloRGonc
MarceloRGonc enabled auto-merge (squash) July 22, 2026 16:21
@MarceloRGonc
MarceloRGonc merged commit 02b4033 into main Jul 23, 2026
20 checks passed
@MarceloRGonc
MarceloRGonc deleted the mg/updates branch July 23, 2026 06:22
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