Skip to content

Commit 038c176

Browse files
authored
Merge pull request #60778 from github/repo-sync
Repo sync
2 parents f7b7494 + abb8578 commit 038c176

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

content/authentication/managing-commit-signature-verification/signing-tags.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ category:
1515
---
1616
{% data reusables.gpg.desktop-support-for-commit-signing %}
1717

18+
> [!TIP]
19+
> To configure your Git client to sign tags by default for a local repository, in Git versions 2.23.0 and above, run `git config tag.gpgsign true`. To sign all tags by default in any local repository on your computer, run `git config --global tag.gpgsign true`.
20+
1821
1. To sign a tag, add `-s` to your `git tag` command.
1922

2023
```shell

content/code-security/reference/supply-chain-security/dependabot-options-reference.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -569,11 +569,11 @@ Package manager | YAML value | Supported versions |
569569
| {% ifversion dependabot-opentofu-support %} |
570570
| OpenTofu | `opentofu` | Not applicable |
571571
| {% endif %} |
572-
| pip| `pip` | v24.2 |
573-
| pip-compile | `pip` | 7.4.1 |
574-
| pipenv | `pip` | <= 2024.4.1 |
572+
| pip | `pip` | 24.2 |
573+
| pip-compile | `pip` | 7.5.3 |
574+
| pipenv | `pip` | <= 2024.4.1 |
575575
| pnpm | `npm` | v7, v8 <br>v9, v10 (version updates only) |
576-
| poetry | `pip` | v2 |
576+
| poetry | `pip` | 2.2.1 |
577577
| {% ifversion dependabot-pre-commit-support %} |
578578
| pre-commit | `pre-commit` | Not applicable |
579579
| {% endif %} |

content/site-policy/github-terms/github-educational-use-agreement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are entering into this Agreement on behalf of an organization or other le
1717

1818
When you click "I agree", “I accept”, or similar buttons, you accept all the terms and conditions of this Agreement.
1919

20-
As an educational institution, you’d like to allow Qualified Users to use and access GitHub products listed on an Order Form solely for their non-commercial, academic use. GitHub is willing allow such use and access subject to compliance with this Agreement. GitHub and Education Partner are the "Parties", and each a “Party.” The Parties agree as follows:
20+
As an educational institution, you’d like to allow Qualified Users to use and access GitHub products listed on an Order Form solely for their non-commercial, academic use. GitHub is willing to allow such use and access subject to compliance with this Agreement. GitHub and Education Partner are the "Parties", and each a “Party.” The Parties agree as follows:
2121

2222
## 1. Definitions
2323

data/reusables/dependabot/supported-package-managers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ npm | `npm` | v7, v8, v9, v10, v11 | {% octicon "check"
4141
| {% ifversion dependabot-opentofu-support %} |
4242
[OpenTofu](#opentofu) | `opentofu` | Not applicable | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | Not applicable |
4343
| {% endif %} |
44-
[pip](#pip-and-pip-compile) | `pip` | v21.1.2 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
45-
pipenv | `pip` | <= 2021-05-29 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
46-
[pip-compile](#pip-and-pip-compile) | `pip` | 6.1.0 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
44+
[pip](#pip-and-pip-compile) | `pip` | 24.2 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
45+
pipenv | `pip` | 2024.4.1 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
46+
[pip-compile](#pip-and-pip-compile) | `pip` | 7.5.3 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
4747
| {% ifversion dependabot-updates-pnpmv9-support %}pnpm{% else %}[pnpm](#pnpm){% endif %} | `npm` | v7, v8, v9, v10 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} {% ifversion dependabot-updates-pnpmv9-support %}{% else %}(v7 and v8 only){% endif %}| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
48-
poetry | `pip` | v1 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
48+
poetry | `pip` | 2.2.1 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
4949
| {% ifversion dependabot-pre-commit-support %} |
5050
[pre-commit](#pre-commit) | `pre-commit` | Not applicable | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
5151
| {% endif %} |

0 commit comments

Comments
 (0)