chore(deps): bump the github-actions group across 1 directory with 9 updates#2180
chore(deps): bump the github-actions group across 1 directory with 9 updates#2180dependabot[bot] wants to merge 1 commit into
Conversation
|
|
||
| - name: Set up Docker Buildx | ||
| uses: docker/setup-buildx-action@v1 | ||
| uses: docker/setup-buildx-action@v4 |
There was a problem hiding this comment.
Pinned buildx v0.9.1 likely incompatible with setup-buildx-action v4
High Severity
docker/setup-buildx-action jumped from v1 to v4 while keeping version: v0.9.1 pinned. Buildx v0.9.1 (from August 2022) was built for Docker ~20.x and uses an old client API version. The v4 action uses @docker/actions-toolkit 0.79.0, which may fail to properly install or initialize such an old binary on modern GitHub runners running Docker 26+/27+. There are known API version incompatibilities where old buildx clients are rejected by newer Docker daemons. This will likely cause the "Set up Docker Buildx" step to fail, blocking the publish, release-deploy, and tag-release-image workflows entirely.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 724296d. Configure here.
724296d to
82b2abc
Compare
cf0c6a3 to
cd7f51e
Compare
ac031d7 to
be61b81
Compare
…updates Bumps the github-actions group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3` | `7` | | [actions/labeler](https://github.com/actions/labeler) | `5` | `6` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `6` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `1` | `4` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `1` | `6` | | [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) | `1` | `2` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `2` | `7` | | [akhilerm/tag-push-action](https://github.com/akhilerm/tag-push-action) | `2.0.0` | `2.3.0` | | [Saionaro/extract-package-version](https://github.com/saionaro/extract-package-version) | `1.1.1` | `1.4.0` | Updates `actions/checkout` from 3 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v7) Updates `actions/labeler` from 5 to 6 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v5...v6) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) Updates `docker/setup-buildx-action` from 1 to 4 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v1...v4) Updates `aws-actions/configure-aws-credentials` from 1 to 6 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@v1...v6) Updates `aws-actions/amazon-ecr-login` from 1 to 2 - [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases) - [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md) - [Commits](aws-actions/amazon-ecr-login@v1...v2) Updates `docker/build-push-action` from 2 to 7 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v7) Updates `akhilerm/tag-push-action` from 2.0.0 to 2.3.0 - [Release notes](https://github.com/akhilerm/tag-push-action/releases) - [Commits](akhilerm/tag-push-action@v2.0.0...v2.3.0) Updates `Saionaro/extract-package-version` from 1.1.1 to 1.4.0 - [Release notes](https://github.com/saionaro/extract-package-version/releases) - [Commits](saionaro/extract-package-version@v1.1.1...v1.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/labeler dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: akhilerm/tag-push-action dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: aws-actions/amazon-ecr-login dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: aws-actions/configure-aws-credentials dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: Saionaro/extract-package-version dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
be61b81 to
da51627
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit da51627. Configure here.
| - name: Login to Amazon ECR | ||
| id: login-ecr | ||
| uses: aws-actions/amazon-ecr-login@v1 | ||
| uses: aws-actions/amazon-ecr-login@v2 |
There was a problem hiding this comment.
Missing required ECR login input
High Severity
Bumping aws-actions/amazon-ecr-login from v1 to v2 without setting mask-password will fail the login step. v2 requires that input explicitly. The same action in release-deploy.yml already passes mask-password: true, so this workflow was left inconsistent and will block image retagging.
Reviewed by Cursor Bugbot for commit da51627. Configure here.


Bumps the github-actions group with 9 updates in the / directory:
375646141612272.0.02.3.01.1.11.4.0Updates
actions/checkoutfrom 3 to 7Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
9c091bbupdate error wording (#2467)1044a6dgetting ready for checkout v7 release (#2464)f028218Bump the minor-npm-dependencies group across 1 directory with 3 updates (#2462)d914b26upgrade module to esm and update dependencies (#2463)537c7efBump@actions/coreand@actions/tool-cacheand Remove uuid (#2459)130a169Bump js-yaml from 4.1.0 to 4.2.0 (#2461)7d09575Bump flatted from 3.3.1 to 3.4.2 (#2460)0f9f3aaBump actions/publish-immutable-action (#2458)f9e715ablock checking out fork pr for pull_request_target and workflow_run (#2454)df4cb1cUpdate changelog for v6.0.3 (#2446)Updates
actions/labelerfrom 5 to 6Release notes
Sourced from actions/labeler's releases.
... (truncated)
Commits
b8dd2d9Bump@typescript-eslint/eslint-pluginfrom 8.59.1 to 8.61.1 (#942)53affe8Bump js-yaml to 4.2.0, apply npm audit fix, and add undici override for 0 vul...f612d9aFix: Improve PR number validation and warning messages in input handling (#939)f27b608chore: upgrade dependencies (@actions/core,@actions/github, js-yaml, minimat...c5dadc2Add 'changed-files-labels-limit' and 'max-files-changed' configs to allow cap...e52e4fbBump minimatch from 10.0.1 to 10.2.3 (#926)77a4082Fix: Preserve manually added labels during workflow run and refine label sync...25abb3cImprove Labeler Action Documentation and Error Handling for Permissions (#897)395c8cfBump brace-expansion from 1.1.11 to 1.1.12 and document breaking changes in v...634933epublish-action upgrade to 0.4.0 from 0.2.2 (#901)Updates
actions/setup-nodefrom 4 to 6Release notes
Sourced from actions/setup-node's releases.
... (truncated)
Commits
48b55a0Update Node.js versions in versions.yml and bump package to v6.4.0 (#1533)ab72c7eUpgrade@actionsdependencies (#1525)53b8394Bump minimatch from 3.1.2 to 3.1.5 (#1498)54045abScope test lockfiles by package manager and update cache tests (#1495)c882bffReplace uuid with crypto.randomUUID() (#1378)774c1d6feat(node-version-file): support parsingdevEnginesfield (#1283)efcb663fix: remove hardcoded bearer (#1467)d02c89dFix npm audit issues (#1491)6044e13Docs: bump actions/checkout from v5 to v6 (#1468)8e49463Fix README typo (#1226)Updates
docker/setup-buildx-actionfrom 1 to 4Release notes
Sourced from docker/setup-buildx-action's releases.
... (truncated)
Commits
bb05f3fMerge pull request #580 from docker/dependabot/npm_and_yarn/docker/actions-to...321c814[dependabot skip] chore: update generated contentb9a36efbuild(deps): bump@docker/actions-toolkitfrom 0.91.0 to 0.92.0ebeab24Merge pull request #570 from docker/dependabot/npm_and_yarn/undici-6.27.05c7b8ae[dependabot skip] chore: update generated content037e618build(deps): bump undici from 6.25.0 to 6.27.066080e5Merge pull request #577 from docker/dependabot/npm_and_yarn/sigstore-4.1.1409aef0Merge pull request #562 from docker/dependabot/npm_and_yarn/js-yaml-4.2.049c6e42build(deps): bump sigstore from 4.1.0 to 4.1.12211273[dependabot skip] chore: update generated contentUpdates
aws-actions/configure-aws-credentialsfrom 1 to 6Release notes
Sourced from aws-actions/configure-aws-credentials's releases.
... (truncated)
Changelog
Sourced from aws-actions/configure-aws-credentials's changelog.
Commits
517a711chore(main): release 6.2.2 (#1876)d01d678chore: release 6.2.28efa52bchore(deps-dev): bump vitest dependencies (#1874)8e1eed5chore(deps-dev): bump@smithy/property-providerfrom 4.4.4 to 4.4.6 (#1869)112421achore(deps-dev): bump@biomejs/biomefrom 2.5.1 to 2.5.2 (#1868)fbc01c6chore(deps-dev): bump@types/nodefrom 26.0.1 to 26.1.0 (#1871)b12ca87chore(deps-dev): bump memfs from 4.57.8 to 4.58.0 (#1873)d314f7fchore: Update dista53b65bchore(deps): bump@aws-sdk/client-stsfrom 3.1076.0 to 3.1080.0 (#1867)338d2c1chore(deps-dev): bump sigstore from 4.1.0 to 4.1.1 (#1864)Updates
aws-actions/amazon-ecr-loginfrom 1 to 2Release notes
Sourced from aws-actions/amazon-ecr-login's releases.
... (truncated)
Changelog
Sourced from aws-actions/amazon-ecr-login's changelog.
... (truncated)
Commits
d539f09chore(release): 2.1.6d27be98chore: Update dist (#1123)afa57dechore(deps): bump@aws-sdk/credential-providers(#1115)cf74b49chore(deps): bump@aws-sdk/client-ecrfrom 3.1061.0 to 3.1065.0 (#1114)ed78a08chore: Update dist (#1119)52a2eefchore(deps): bump https-proxy-agent from 9.0.0 to 9.1.0 (#1113)48e2e44chore(deps): bump@aws-sdk/client-ecr-publicfrom 3.1061.0 to 3.1065.0 (#1112)9075999chore(deps-dev): bump@vercel/nccfrom 0.38.4 to 0.44.0 (#1111)