diff --git a/.github/workflows/sync-audit-logs.yml b/.github/workflows/sync-audit-logs.yml index 4524bbe2dff6..81b24a31c751 100644 --- a/.github/workflows/sync-audit-logs.yml +++ b/.github/workflows/sync-audit-logs.yml @@ -88,7 +88,7 @@ jobs: gh pr create \ --title "Update audit log event data" \ --body '👋 Docs First Responder. This PR updates the audit log event data with the latest changes, synced from github/audit-log-allowlists. - You only need to spot check this PR and make sure it builds successfully. You do not need to validate the contents (that is the responsibility of product teams). + Make sure the PR builds successfully and there are no gross errors (for example, a file is deleted). You do not need to validate the contents (that is the responsibility of product teams). If CI does not pass or other problems arise, contact #docs-engineering on slack.' \ --repo github/docs-internal \ --label audit-log-pipeline \ diff --git a/.github/workflows/sync-openapi.yml b/.github/workflows/sync-openapi.yml index 480e57662a97..fbeeb3e765cc 100644 --- a/.github/workflows/sync-openapi.yml +++ b/.github/workflows/sync-openapi.yml @@ -110,6 +110,8 @@ jobs: --title "Update OpenAPI Description" \ --body '👋 humans. This PR updates the OpenAPI description with the latest changes. (Synced from github/rest-api-description@${{ steps.rest-api-description.outputs.OPENAPI_COMMIT_SHA }}) + Docs First Responders should follow [the acting-as-the-first-responder instructions](https://github.com/github/docs-team/blob/main/contributing-to-docs/first-responder/acting-as-the-first-responder.md?plain=1#L156). + If CI does not pass or other problems arise, contact #docs-engineering on slack.' \ --repo github/docs-internal \ --label github-openapi-bot \ diff --git a/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.md b/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.md index bdd06a0aaac7..f5aba431f907 100644 --- a/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.md +++ b/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.md @@ -207,6 +207,9 @@ If your workflow does not contain a matrix called `language`, then {% data varia languages: c-cpp, csharp, python ``` +> [!NOTE] +> When analyzing languages sequentially, the default build-mode for every language will be used. Alternatively, if you provide an explicit `autobuild` step, then every language that supports the `autobuild` mode will use it while other languages use their default mode. If a more complex build-mode configuration than this is required, then you will need to use a `language` matrix. + ## Defining the alert severities that cause a check failure for a pull request {% ifversion code-scanning-merge-protection-rulesets %}