From 02daf5d36006c948567ba533d5c2de288da8f19c Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Wed, 17 Apr 2024 19:58:55 -0400 Subject: [PATCH 1/4] GraphQL schema update (#50195) Co-authored-by: rachmari <9831992+rachmari@users.noreply.github.com> --- src/graphql/data/fpt/previews.json | 19 --- src/graphql/data/fpt/schema.docs.graphql | 14 +-- src/graphql/data/fpt/schema.json | 142 +--------------------- src/graphql/data/ghec/previews.json | 19 --- src/graphql/data/ghec/schema.docs.graphql | 14 +-- src/graphql/data/ghec/schema.json | 142 +--------------------- 6 files changed, 16 insertions(+), 334 deletions(-) diff --git a/src/graphql/data/fpt/previews.json b/src/graphql/data/fpt/previews.json index 12c5fc71fdef..10b77badf43b 100644 --- a/src/graphql/data/fpt/previews.json +++ b/src/graphql/data/fpt/previews.json @@ -28,24 +28,5 @@ ], "accept_header": "application/vnd.github.update-refs-preview+json", "href": "/graphql/overview/schema-previews#update-refs-preview-update-multiple-refs-in-a-single-operation-preview" - }, - { - "title": "Access to a repository's dependency graph preview", - "description": "This preview adds support for reading a dependency graph for a repository.", - "toggled_by": "hawkgirl-preview", - "toggled_on": [ - "DependencyGraphManifest", - "Repository.dependencyGraphManifests", - "DependencyGraphManifestEdge", - "DependencyGraphManifestConnection", - "DependencyGraphDependency", - "DependencyGraphDependencyEdge", - "DependencyGraphDependencyConnection" - ], - "owning_teams": [ - "@github/dependency-graph" - ], - "accept_header": "application/vnd.github.hawkgirl-preview+json", - "href": "/graphql/overview/schema-previews#access-to-a-repositorys-dependency-graph-preview" } ] \ No newline at end of file diff --git a/src/graphql/data/fpt/schema.docs.graphql b/src/graphql/data/fpt/schema.docs.graphql index 53ab1d1ef44b..8209e8c977a9 100644 --- a/src/graphql/data/fpt/schema.docs.graphql +++ b/src/graphql/data/fpt/schema.docs.graphql @@ -9828,7 +9828,7 @@ type DependabotUpdateError { """ A dependency manifest entry """ -type DependencyGraphDependency @preview(toggledBy: "hawkgirl-preview") { +type DependencyGraphDependency { """ Does the dependency itself have dependencies? """ @@ -9866,7 +9866,7 @@ type DependencyGraphDependency @preview(toggledBy: "hawkgirl-preview") { """ The connection type for DependencyGraphDependency. """ -type DependencyGraphDependencyConnection @preview(toggledBy: "hawkgirl-preview") { +type DependencyGraphDependencyConnection { """ A list of edges. """ @@ -9891,7 +9891,7 @@ type DependencyGraphDependencyConnection @preview(toggledBy: "hawkgirl-preview") """ An edge in a connection. """ -type DependencyGraphDependencyEdge @preview(toggledBy: "hawkgirl-preview") { +type DependencyGraphDependencyEdge { """ A cursor for use in pagination. """ @@ -9966,7 +9966,7 @@ enum DependencyGraphEcosystem { """ Dependency manifest for a repository """ -type DependencyGraphManifest implements Node @preview(toggledBy: "hawkgirl-preview") { +type DependencyGraphManifest implements Node { """ Path to view the manifest file blob """ @@ -10031,7 +10031,7 @@ type DependencyGraphManifest implements Node @preview(toggledBy: "hawkgirl-previ """ The connection type for DependencyGraphManifest. """ -type DependencyGraphManifestConnection @preview(toggledBy: "hawkgirl-preview") { +type DependencyGraphManifestConnection { """ A list of edges. """ @@ -10056,7 +10056,7 @@ type DependencyGraphManifestConnection @preview(toggledBy: "hawkgirl-preview") { """ An edge in a connection. """ -type DependencyGraphManifestEdge @preview(toggledBy: "hawkgirl-preview") { +type DependencyGraphManifestEdge { """ A cursor for use in pagination. """ @@ -43452,7 +43452,7 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent Flag to scope to only manifests with dependencies """ withDependencies: Boolean - ): DependencyGraphManifestConnection @preview(toggledBy: "hawkgirl-preview") + ): DependencyGraphManifestConnection """ A list of deploy keys that are on this repository. diff --git a/src/graphql/data/fpt/schema.json b/src/graphql/data/fpt/schema.json index bd2d814da9c3..79f45ecd9b0e 100644 --- a/src/graphql/data/fpt/schema.json +++ b/src/graphql/data/fpt/schema.json @@ -17044,26 +17044,6 @@ "id": "dependencygraphdependency", "href": "/graphql/reference/objects#dependencygraphdependency", "description": "

A dependency manifest entry.

", - "isDeprecated": false, - "preview": { - "title": "Access to a repository's dependency graph preview", - "description": "This preview adds support for reading a dependency graph for a repository.", - "toggled_by": "hawkgirl-preview", - "toggled_on": [ - "DependencyGraphManifest", - "Repository.dependencyGraphManifests", - "DependencyGraphManifestEdge", - "DependencyGraphManifestConnection", - "DependencyGraphDependency", - "DependencyGraphDependencyEdge", - "DependencyGraphDependencyConnection" - ], - "owning_teams": [ - "@github/dependency-graph" - ], - "accept_header": "application/vnd.github.hawkgirl-preview+json", - "href": "/graphql/overview/schema-previews#access-to-a-repositorys-dependency-graph-preview" - }, "fields": [ { "name": "hasDependencies", @@ -17123,26 +17103,6 @@ "id": "dependencygraphdependencyconnection", "href": "/graphql/reference/objects#dependencygraphdependencyconnection", "description": "

The connection type for DependencyGraphDependency.

", - "isDeprecated": false, - "preview": { - "title": "Access to a repository's dependency graph preview", - "description": "This preview adds support for reading a dependency graph for a repository.", - "toggled_by": "hawkgirl-preview", - "toggled_on": [ - "DependencyGraphManifest", - "Repository.dependencyGraphManifests", - "DependencyGraphManifestEdge", - "DependencyGraphManifestConnection", - "DependencyGraphDependency", - "DependencyGraphDependencyEdge", - "DependencyGraphDependencyConnection" - ], - "owning_teams": [ - "@github/dependency-graph" - ], - "accept_header": "application/vnd.github.hawkgirl-preview+json", - "href": "/graphql/overview/schema-previews#access-to-a-repositorys-dependency-graph-preview" - }, "fields": [ { "name": "edges", @@ -17184,26 +17144,6 @@ "id": "dependencygraphdependencyedge", "href": "/graphql/reference/objects#dependencygraphdependencyedge", "description": "

An edge in a connection.

", - "isDeprecated": false, - "preview": { - "title": "Access to a repository's dependency graph preview", - "description": "This preview adds support for reading a dependency graph for a repository.", - "toggled_by": "hawkgirl-preview", - "toggled_on": [ - "DependencyGraphManifest", - "Repository.dependencyGraphManifests", - "DependencyGraphManifestEdge", - "DependencyGraphManifestConnection", - "DependencyGraphDependency", - "DependencyGraphDependencyEdge", - "DependencyGraphDependencyConnection" - ], - "owning_teams": [ - "@github/dependency-graph" - ], - "accept_header": "application/vnd.github.hawkgirl-preview+json", - "href": "/graphql/overview/schema-previews#access-to-a-repositorys-dependency-graph-preview" - }, "fields": [ { "name": "cursor", @@ -17229,26 +17169,6 @@ "id": "dependencygraphmanifest", "href": "/graphql/reference/objects#dependencygraphmanifest", "description": "

Dependency manifest for a repository.

", - "isDeprecated": false, - "preview": { - "title": "Access to a repository's dependency graph preview", - "description": "This preview adds support for reading a dependency graph for a repository.", - "toggled_by": "hawkgirl-preview", - "toggled_on": [ - "DependencyGraphManifest", - "Repository.dependencyGraphManifests", - "DependencyGraphManifestEdge", - "DependencyGraphManifestConnection", - "DependencyGraphDependency", - "DependencyGraphDependencyEdge", - "DependencyGraphDependencyConnection" - ], - "owning_teams": [ - "@github/dependency-graph" - ], - "accept_header": "application/vnd.github.hawkgirl-preview+json", - "href": "/graphql/overview/schema-previews#access-to-a-repositorys-dependency-graph-preview" - }, "implements": [ { "name": "Node", @@ -17371,26 +17291,6 @@ "id": "dependencygraphmanifestconnection", "href": "/graphql/reference/objects#dependencygraphmanifestconnection", "description": "

The connection type for DependencyGraphManifest.

", - "isDeprecated": false, - "preview": { - "title": "Access to a repository's dependency graph preview", - "description": "This preview adds support for reading a dependency graph for a repository.", - "toggled_by": "hawkgirl-preview", - "toggled_on": [ - "DependencyGraphManifest", - "Repository.dependencyGraphManifests", - "DependencyGraphManifestEdge", - "DependencyGraphManifestConnection", - "DependencyGraphDependency", - "DependencyGraphDependencyEdge", - "DependencyGraphDependencyConnection" - ], - "owning_teams": [ - "@github/dependency-graph" - ], - "accept_header": "application/vnd.github.hawkgirl-preview+json", - "href": "/graphql/overview/schema-previews#access-to-a-repositorys-dependency-graph-preview" - }, "fields": [ { "name": "edges", @@ -17432,26 +17332,6 @@ "id": "dependencygraphmanifestedge", "href": "/graphql/reference/objects#dependencygraphmanifestedge", "description": "

An edge in a connection.

", - "isDeprecated": false, - "preview": { - "title": "Access to a repository's dependency graph preview", - "description": "This preview adds support for reading a dependency graph for a repository.", - "toggled_by": "hawkgirl-preview", - "toggled_on": [ - "DependencyGraphManifest", - "Repository.dependencyGraphManifests", - "DependencyGraphManifestEdge", - "DependencyGraphManifestConnection", - "DependencyGraphDependency", - "DependencyGraphDependencyEdge", - "DependencyGraphDependencyConnection" - ], - "owning_teams": [ - "@github/dependency-graph" - ], - "accept_header": "application/vnd.github.hawkgirl-preview+json", - "href": "/graphql/overview/schema-previews#access-to-a-repositorys-dependency-graph-preview" - }, "fields": [ { "name": "cursor", @@ -59601,27 +59481,7 @@ "href": "/graphql/reference/scalars#boolean" } } - ], - "isDeprecated": false, - "preview": { - "title": "Access to a repository's dependency graph preview", - "description": "This preview adds support for reading a dependency graph for a repository.", - "toggled_by": "hawkgirl-preview", - "toggled_on": [ - "DependencyGraphManifest", - "Repository.dependencyGraphManifests", - "DependencyGraphManifestEdge", - "DependencyGraphManifestConnection", - "DependencyGraphDependency", - "DependencyGraphDependencyEdge", - "DependencyGraphDependencyConnection" - ], - "owning_teams": [ - "@github/dependency-graph" - ], - "accept_header": "application/vnd.github.hawkgirl-preview+json", - "href": "/graphql/overview/schema-previews#access-to-a-repositorys-dependency-graph-preview" - } + ] }, { "name": "deployKeys", diff --git a/src/graphql/data/ghec/previews.json b/src/graphql/data/ghec/previews.json index 12c5fc71fdef..10b77badf43b 100644 --- a/src/graphql/data/ghec/previews.json +++ b/src/graphql/data/ghec/previews.json @@ -28,24 +28,5 @@ ], "accept_header": "application/vnd.github.update-refs-preview+json", "href": "/graphql/overview/schema-previews#update-refs-preview-update-multiple-refs-in-a-single-operation-preview" - }, - { - "title": "Access to a repository's dependency graph preview", - "description": "This preview adds support for reading a dependency graph for a repository.", - "toggled_by": "hawkgirl-preview", - "toggled_on": [ - "DependencyGraphManifest", - "Repository.dependencyGraphManifests", - "DependencyGraphManifestEdge", - "DependencyGraphManifestConnection", - "DependencyGraphDependency", - "DependencyGraphDependencyEdge", - "DependencyGraphDependencyConnection" - ], - "owning_teams": [ - "@github/dependency-graph" - ], - "accept_header": "application/vnd.github.hawkgirl-preview+json", - "href": "/graphql/overview/schema-previews#access-to-a-repositorys-dependency-graph-preview" } ] \ No newline at end of file diff --git a/src/graphql/data/ghec/schema.docs.graphql b/src/graphql/data/ghec/schema.docs.graphql index 53ab1d1ef44b..8209e8c977a9 100644 --- a/src/graphql/data/ghec/schema.docs.graphql +++ b/src/graphql/data/ghec/schema.docs.graphql @@ -9828,7 +9828,7 @@ type DependabotUpdateError { """ A dependency manifest entry """ -type DependencyGraphDependency @preview(toggledBy: "hawkgirl-preview") { +type DependencyGraphDependency { """ Does the dependency itself have dependencies? """ @@ -9866,7 +9866,7 @@ type DependencyGraphDependency @preview(toggledBy: "hawkgirl-preview") { """ The connection type for DependencyGraphDependency. """ -type DependencyGraphDependencyConnection @preview(toggledBy: "hawkgirl-preview") { +type DependencyGraphDependencyConnection { """ A list of edges. """ @@ -9891,7 +9891,7 @@ type DependencyGraphDependencyConnection @preview(toggledBy: "hawkgirl-preview") """ An edge in a connection. """ -type DependencyGraphDependencyEdge @preview(toggledBy: "hawkgirl-preview") { +type DependencyGraphDependencyEdge { """ A cursor for use in pagination. """ @@ -9966,7 +9966,7 @@ enum DependencyGraphEcosystem { """ Dependency manifest for a repository """ -type DependencyGraphManifest implements Node @preview(toggledBy: "hawkgirl-preview") { +type DependencyGraphManifest implements Node { """ Path to view the manifest file blob """ @@ -10031,7 +10031,7 @@ type DependencyGraphManifest implements Node @preview(toggledBy: "hawkgirl-previ """ The connection type for DependencyGraphManifest. """ -type DependencyGraphManifestConnection @preview(toggledBy: "hawkgirl-preview") { +type DependencyGraphManifestConnection { """ A list of edges. """ @@ -10056,7 +10056,7 @@ type DependencyGraphManifestConnection @preview(toggledBy: "hawkgirl-preview") { """ An edge in a connection. """ -type DependencyGraphManifestEdge @preview(toggledBy: "hawkgirl-preview") { +type DependencyGraphManifestEdge { """ A cursor for use in pagination. """ @@ -43452,7 +43452,7 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent Flag to scope to only manifests with dependencies """ withDependencies: Boolean - ): DependencyGraphManifestConnection @preview(toggledBy: "hawkgirl-preview") + ): DependencyGraphManifestConnection """ A list of deploy keys that are on this repository. diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json index bd2d814da9c3..79f45ecd9b0e 100644 --- a/src/graphql/data/ghec/schema.json +++ b/src/graphql/data/ghec/schema.json @@ -17044,26 +17044,6 @@ "id": "dependencygraphdependency", "href": "/graphql/reference/objects#dependencygraphdependency", "description": "

A dependency manifest entry.

", - "isDeprecated": false, - "preview": { - "title": "Access to a repository's dependency graph preview", - "description": "This preview adds support for reading a dependency graph for a repository.", - "toggled_by": "hawkgirl-preview", - "toggled_on": [ - "DependencyGraphManifest", - "Repository.dependencyGraphManifests", - "DependencyGraphManifestEdge", - "DependencyGraphManifestConnection", - "DependencyGraphDependency", - "DependencyGraphDependencyEdge", - "DependencyGraphDependencyConnection" - ], - "owning_teams": [ - "@github/dependency-graph" - ], - "accept_header": "application/vnd.github.hawkgirl-preview+json", - "href": "/graphql/overview/schema-previews#access-to-a-repositorys-dependency-graph-preview" - }, "fields": [ { "name": "hasDependencies", @@ -17123,26 +17103,6 @@ "id": "dependencygraphdependencyconnection", "href": "/graphql/reference/objects#dependencygraphdependencyconnection", "description": "

The connection type for DependencyGraphDependency.

", - "isDeprecated": false, - "preview": { - "title": "Access to a repository's dependency graph preview", - "description": "This preview adds support for reading a dependency graph for a repository.", - "toggled_by": "hawkgirl-preview", - "toggled_on": [ - "DependencyGraphManifest", - "Repository.dependencyGraphManifests", - "DependencyGraphManifestEdge", - "DependencyGraphManifestConnection", - "DependencyGraphDependency", - "DependencyGraphDependencyEdge", - "DependencyGraphDependencyConnection" - ], - "owning_teams": [ - "@github/dependency-graph" - ], - "accept_header": "application/vnd.github.hawkgirl-preview+json", - "href": "/graphql/overview/schema-previews#access-to-a-repositorys-dependency-graph-preview" - }, "fields": [ { "name": "edges", @@ -17184,26 +17144,6 @@ "id": "dependencygraphdependencyedge", "href": "/graphql/reference/objects#dependencygraphdependencyedge", "description": "

An edge in a connection.

", - "isDeprecated": false, - "preview": { - "title": "Access to a repository's dependency graph preview", - "description": "This preview adds support for reading a dependency graph for a repository.", - "toggled_by": "hawkgirl-preview", - "toggled_on": [ - "DependencyGraphManifest", - "Repository.dependencyGraphManifests", - "DependencyGraphManifestEdge", - "DependencyGraphManifestConnection", - "DependencyGraphDependency", - "DependencyGraphDependencyEdge", - "DependencyGraphDependencyConnection" - ], - "owning_teams": [ - "@github/dependency-graph" - ], - "accept_header": "application/vnd.github.hawkgirl-preview+json", - "href": "/graphql/overview/schema-previews#access-to-a-repositorys-dependency-graph-preview" - }, "fields": [ { "name": "cursor", @@ -17229,26 +17169,6 @@ "id": "dependencygraphmanifest", "href": "/graphql/reference/objects#dependencygraphmanifest", "description": "

Dependency manifest for a repository.

", - "isDeprecated": false, - "preview": { - "title": "Access to a repository's dependency graph preview", - "description": "This preview adds support for reading a dependency graph for a repository.", - "toggled_by": "hawkgirl-preview", - "toggled_on": [ - "DependencyGraphManifest", - "Repository.dependencyGraphManifests", - "DependencyGraphManifestEdge", - "DependencyGraphManifestConnection", - "DependencyGraphDependency", - "DependencyGraphDependencyEdge", - "DependencyGraphDependencyConnection" - ], - "owning_teams": [ - "@github/dependency-graph" - ], - "accept_header": "application/vnd.github.hawkgirl-preview+json", - "href": "/graphql/overview/schema-previews#access-to-a-repositorys-dependency-graph-preview" - }, "implements": [ { "name": "Node", @@ -17371,26 +17291,6 @@ "id": "dependencygraphmanifestconnection", "href": "/graphql/reference/objects#dependencygraphmanifestconnection", "description": "

The connection type for DependencyGraphManifest.

", - "isDeprecated": false, - "preview": { - "title": "Access to a repository's dependency graph preview", - "description": "This preview adds support for reading a dependency graph for a repository.", - "toggled_by": "hawkgirl-preview", - "toggled_on": [ - "DependencyGraphManifest", - "Repository.dependencyGraphManifests", - "DependencyGraphManifestEdge", - "DependencyGraphManifestConnection", - "DependencyGraphDependency", - "DependencyGraphDependencyEdge", - "DependencyGraphDependencyConnection" - ], - "owning_teams": [ - "@github/dependency-graph" - ], - "accept_header": "application/vnd.github.hawkgirl-preview+json", - "href": "/graphql/overview/schema-previews#access-to-a-repositorys-dependency-graph-preview" - }, "fields": [ { "name": "edges", @@ -17432,26 +17332,6 @@ "id": "dependencygraphmanifestedge", "href": "/graphql/reference/objects#dependencygraphmanifestedge", "description": "

An edge in a connection.

", - "isDeprecated": false, - "preview": { - "title": "Access to a repository's dependency graph preview", - "description": "This preview adds support for reading a dependency graph for a repository.", - "toggled_by": "hawkgirl-preview", - "toggled_on": [ - "DependencyGraphManifest", - "Repository.dependencyGraphManifests", - "DependencyGraphManifestEdge", - "DependencyGraphManifestConnection", - "DependencyGraphDependency", - "DependencyGraphDependencyEdge", - "DependencyGraphDependencyConnection" - ], - "owning_teams": [ - "@github/dependency-graph" - ], - "accept_header": "application/vnd.github.hawkgirl-preview+json", - "href": "/graphql/overview/schema-previews#access-to-a-repositorys-dependency-graph-preview" - }, "fields": [ { "name": "cursor", @@ -59601,27 +59481,7 @@ "href": "/graphql/reference/scalars#boolean" } } - ], - "isDeprecated": false, - "preview": { - "title": "Access to a repository's dependency graph preview", - "description": "This preview adds support for reading a dependency graph for a repository.", - "toggled_by": "hawkgirl-preview", - "toggled_on": [ - "DependencyGraphManifest", - "Repository.dependencyGraphManifests", - "DependencyGraphManifestEdge", - "DependencyGraphManifestConnection", - "DependencyGraphDependency", - "DependencyGraphDependencyEdge", - "DependencyGraphDependencyConnection" - ], - "owning_teams": [ - "@github/dependency-graph" - ], - "accept_header": "application/vnd.github.hawkgirl-preview+json", - "href": "/graphql/overview/schema-previews#access-to-a-repositorys-dependency-graph-preview" - } + ] }, { "name": "deployKeys", From 530469dbce0eee5733f901294cc69b31dd7824fb Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Wed, 17 Apr 2024 17:04:43 -0700 Subject: [PATCH 2/4] Clarify Pages themes naming convention (#50197) --- .../adding-a-theme-to-your-github-pages-site-using-jekyll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll.md b/content/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll.md index 7bc3b76dc618..9c747158b53d 100644 --- a/content/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll.md +++ b/content/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll.md @@ -28,7 +28,7 @@ People with write permissions for a repository can add a theme to a {% data vari 1. Navigate to __config.yml_. {% data reusables.repositories.edit-file %} 1. Add a new line to the file for the theme name. - - To use a supported theme, type `theme: jekyll-theme-THEME-NAME`, replacing _THEME-NAME_ with the name of the theme as shown in the README of the theme's repository. For a list of supported themes, see "[Supported themes](https://pages.github.com/themes/)" on the {% data variables.product.prodname_pages %} site. For example, to select the Minimal theme, type `theme: jekyll-theme-minimal`. + - To use a supported theme, type `theme: THEME-NAME`, replacing _THEME-NAME_ with the name of the theme as shown in the `_config.yml` of the theme's repository (most themes follow a `jekyll-theme-NAME` naming convention). For a list of supported themes, see "[Supported themes](https://pages.github.com/themes/)" on the {% data variables.product.prodname_pages %} site. For example, to select the Minimal theme, type `theme: jekyll-theme-minimal`. - To use any other Jekyll theme hosted on {% data variables.product.prodname_dotcom %}, type `remote_theme: THEME-NAME`, replacing THEME-NAME with the name of the theme as shown in the README of the theme's repository. {% data reusables.files.write_commit_message %} {% data reusables.files.choose-commit-email %} From 492e99bb7deae2f3830738d5978c6f9f5fcec513 Mon Sep 17 00:00:00 2001 From: Chris Gaudette Date: Wed, 17 Apr 2024 17:06:53 -0700 Subject: [PATCH 3/4] Added link to download CodeQL debug artifacts (#20907) (#50206) --- .../troubleshooting-code-scanning/logs-not-detailed-enough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/code-security/code-scanning/troubleshooting-code-scanning/logs-not-detailed-enough.md b/content/code-security/code-scanning/troubleshooting-code-scanning/logs-not-detailed-enough.md index bc380241df4a..7638393e8719 100644 --- a/content/code-security/code-scanning/troubleshooting-code-scanning/logs-not-detailed-enough.md +++ b/content/code-security/code-scanning/troubleshooting-code-scanning/logs-not-detailed-enough.md @@ -20,7 +20,7 @@ You can enable step debug logging in {% data variables.product.prodname_actions ## Creating {% data variables.product.prodname_codeql %} debugging artifacts You can obtain artifacts to help you debug {% data variables.product.prodname_codeql %}. -The debug artifacts will be uploaded to the workflow run as an artifact named `debug-artifacts`. The data contains the {% data variables.product.prodname_codeql %} logs, {% data variables.product.prodname_codeql %} database(s), extracted source code files, and any SARIF file(s) produced by the workflow. +The debug artifacts will be uploaded to the workflow run as an artifact named `debug-artifacts`. The data contains the {% data variables.product.prodname_codeql %} logs, {% data variables.product.prodname_codeql %} database(s), extracted source code files, and any SARIF file(s) produced by the workflow. For more information about downloading {% data variables.product.prodname_codeql %} artifacts, see "[AUTOTITLE](/actions/managing-workflow-runs/downloading-workflow-artifacts)." These artifacts will help you debug problems with {% data variables.product.prodname_codeql %} {% data variables.product.prodname_code_scanning %}. If you contact GitHub support, they might ask for this data. From cc704ca03204b1f96ce76d1ae199b13b3dac9676 Mon Sep 17 00:00:00 2001 From: Jeremy Hayes Date: Wed, 17 Apr 2024 20:11:50 -0400 Subject: [PATCH 4/4] improve description of `team` filter on security overview (#50205) --- .../security-overview/filtering-alerts-in-security-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/code-security/security-overview/filtering-alerts-in-security-overview.md b/content/code-security/security-overview/filtering-alerts-in-security-overview.md index a8e746322c7c..3730c97c2ccf 100644 --- a/content/code-security/security-overview/filtering-alerts-in-security-overview.md +++ b/content/code-security/security-overview/filtering-alerts-in-security-overview.md @@ -133,7 +133,7 @@ These qualifiers are available in the main summary views{% ifversion security-ov | Qualifier | Description | | -------- | -------- | -| `team:TEAM-NAME` | Displays repositories that TEAM-NAME has {% ifversion security-overview-team-write-access -%} write access or {% endif -%} admin access to. | +| `team:TEAM-NAME` | Displays repositories that TEAM-NAME is assigned to with the {% ifversion security-overview-team-write-access -%} write or {% endif -%} admin role. For more information on repository roles, see "[AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization)". | ## Filter by topic