Skip to content

Repo sync #33672

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The notifications inbox includes triaging options designed specifically for your
* Preview the issue{% ifversion team-discussions %}, pull request, or team discussion{% else %} or pull request{% endif %} where the notification originates on {% data variables.product.prodname_dotcom %} from within the notifications inbox.
* See one of the latest reasons you're receiving a notification from your inbox with a `reasons` label.
* Create custom filters to focus on different notifications when you want.
* Group notifications in your inbox by repository or date to get a quick overview with less context switching
* Group notifications in your inbox by repository or date to get a quick overview with less context switching.

In addition, you can receive and triage notifications on your mobile device with {% data variables.product.prodname_mobile %}. For more information, see "[Managing your notification settings with GitHub Mobile](#managing-your-notification-settings-with-github-mobile)" or "[AUTOTITLE](/get-started/using-github/github-mobile)."

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ versions:
ghec: '*'
---

{% data reusables.actions.artifact-attestations-public-beta-note %}

## Introduction

Artifact attestations are a great way to create unfalsifiable provenance and integrity guarantees for the software you build.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ versions:
shortTitle: Artifact attestations
---

{% data reusables.actions.artifact-attestations-public-beta-note %}

## About artifact attestations

{% data reusables.actions.about-artifact-attestations %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ jobs:

## Generating artifact attestations for builds

{% data reusables.actions.artifact-attestations-public-beta-note %}

{% data reusables.actions.about-artifact-attestations %}

You can access attestations after a build run, underneath the list of the artifacts the build produced.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,10 @@ For more information about restoring from a failed upgrade, see "[AUTOTITLE](/ad

If your appliance averages more than 70% CPU utilization, {% data variables.product.company_short %} strongly recommends scaling up your server resources before upgrading to 3.11 or above. The new hardware or instance type should have more vCPUs to accommodate the additional load from new features and improvements included with the latest releases.
{% endif %}

{% ifversion ghes > 3.12 and ghes < 3.15 %}

## Elasticsearch Upgrade

As part of upgrading GitHub Enterprise Server to version 3.13 or later, the Elasticsearch service will be upgraded. {% data variables.product.company_short %} strongly recommends following the guidance in "[AUTOTITLE](/admin/monitoring-managing-and-updating-your-instance/updating-the-virtual-machine-and-physical-resources/preparing-for-the-elasticsearch-upgrade)."
{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ In addition to the security benefits, {% data variables.product.prodname_actions

## Generate artifact attestations for your builds

{% data reusables.actions.artifact-attestations-public-beta-note %}

{% data reusables.actions.about-artifact-attestations %}

Artifact attestations include a signature over a built artifact, along with links to the source code and build instructions. If you sign your build with artifact attestations, you do not have to manage your own signing key material. {% data variables.product.prodname_dotcom %} handles this for you with the signing authority we operate.
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"apiRequestEvent": "This event is only available via audit log streaming."
},
"sha": "696298e01ede2e0c4b5b112aed8cccf548c35511"
"sha": "722817aced5cc835d69929a16d3424b50298ec6f"
}
Loading