@@ -27,7 +27,9 @@ shortTitle: Auto-update actions
|
||||
|
||||
Actions are often updated with bug fixes and new features to make automated processes more reliable, faster, and safer. When you enable {% data variables.product.prodname_dependabot_version_updates %} for {% data variables.product.prodname_actions %}, {% data variables.product.prodname_dependabot %} will help ensure that references to actions in a repository's _workflow.yml_ file{% ifversion dependabot-updates-actions-reusable-workflows %} and reusable workflows used inside workflows{% endif %} are kept up to date.
|
||||
|
||||
For each action in the file, {% data variables.product.prodname_dependabot %} checks the action's reference (typically a version number or commit identifier associated with the action) against the latest version. If a more recent version of the action is available, {% data variables.product.prodname_dependabot %} will send you a pull request that updates the reference in the workflow file to the latest version. For more information about {% data variables.product.prodname_dependabot_version_updates %}, see "[AUTOTITLE](/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates)." For more information about configuring workflows for {% data variables.product.prodname_actions %}, see "[AUTOTITLE](/actions/learn-github-actions)."
|
||||
For each action in the file, {% data variables.product.prodname_dependabot %} checks the action's reference (typically a version number or commit identifier associated with the action) against the latest version. For information about how action creators version their actions, see "[Using release management for your custom actions](/actions/learn-github-actions/finding-and-customizing-actions#using-release-management-for-your-custom-actions)."
|
||||
|
||||
If a more recent version of the action is available, {% data variables.product.prodname_dependabot %} will send you a pull request that updates the reference in the workflow file to the latest version. For more information about {% data variables.product.prodname_dependabot_version_updates %}, see "[AUTOTITLE](/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates)." For more information about configuring workflows for {% data variables.product.prodname_actions %}, see "[AUTOTITLE](/actions/learn-github-actions)."
|
||||
|
||||
{% ifversion dependabot-updates-actions-reusable-workflows %}
|
||||
{% data variables.product.prodname_dependabot %} also checks workflow files for uses of reusable workflows, and updates the git reference for these called reusable workflows. For more information about reusable workflows, see "[AUTOTITLE](/actions/using-workflows/reusing-workflows)."
|
||||
|
||||
@@ -36713,6 +36713,11 @@ enum RepositoryLockReason {
|
||||
The repository is locked due to a trade controls related reason.
|
||||
"""
|
||||
TRADE_RESTRICTION
|
||||
|
||||
"""
|
||||
The repository is locked due to an ownership transfer.
|
||||
"""
|
||||
TRANSFERRING_OWNERSHIP
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
@@ -44364,6 +44364,11 @@ enum RepositoryLockReason {
|
||||
The repository is locked due to a trade controls related reason.
|
||||
"""
|
||||
TRADE_RESTRICTION
|
||||
|
||||
"""
|
||||
The repository is locked due to an ownership transfer.
|
||||
"""
|
||||
TRANSFERRING_OWNERSHIP
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
@@ -44364,6 +44364,11 @@ enum RepositoryLockReason {
|
||||
The repository is locked due to a trade controls related reason.
|
||||
"""
|
||||
TRADE_RESTRICTION
|
||||
|
||||
"""
|
||||
The repository is locked due to an ownership transfer.
|
||||
"""
|
||||
TRANSFERRING_OWNERSHIP
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
@@ -284,6 +284,8 @@ sections:
|
||||
If the root site administrator is locked out of the Management Console after failed login attempts, the account will not unlock automatically after the defined lockout time. Someone with administrative SSH access to the instance must unlock the account using the administrative shell. For more information, see "[AUTOTITLE](/admin/configuration/administering-your-instance-from-the-management-console/troubleshooting-access-to-the-management-console#unlocking-the-root-site-administrator-account)."
|
||||
- |
|
||||
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
deprecations:
|
||||
# https://github.com/github/releases/issues/2605
|
||||
|
||||
@@ -291,6 +291,8 @@ sections:
|
||||
{% data reusables.release-notes.cache-replica-servers-known-issue %} [Updated: 2023-09-26]
|
||||
- |
|
||||
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
|
||||
deprecations:
|
||||
|
||||
@@ -60,3 +60,5 @@ sections:
|
||||
{% data reusables.release-notes.cache-replica-servers-known-issue %} [Updated: 2023-09-26]
|
||||
- |
|
||||
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
@@ -37,3 +37,5 @@ sections:
|
||||
After an administrator enables maintenance mode from the instance's Management Console UI using Firefox, the administrator is redirected to the Settings page, but maintenance mode is not enabled. To work around this issue, use a different browser.
|
||||
- |
|
||||
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
@@ -470,6 +470,8 @@ sections:
|
||||
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
|
||||
- |
|
||||
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
deprecations:
|
||||
- heading: Unsecure algorithms disabled for administrative SSH connections
|
||||
|
||||
@@ -65,3 +65,5 @@ sections:
|
||||
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
|
||||
- |
|
||||
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
@@ -41,3 +41,5 @@ sections:
|
||||
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %}
|
||||
- |
|
||||
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
@@ -46,3 +46,5 @@ sections:
|
||||
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
|
||||
- |
|
||||
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
@@ -57,3 +57,5 @@ sections:
|
||||
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
|
||||
- |
|
||||
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
@@ -41,3 +41,5 @@ sections:
|
||||
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
|
||||
- |
|
||||
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
@@ -44,3 +44,5 @@ sections:
|
||||
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
|
||||
- |
|
||||
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
@@ -104,3 +104,5 @@ sections:
|
||||
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
|
||||
- |
|
||||
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
@@ -25,6 +25,8 @@ sections:
|
||||
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
|
||||
- |
|
||||
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
changes:
|
||||
- |
|
||||
|
||||
@@ -54,3 +54,5 @@ sections:
|
||||
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
|
||||
- |
|
||||
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
@@ -36,3 +36,5 @@ sections:
|
||||
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-09-04]
|
||||
- |
|
||||
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
@@ -413,6 +413,8 @@ sections:
|
||||
If the root site administrator is locked out of the Management Console after failed login attempts, the account will not unlock automatically after the defined lockout time. Someone with administrative SSH access to the instance must unlock the account using the administrative shell. For more information, see "[AUTOTITLE](/admin/configuration/administering-your-instance-from-the-management-console/troubleshooting-access-to-the-management-console#unlocking-the-root-site-administrator-account)."
|
||||
- |
|
||||
{% data reusables.release-notes.2023-09-ephemeral-self-hosted-runners-not-auto-upgrading %} [Updated: 2023-09-29]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
deprecations:
|
||||
# https://github.com/github/releases/issues/2826
|
||||
|
||||
@@ -436,6 +436,8 @@ sections:
|
||||
{% data reusables.release-notes.2023-10-resource-activity-queue-not-processed %} [Updated: 2023-10-10]
|
||||
- |
|
||||
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
deprecations:
|
||||
# https://github.com/github/releases/issues/2826
|
||||
|
||||
@@ -156,3 +156,5 @@ sections:
|
||||
{% data reusables.release-notes.2023-10-resource-activity-queue-not-processed %} [Updated: 2023-10-10]
|
||||
- |
|
||||
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
@@ -71,3 +71,5 @@ sections:
|
||||
{% data reusables.release-notes.2023-10-resource-activity-queue-not-processed %} [Updated: 2023-10-10]
|
||||
- |
|
||||
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
@@ -65,4 +65,5 @@ sections:
|
||||
{% data reusables.release-notes.2023-10-resource-activity-queue-not-processed %} [Updated: 2023-10-10]
|
||||
- |
|
||||
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
|
||||
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
@@ -55,3 +55,5 @@ sections:
|
||||
{% data reusables.release-notes.2023-10-resource-activity-queue-not-processed %} [Updated: 2023-10-10]
|
||||
- |
|
||||
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
@@ -62,3 +62,5 @@ sections:
|
||||
{% data reusables.release-notes.2023-10-resource-activity-queue-not-processed %} [Updated: 2023-10-10]
|
||||
- |
|
||||
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
|
||||
- |
|
||||
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
The settings for enabling scheduled reminders were added unintentionally to this release. Scheduled reminders are not officially supported.
|
||||
@@ -1,4 +1,17 @@
|
||||
[
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
"title": "The GraphQL schema includes these changes:",
|
||||
"changes": [
|
||||
"<p>Enum value 'TRANSFERRING_OWNERSHIP<code>was added to enum</code>RepositoryLockReason'</p>"
|
||||
]
|
||||
}
|
||||
],
|
||||
"previewChanges": [],
|
||||
"upcomingChanges": [],
|
||||
"date": "2023-10-17"
|
||||
},
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
|
||||
@@ -82677,6 +82677,10 @@
|
||||
{
|
||||
"name": "TRADE_RESTRICTION",
|
||||
"description": "<p>The repository is locked due to a trade controls related reason.</p>"
|
||||
},
|
||||
{
|
||||
"name": "TRANSFERRING_OWNERSHIP",
|
||||
"description": "<p>The repository is locked due to an ownership transfer.</p>"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -68476,6 +68476,10 @@
|
||||
{
|
||||
"name": "TRADE_RESTRICTION",
|
||||
"description": "<p>The repository is locked due to a trade controls related reason.</p>"
|
||||
},
|
||||
{
|
||||
"name": "TRANSFERRING_OWNERSHIP",
|
||||
"description": "<p>The repository is locked due to an ownership transfer.</p>"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -82677,6 +82677,10 @@
|
||||
{
|
||||
"name": "TRADE_RESTRICTION",
|
||||
"description": "<p>The repository is locked due to a trade controls related reason.</p>"
|
||||
},
|
||||
{
|
||||
"name": "TRANSFERRING_OWNERSHIP",
|
||||
"description": "<p>The repository is locked due to an ownership transfer.</p>"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -155,7 +155,7 @@ export function getGHExample(operation: Operation, codeSample: CodeSample) {
|
||||
} else if (Array.isArray(codeSample.request.bodyParameters[key])) {
|
||||
let cliLine = ''
|
||||
for (const value of codeSample.request.bodyParameters[key]) {
|
||||
cliLine += `-f "${key}[]=${value}" `
|
||||
cliLine += `${typeof value === 'string' ? '-f' : '-F'} "${key}[]=${value}" `
|
||||
}
|
||||
return cliLine
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user