[PR #2327] [MERGED] build(deps): bump go.etcd.io/bbolt from 1.3.9 to 1.3.10 #2396

Closed
opened 2026-03-01 21:55:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2327
Author: @dependabot[bot]
Created: 5/13/2024
Status: Merged
Merged: 5/13/2024
Merged by: @mergify[bot]

Base: masterHead: dependabot/go_modules/go.etcd.io/bbolt-1.3.10


📝 Commits (2)

  • b35debb build(deps): bump go.etcd.io/bbolt from 1.3.9 to 1.3.10
  • ec6902e Merge branch 'master' into dependabot/go_modules/go.etcd.io/bbolt-1.3.10

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps go.etcd.io/bbolt from 1.3.9 to 1.3.10.

Release notes

Sourced from go.etcd.io/bbolt's releases.

v1.3.10

See the CHANGELOG for more details.

Commits
  • 014b028 Merge pull request #744 from ahrtr/cursor_20240502
  • 2d48e1d Ensure a cursor can continue to iterate elements in reverse direction by call...
  • 886753c Merge pull request #717 from henrybear327/fix/remove_UnsafeSlice
  • 9e3d732 Remove UnsafeSlice and use unsafe.Slice
  • 2c29534 Merge pull request #713 from henrybear327/cve/CVE-2023-45288-release-1.3
  • 9b60c13 Address linter issues
  • 0b59bc1 Bump go toolchain version to address CVE-2023-45288
  • 9f3524b Merge pull request #716 from henrybear327/feat/introduce-go-version-file
  • 67a2678 Adopt the .go-version approach for toolchain versioning
  • See full diff 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/2327 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/13/2024 **Status:** ✅ Merged **Merged:** 5/13/2024 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/go.etcd.io/bbolt-1.3.10` --- ### 📝 Commits (2) - [`b35debb`](https://github.com/nektos/act/commit/b35debbd01c601f1aff00ad5b5ee6972b90c4abc) build(deps): bump go.etcd.io/bbolt from 1.3.9 to 1.3.10 - [`ec6902e`](https://github.com/nektos/act/commit/ec6902edd26a37a714a1b93efbbe08d90c4f8bf8) Merge branch 'master' into dependabot/go_modules/go.etcd.io/bbolt-1.3.10 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) from 1.3.9 to 1.3.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/etcd-io/bbolt/releases">go.etcd.io/bbolt's releases</a>.</em></p> <blockquote> <h2>v1.3.10</h2> <p>See the <a href="https://github.com/etcd-io/bbolt/blob/main/CHANGELOG/CHANGELOG-1.3.md#v13102024-05-06">CHANGELOG</a> for more details.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/etcd-io/bbolt/commit/014b0285ccf8585fa12d7caf7f1288397c8f2185"><code>014b028</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/744">#744</a> from ahrtr/cursor_20240502</li> <li><a href="https://github.com/etcd-io/bbolt/commit/2d48e1df03260d27ae1a2755ce4e539f3258dafc"><code>2d48e1d</code></a> Ensure a cursor can continue to iterate elements in reverse direction by call...</li> <li><a href="https://github.com/etcd-io/bbolt/commit/886753c41a212100c059c98f0d9ed86d9efdf6ac"><code>886753c</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/717">#717</a> from henrybear327/fix/remove_UnsafeSlice</li> <li><a href="https://github.com/etcd-io/bbolt/commit/9e3d732b271881a11759b9fa6df40feca713ef09"><code>9e3d732</code></a> Remove UnsafeSlice and use unsafe.Slice</li> <li><a href="https://github.com/etcd-io/bbolt/commit/2c29534715bddd170041afbda6c11b6abea037a9"><code>2c29534</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/713">#713</a> from henrybear327/cve/CVE-2023-45288-release-1.3</li> <li><a href="https://github.com/etcd-io/bbolt/commit/9b60c134ede4c009cbbcab4a6541b61a44b7da66"><code>9b60c13</code></a> Address linter issues</li> <li><a href="https://github.com/etcd-io/bbolt/commit/0b59bc131779dc7d37dc1c5d5f14469a3d1be4d9"><code>0b59bc1</code></a> Bump go toolchain version to address CVE-2023-45288</li> <li><a href="https://github.com/etcd-io/bbolt/commit/9f3524b608c9686031b31df551163b6fd1856cba"><code>9f3524b</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/716">#716</a> from henrybear327/feat/introduce-go-version-file</li> <li><a href="https://github.com/etcd-io/bbolt/commit/67a267830e85e144f29d8bf3a9d84645b4003f53"><code>67a2678</code></a> Adopt the .go-version approach for toolchain versioning</li> <li>See full diff in <a href="https://github.com/etcd-io/bbolt/compare/v1.3.9...v1.3.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.etcd.io/bbolt&package-manager=go_modules&previous-version=1.3.9&new-version=1.3.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:55:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2396
No description provided.