Skip to content

chore(deps): bump iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml from docker-build-v2.4.0 to 3.0.0#531

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/iExecBlockchainComputing/github-actions-workflows/dot-github/workflows/docker-build.yml-docker-build-v3.0.0
Open

chore(deps): bump iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml from docker-build-v2.4.0 to 3.0.0#531
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/iExecBlockchainComputing/github-actions-workflows/dot-github/workflows/docker-build.yml-docker-build-v3.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml from docker-build-v2.4.0 to 3.0.0. This release includes the previously tagged commit.

Release notes

Sourced from iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml's releases.

sconify: v3.0.0

3.0.0 (2025-09-16)

⚠ BREAKING CHANGES

  • remove useless command option (#83)

Bug Fixes

docker-build: v3.0.0

3.0.0 (2026-02-02)

⚠ BREAKING CHANGES

  • enforce an optimize single platform docker-build with failure on CRITICAL or HIGH fixed vulnerabilities detection (#98)

Code Refactoring

  • enforce an optimize single platform docker-build with failure on CRITICAL or HIGH fixed vulnerabilities detection (#98) (59d6ea2)

This PR was generated with Release Please. See documentation.

Changelog

Sourced from iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml's changelog.

Changelog

3.0.0 (2026-02-02)

⚠ BREAKING CHANGES

  • enforce an optimize single platform docker-build with failure on CRITICAL or HIGH fixed vulnerabilities detection (#98)

Code Refactoring

  • enforce an optimize single platform docker-build with failure on CRITICAL or HIGH fixed vulnerabilities detection (#98) (59d6ea2)

2.4.0 (2025-07-30)

Features

  • variabilize docker build platforms (#81) (1d02b7e)

2.3.1 (2025-07-03)

Bug Fixes

  • docker-build: skip hadolint comment outside of PR context (#75) (4ac41dd)

2.3.0 (2025-07-02)

Features

  • docker-build: allow dry-runs by always running build (even if push is disabled) (705ad86)
  • docker-build: features and fixes (#72) (705ad86)
  • docker-build: make image-tag and dockerfile optional (705ad86)

Bug Fixes

  • docker-build: fix sarif security-report (705ad86)

2.2.0 (2025-04-29)

Features

2.1.0 (2025-04-24)

... (truncated)

Commits
  • 16f13be chore(main): release docker-build 3.0.0 (#96)
  • 59d6ea2 refactor!: enforce an optimize single platform docker-build with failure on C...
  • 7249559 feat: allow build-arg for docker build (#94)
  • 220279d feat: add dry run mode for transaction validation in multisig proposal (#92)
  • bd34b9a chore(main): release publish-npm 1.6.0 (#91)
  • b4720bb feat: support tokenless trusted publishers (#90)
  • d011d4c chore(main): release deploy-docker 1.0.1 (#89)
  • a46faf8 fix: indentation issues in deploy-docker workflow (#88)
  • ec8325a refactor: remove redundant comments in transaction proposal workflow (#87)
  • 2408b98 chore(main): release propose-safe-multisig-tx 1.0.0 (#86)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note

Medium Risk
Major-version upgrade of the shared Docker build workflow may change build/push behavior and could cause CI failures (e.g., stricter vulnerability gating or platform enforcement).

Overview
Updates the reusable Docker publish workflow to use iExecBlockchainComputing/github-actions-workflows docker-build v3.0.0 instead of v2.4.0.

This changes CI behavior for Docker builds/publishing (including security scanning) to whatever is enforced by the new major version of the shared workflow.

Written by Cursor Bugbot for commit f7ef0f4. This will update automatically on new commits. Configure here.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 3, 2026
@github-actions
Copy link

github-actions bot commented Feb 3, 2026

🐳 Hadolint Dockerfile Lint Results

Click to expand detailed results
Dockerfile:17 DL3016 warning: Pin versions in npm. Instead of `npm install <package>` use `npm install <package>@<version>`

…github/workflows/docker-build.yml

Bumps [iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml](https://github.com/iexecblockchaincomputing/github-actions-workflows) from docker-build-v2.4.0 to 3.0.0. This release includes the previously tagged commit.
- [Release notes](https://github.com/iexecblockchaincomputing/github-actions-workflows/releases)
- [Changelog](https://github.com/iExecBlockchainComputing/github-actions-workflows/blob/main/docker-build/CHANGELOG.md)
- [Commits](iExecBlockchainComputing/github-actions-workflows@docker-build-v2.4.0...docker-build-v3.0.0)

---
updated-dependencies:
- dependency-name: iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml
  dependency-version: 3.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/iExecBlockchainComputing/github-actions-workflows/dot-github/workflows/docker-build.yml-docker-build-v3.0.0 branch from 455eef0 to f7ef0f4 Compare February 3, 2026 08:44
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