Skip to content

chore(ci): bump docker/build-push-action from 5 to 7#178

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/docker/build-push-action-7
Open

chore(ci): bump docker/build-push-action from 5 to 7#178
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/docker/build-push-action-7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2026

Bumps docker/build-push-action from 5 to 7.

Release notes

Sourced from docker/build-push-action's releases.

v7.0.0

Full Changelog: docker/build-push-action@v6.19.2...v7.0.0

v6.19.2

Full Changelog: docker/build-push-action@v6.19.1...v6.19.2

v6.19.1

Full Changelog: docker/build-push-action@v6.19.0...v6.19.1

v6.19.0

Full Changelog: docker/build-push-action@v6.18.0...v6.19.0

v6.18.0

[!NOTE] Build summary is now supported with Docker Build Cloud.

Full Changelog: docker/build-push-action@v6.17.0...v6.18.0

v6.17.0

[!NOTE] Build record is now exported using the buildx history export command instead of the legacy export-build tool.

Full Changelog: docker/build-push-action@v6.16.0...v6.17.0

v6.16.0

... (truncated)

Commits
  • d08e5c3 Merge pull request #1479 from docker/dependabot/npm_and_yarn/docker/actions-t...
  • cbd2dff chore: update generated content
  • f76f51f chore(deps): Bump @​docker/actions-toolkit from 0.78.0 to 0.79.0
  • 7d03e66 Merge pull request #1473 from crazy-max/rm-deprecated-envs
  • 98f853d chore: update generated content
  • cadccf6 remove deprecated envs
  • 03fe877 Merge pull request #1478 from docker/dependabot/github_actions/docker/setup-b...
  • 827e366 chore(deps): Bump docker/setup-buildx-action from 3 to 4
  • e25db87 Merge pull request #1474 from crazy-max/rm-export-build-tool
  • 1ac2573 Merge pull request #1470 from crazy-max/node24
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 7.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v7)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '7'
  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 Mar 8, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 8, 2026

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

.github/workflows/ci.yml

PackageVersionLicenseIssue Type
docker/build-push-action7.*.*NullUnknown License
Denied Licenses: GPL-3.0, AGPL-3.0

OpenSSF Scorecard

PackageVersionScoreDetails
actions/docker/build-push-action 7.*.* 🟢 6.4
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 10
Security-Policy🟢 9security policy file detected
Code-Review🟢 10all changesets reviewed
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Packaging🟢 10packaging workflow detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Files

  • .github/workflows/ci.yml

s123104 added a commit that referenced this pull request Mar 8, 2026
* perf(ratewise): SEO 最佳化 — E-E-A-T、標題階層、logo srcset、code-split

- seo-metadata.ts:新增 buildArticleJsonLd helper
- FAQ/About:傳入 Article JSON-LD(datePublished、dateModified、author)
- Guide:在既有 jsonLd 陣列加入 Article schema
- Settings:h3 section 標題改為 h2(修復 H1→H3 跳層)
- AppLayout:logo 加 srcset 1x/2x/4x,alt 補品牌全名
- About:正文以「本工具」取代品牌名稱,降低關鍵字密度
- routes.tsx:Multi/Favorites/Settings 改為 lazyWithRetry,減少 app.js

測試:pnpm --filter @app/ratewise typecheck 通過

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>

* fix(ratewise): 修復多幣別頁面 TWD 未置頂與收藏排序不一致問題

- 修正 useCurrencyConverter 的 sortedCurrencies 未將 TWD 固定在首位的問題
- 非收藏幣別改為字母排序,與收藏頁面 getAllCurrenciesSorted 行為對齊
- 新增 5 個 sortedCurrencies 單元測試(TWD 置頂、收藏順序、字母排序、一致性驗證)
- 新增 .changeset/fix-twd-pinned-ordering.md(minor)

測試:90 個測試檔,1488 個測試全數通過

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>

* docs: 記錄 TWD 排序修復過程與 commitlint/SSOT 故障排除

- CLAUDE.md v4.0:新增 Troubleshooting 9(generate-manifest 品牌覆寫問題)
- CLAUDE.md v4.0:新增 Troubleshooting 10(commitlint body-bullets 格式錯誤)
- CLAUDE.md v4.0:新增 Troubleshooting 11(sortedCurrencies TWD 未置頂)
- AGENTS.md v4.0:新增 manifest 修復、commitlint 修復、多幣別排序修復工作流程
- docs/dev/002:新增 incident entry fix-twd-pinned-multi-ordering(v2 格式)

測試:無獨立可測試邏輯(純文檔更新)

---------

Co-authored-by: haotool <haotool.org@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Happy <yesreply@happy.engineering>
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