Skip to content

Updated the database base image, theme dependencies, and a pinned GitHub Action.#2712

Merged
AlexSkrypnyk merged 2 commits into
mainfrom
feature/update-deps-images
Jun 24, 2026
Merged

Updated the database base image, theme dependencies, and a pinned GitHub Action.#2712
AlexSkrypnyk merged 2 commits into
mainfrom
feature/update-deps-images

Conversation

@AlexSkrypnyk

@AlexSkrypnyk AlexSkrypnyk commented Jun 24, 2026

Copy link
Copy Markdown
Member

Summary

Refreshed the drevops/mariadb-drupal-data base image pin in the CircleCI database-in-image job, which Renovate does not track because it is set via a VORTEX_DB_IMAGE_BASE environment variable rather than a standard image: field. Also bumped the marocchino/sticky-pull-request-comment GitHub Action to its latest patch release and pulled in two transitive patch updates to the theme's Yarn lockfile.

Changes

  • .circleci/config.yml: drevops/mariadb-drupal-data base image 26.1.0 -> 26.6.0 (VORTEX_DB_IMAGE_BASE env in the vortex-dev-database-ii job).
  • web/themes/custom/your_site_theme/yarn.lock: autoprefixer 10.5.1 -> 10.5.2 and node-releases 2.0.48 -> 2.0.49 patch bumps.
  • .github/workflows/build-test-deploy.yml, test-vr.yml, vortex-test-docs.yml: marocchino/sticky-pull-request-comment pinned SHA updated from 70d2764d (v3) to 0ea0beb6 (v3.0.4).

Before / After

Before                                    After
─────────────────────────────────────    ─────────────────────────────────────
VORTEX_DB_IMAGE_BASE:                    VORTEX_DB_IMAGE_BASE:
  drevops/mariadb-drupal-data:26.1.0       drevops/mariadb-drupal-data:26.6.0
  (Jan 2025 — stale vs 26.6.x cycle)      (current Lagoon 26.6.x cycle)

sticky-pull-request-comment:             sticky-pull-request-comment:
  @70d2764d  # v3                          @0ea0beb6  # v3.0.4
  (unpinned minor; no patch fixes)         (latest patch release)

Summary by CodeRabbit

  • Chores
    • Updated the database image used for nightly database builds to a newer version.
    • Refreshed the action used for posting pull request comments in coverage, visual regression, and documentation preview workflows.

@coderabbitai

coderabbitai Bot commented Jun 24, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 9a89b846-1370-487f-80c7-abbb6fde5922

📥 Commits

Reviewing files that changed from the base of the PR and between 0363406 and ce01485.

⛔ Files ignored due to path filters (1)
  • web/themes/custom/your_site_theme/yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (4)
  • .circleci/config.yml
  • .github/workflows/build-test-deploy.yml
  • .github/workflows/test-vr.yml
  • .github/workflows/vortex-test-docs.yml

Walkthrough

This PR updates the CircleCI nightly database image version and refreshes the pinned marocchino/sticky-pull-request-comment action in three GitHub workflows.

Changes

CircleCI nightly database image update

Layer / File(s) Summary
Nightly database image bump
.circleci/config.yml
database-nightly updates VORTEX_DB_IMAGE_BASE from drevops/mariadb-drupal-data:26.1.0 to drevops/mariadb-drupal-data:26.6.0.

GitHub workflow sticky comment pin refresh

Layer / File(s) Summary
Sticky comment action pin refresh
.github/workflows/build-test-deploy.yml, .github/workflows/test-vr.yml, .github/workflows/vortex-test-docs.yml
The sticky PR comment step in all three workflows updates marocchino/sticky-pull-request-comment to the v3.0.4 pin.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~4 minutes

Possibly related PRs

  • drevops/vortex#2537: Also changes the sticky PR comment step in .github/workflows/test-vr.yml.
  • drevops/vortex#2627: Also touches the CircleCI nightly database path that uses VORTEX_DB_IMAGE_BASE.

Suggested labels

A2

Poem

A bunny hopped through CI’s glow,
New pins and images set the flow.
Nightly builds went thump and hum,
Sticky notes stayed neatly spun. 🐰

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main changes: a database image refresh, theme dependency updates, and a pinned GitHub Action update.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/update-deps-images

Comment @coderabbitai help to get the list of available commands.

@AlexSkrypnyk AlexSkrypnyk enabled auto-merge (squash) June 24, 2026 23:09
@github-actions

Copy link
Copy Markdown

Code coverage (threshold: 90%)

  Classes: 100.00% (1/1)
  Methods: 100.00% (2/2)
  Lines:   98.58% (208/211)
Per-class coverage
Drupal\ys_demo\Plugin\Block\CounterBlock
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% ( 10/ 10)

@AlexSkrypnyk

This comment has been minimized.

2 similar comments
@AlexSkrypnyk

This comment has been minimized.

@AlexSkrypnyk

Copy link
Copy Markdown
Member Author

Code coverage (threshold: 90%)

  Classes: 100.00% (1/1)
  Methods: 100.00% (2/2)
  Lines:   98.58% (208/211)
Per-class coverage
Drupal\ys_demo\Plugin\Block\CounterBlock
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% ( 10/ 10)

@codecov

codecov Bot commented Jun 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.22%. Comparing base (0363406) to head (ce01485).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2712      +/-   ##
==========================================
- Coverage   86.67%   86.22%   -0.45%     
==========================================
  Files          96       89       -7     
  Lines        4719     4560     -159     
  Branches       47        3      -44     
==========================================
- Hits         4090     3932     -158     
+ Misses        629      628       -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions

Copy link
Copy Markdown

📖 Documentation preview for this pull request has been deployed to Netlify:

https://6a3c652e01d30f4af2088d63--vortex-docs.netlify.app

This preview is rebuilt on every commit and is not the production documentation site.

@AlexSkrypnyk AlexSkrypnyk merged commit b845ffc into main Jun 24, 2026
34 checks passed
@AlexSkrypnyk AlexSkrypnyk deleted the feature/update-deps-images branch June 24, 2026 23:19
@github-project-automation github-project-automation Bot moved this from BACKLOG to Release queue in Vortex 1.x Jun 24, 2026
@AlexSkrypnyk AlexSkrypnyk added the Needs review Pull request needs a review from assigned developers label Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Needs review Pull request needs a review from assigned developers

Projects

Status: Release queue

Development

Successfully merging this pull request may close these issues.

1 participant