[PR #1830] [MERGED] build(deps): bump github.com/go-git/go-git/v5 from 5.6.2-0.20230411180853-ce62f3e9ff86 to 5.7.0 #2147

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1830
Author: @dependabot[bot]
Created: 5/29/2023
Status: Merged
Merged: 5/29/2023
Merged by: @mergify[bot]

Base: masterHead: dependabot/go_modules/github.com/go-git/go-git/v5-5.7.0


📝 Commits (2)

  • fff83e5 build(deps): bump github.com/go-git/go-git/v5
  • 1adffd2 Merge branch 'master' into dependabot/go_modules/github.com/go-git/go-git/v5-5.7.0

📊 Changes

2 files changed (+37 additions, -53 deletions)

View changed files

📝 go.mod (+10 -9)
📝 go.sum (+27 -44)

📄 Description

Bumps github.com/go-git/go-git/v5 from 5.6.2-0.20230411180853-ce62f3e9ff86 to 5.7.0.

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.7.0

What's Changed

New Contributors

Full Changelog: https://github.com/go-git/go-git/compare/v5.6.1...v5.7.0

Commits

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 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/1830 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/29/2023 **Status:** ✅ Merged **Merged:** 5/29/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/go-git/go-git/v5-5.7.0` --- ### 📝 Commits (2) - [`fff83e5`](https://github.com/nektos/act/commit/fff83e56a94900e31728ba5e40eaa5079dc2fae2) build(deps): bump github.com/go-git/go-git/v5 - [`1adffd2`](https://github.com/nektos/act/commit/1adffd2df00d34fdd57ef0b8053563c954ff7d07) Merge branch 'master' into dependabot/go_modules/github.com/go-git/go-git/v5-5.7.0 ### 📊 Changes **2 files changed** (+37 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+10 -9) 📝 `go.sum` (+27 -44) </details> ### 📄 Description Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.6.2-0.20230411180853-ce62f3e9ff86 to 5.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-git/go-git/releases">github.com/go-git/go-git/v5's releases</a>.</em></p> <blockquote> <h2>v5.7.0</h2> <h2>What's Changed</h2> <ul> <li>*: Add support for initializing SHA256 repositories by <a href="https://github.com/pjbgf"><code>@​pjbgf</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/707">go-git/go-git#707</a></li> <li>git: add mirror clone option by <a href="https://github.com/aymanbagabas"><code>@​aymanbagabas</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/735">go-git/go-git#735</a></li> <li>git: Add support to ls-remote with peeled references. Fixes <a href="https://redirect.github.com/go-git/go-git/issues/749">#749</a> by <a href="https://github.com/pjbgf"><code>@​pjbgf</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/750">go-git/go-git#750</a></li> <li>git: fix cloning with branch name by <a href="https://github.com/AriehSchneier"><code>@​AriehSchneier</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/755">go-git/go-git#755</a></li> <li>git: Worktree, add check to see if file already checked in. Fixes <a href="https://redirect.github.com/go-git/go-git/issues/718">#718</a> by <a href="https://github.com/cbbm142"><code>@​cbbm142</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/719">go-git/go-git#719</a></li> <li>git: Worktree, git grep bare repositories by <a href="https://github.com/aymanbagabas"><code>@​aymanbagabas</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/728">go-git/go-git#728</a></li> <li>git: Add Depth to SubmoduleUpdateOptions by <a href="https://github.com/matejrisek"><code>@​matejrisek</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/754">go-git/go-git#754</a></li> <li>git: Testing, Fix tests not cleaning temp folders by <a href="https://github.com/AriehSchneier"><code>@​AriehSchneier</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/769">go-git/go-git#769</a></li> <li>git: remote, add support for a configurable timeout. by <a href="https://github.com/andrewpollock"><code>@​andrewpollock</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/753">go-git/go-git#753</a></li> <li>git: Allow Initial Branch to be configurable by <a href="https://github.com/techknowlogick"><code>@​techknowlogick</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/764">go-git/go-git#764</a></li> <li>storage: filesystem/dotgit, Improve load packed-refs by <a href="https://github.com/fcharlie"><code>@​fcharlie</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/743">go-git/go-git#743</a></li> <li>storage: filesystem, Populate index before use. Fixes <a href="https://redirect.github.com/go-git/go-git/issues/148">#148</a> by <a href="https://github.com/AriehSchneier"><code>@​AriehSchneier</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/722">go-git/go-git#722</a></li> <li>plumbing: resolve non-external delta references by <a href="https://github.com/ZauberNerd"><code>@​ZauberNerd</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/485">go-git/go-git#485</a></li> <li>plumbing/transport: fix regression in scp-like match by <a href="https://github.com/jotadrilo"><code>@​jotadrilo</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/715">go-git/go-git#715</a></li> <li>plumbing/transport: Add support for custom proxy settings by <a href="https://github.com/aryan9600"><code>@​aryan9600</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/744">go-git/go-git#744</a></li> <li>*: small fixes across the codebase by <a href="https://github.com/pjbgf"><code>@​pjbgf</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/770">go-git/go-git#770</a></li> <li>*: bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/776">go-git/go-git#776</a></li> <li>*: bump dependencies by <a href="https://github.com/pjbgf"><code>@​pjbgf</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/748">go-git/go-git#748</a></li> <li>*: bump Go version to 1.18 on go.mod by <a href="https://github.com/pjbgf"><code>@​pjbgf</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/774">go-git/go-git#774</a></li> <li>*: add Codeql workflow and bump dependencies by <a href="https://github.com/pjbgf"><code>@​pjbgf</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/775">go-git/go-git#775</a></li> <li>ci: fix upstream git build for master branch by <a href="https://github.com/pjbgf"><code>@​pjbgf</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/739">go-git/go-git#739</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ZauberNerd"><code>@​ZauberNerd</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/485">go-git/go-git#485</a></li> <li><a href="https://github.com/jotadrilo"><code>@​jotadrilo</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/715">go-git/go-git#715</a></li> <li><a href="https://github.com/fcharlie"><code>@​fcharlie</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/743">go-git/go-git#743</a></li> <li><a href="https://github.com/AriehSchneier"><code>@​AriehSchneier</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/755">go-git/go-git#755</a></li> <li><a href="https://github.com/cbbm142"><code>@​cbbm142</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/719">go-git/go-git#719</a></li> <li><a href="https://github.com/aryan9600"><code>@​aryan9600</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/744">go-git/go-git#744</a></li> <li><a href="https://github.com/matejrisek"><code>@​matejrisek</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/754">go-git/go-git#754</a></li> <li><a href="https://github.com/andrewpollock"><code>@​andrewpollock</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/753">go-git/go-git#753</a></li> <li><a href="https://github.com/techknowlogick"><code>@​techknowlogick</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/764">go-git/go-git#764</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-git/go-git/compare/v5.6.1...v5.7.0">https://github.com/go-git/go-git/compare/v5.6.1...v5.7.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/go-git/go-git/commits/v5.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-git/go-git/v5&package-manager=go_modules&previous-version=5.6.2-0.20230411180853-ce62f3e9ff86&new-version=5.7.0)](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 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:54:12 +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#2147
No description provided.