Skip to content

chore(deps): bump chromaui/action from 17.4.1 to 18.5.0 in /.github/workflows - #16599

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/dot-github/workflows/chromaui/action-18.5.0
Open

chore(deps): bump chromaui/action from 17.4.1 to 18.5.0 in /.github/workflows#16599
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/dot-github/workflows/chromaui/action-18.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps chromaui/action from 17.4.1 to 18.5.0.

Changelog

Sourced from chromaui/action's changelog.

v18.5.0 (Wed Aug 19 2026)

🚀 Enhancement

  • Include more git info in diagnostics and debug logging for ancestor calculation #1429 (@​tmeasday)

Authors: 1


v18.4.0 (Tue Aug 18 2026)

🚀 Enhancement

Authors: 1


v18.3.0 (Tue Aug 18 2026)

🚀 Enhancement

  • Filter .storybook/*.md and .storybook/*.txt changes from TurboSnap #1446 (@​codykaup)

🐛 Bug Fix

Authors: 3


v18.2.0 (Tue Aug 11 2026)

🚀 Enhancement

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [chromaui/action](https://github.com/chromaui/action) from 17.4.1 to 18.5.0.
- [Release notes](https://github.com/chromaui/action/releases)
- [Changelog](https://github.com/chromaui/action/blob/main/CHANGELOG.md)
- [Commits](chromaui/action@v17.4.1...v18.5.0)

---
updated-dependencies:
- dependency-name: chromaui/action
  dependency-version: 18.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Aug 24, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 24, 2026 18:37
@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Aug 24, 2026
@github-actions

Copy link
Copy Markdown

Hello 👋! When you're ready to run Chromatic, please apply the run_chromatic label to this PR.

You will need to reapply the label each time you want to run Chromatic.

Click here to see the Chromatic project.

@github-actions

Copy link
Copy Markdown

🚀 Image pushed to AWS ECR

Image digest: sha256:be7296c9891c986701376923b4caa451ebeb79cdc0bcfcc71951cda2156c6d33

🐛 Run the image locally

The following can be used to run the image locally:

# Refer to image using the immutable digest. Find alternatives below.
IMAGE_IDENTIFIER="@sha256:be7296c9891c986701376923b4caa451ebeb79cdc0bcfcc71951cda2156c6d33"

# Refer to image using branch tag
# IMAGE_IDENTIFIER=":branch-dependabot-github_actions-dot-github-workflows-chromaui-action-18.5.0"

# Refer to image using build tag
# IMAGE_IDENTIFIER=":build-30336"

# Refer to image via the GitHub commit SHA tag
# IMAGE_IDENTIFIER=":sha-59e30b3b87325296edb03af018a51cb078e742d1"

# Set environment variables for the AWS CLI
AWS_PROFILE="<A_PROFILE_FROM_JANUS>"
AWS_DEFAULT_REGION="eu-west-1"

IMAGE_ACCOUNT_ID=$(aws ssm get-parameter --name /organisation/accounts/deployTools --query "Parameter.Value" --output text)
REGISTRY="${IMAGE_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com"
IMAGE="${REGISTRY}/guardian/dotcom-rendering${IMAGE_IDENTIFIER}"

# Login to AWS ECR https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry_auth.html
aws ecr get-login-password | docker login --username AWS --password-stdin $REGISTRY

# Pull the image
docker pull $IMAGE

# Run the image. You'll likely need to set additional flags. See https://docs.docker.com/reference/cli/docker/container/run.
docker run $IMAGE

From guardian/actions-publish-image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants