Skip to content

Commit 1572b65

Browse files
authored
Merge pull request #38924 from github/repo-sync
Repo sync
2 parents 22f4e8a + 3cf5022 commit 1572b65

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/sync-audit-logs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
gh pr create \
8989
--title "Update audit log event data" \
9090
--body '👋 Docs First Responder. This PR updates the audit log event data with the latest changes, synced from github/audit-log-allowlists.
91-
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).
91+
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).
9292
If CI does not pass or other problems arise, contact #docs-engineering on slack.' \
9393
--repo github/docs-internal \
9494
--label audit-log-pipeline \

.github/workflows/sync-openapi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ jobs:
110110
--title "Update OpenAPI Description" \
111111
--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 }})
112112
113+
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).
114+
113115
If CI does not pass or other problems arise, contact #docs-engineering on slack.' \
114116
--repo github/docs-internal \
115117
--label github-openapi-bot \

content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ If your workflow does not contain a matrix called `language`, then {% data varia
207207
languages: c-cpp, csharp, python
208208
```
209209

210+
> [!NOTE]
211+
> 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.
212+
210213
## Defining the alert severities that cause a check failure for a pull request
211214

212215
{% ifversion code-scanning-merge-protection-rulesets %}

0 commit comments

Comments
 (0)