diff --git a/content/copilot/using-github-copilot/asking-github-copilot-questions-in-your-ide.md b/content/copilot/using-github-copilot/asking-github-copilot-questions-in-your-ide.md index f1305bbc9f0b..c5405452dd61 100644 --- a/content/copilot/using-github-copilot/asking-github-copilot-questions-in-your-ide.md +++ b/content/copilot/using-github-copilot/asking-github-copilot-questions-in-your-ide.md @@ -31,6 +31,8 @@ shortTitle: Chat in IDE ### Changing your AI model +The model picker in Chat view is a pre-release feature and requires the latest version of [VS Code Insiders](https://code.visualstudio.com/insiders/), as well as the {% data variables.product.prodname_copilot_short %} pre-release extension. + {% data reusables.copilot.model-picker-enable-preview-features %} {% data reusables.copilot.open-chat-vs-code %} 1. In the bottom right of the chat view, select the **CURRENT-MODEL** {% octicon "chevron-down" aria-hidden="true" %} dropdown menu, then click the AI model of your choice. diff --git a/data/reusables/actions/message-parameters.md b/data/reusables/actions/message-parameters.md index ad5393ebe2dd..9722b98594ec 100644 --- a/data/reusables/actions/message-parameters.md +++ b/data/reusables/actions/message-parameters.md @@ -1,6 +1,6 @@ | Parameter | Value | Required | Default | | :- | :- | :- | :- | -| `title` | Custom title | Yes | None | +| `title` | Custom title | No | None | | `file` | Filename | No | `.github` | | `col` | Column number, starting at 1 | No | None | | `endColumn` | End column number | No | None | diff --git a/src/audit-logs/lib/config.json b/src/audit-logs/lib/config.json index 2d03f10fe893..dbebbece9853 100644 --- a/src/audit-logs/lib/config.json +++ b/src/audit-logs/lib/config.json @@ -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": "218fadadb5342f3d6c49bf661619afe7e47f6b21" + "sha": "2125b20d5c50ac322da77be38815b025d8129c9e" } \ No newline at end of file diff --git a/src/secret-scanning/data/public-docs.yml b/src/secret-scanning/data/public-docs.yml index b797b1f3a2a0..4e182e6c04d4 100644 --- a/src/secret-scanning/data/public-docs.yml +++ b/src/secret-scanning/data/public-docs.yml @@ -166,6 +166,17 @@ hasPushProtection: true hasValidityCheck: false isduplicate: false +- provider: Asaas + supportedSecret: Asaas API Token + secretType: asaas_api_token + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + isduplicate: false - provider: Asana supportedSecret: Asana Legacy Format Personal Access Token secretType: asana_legacy_format_personal_access_token @@ -833,7 +844,7 @@ ghes: '*' isPublic: false isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false isduplicate: false - provider: Contributed Systems @@ -1437,7 +1448,7 @@ ghes: '*' isPublic: false isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false isduplicate: false - provider: GoCardless @@ -2510,6 +2521,72 @@ hasPushProtection: true hasValidityCheck: false isduplicate: false +- provider: Polar + supportedSecret: Polar Access Token + secretType: polar_access_token + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + isduplicate: false +- provider: Polar + supportedSecret: Polar Authorization Code + secretType: polar_authorization_code + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + isduplicate: false +- provider: Polar + supportedSecret: Polar Client Registration Token + secretType: polar_client_registration_token + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + isduplicate: false +- provider: Polar + supportedSecret: Polat Client Secret + secretType: polar_client_secret + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + isduplicate: false +- provider: Polar + supportedSecret: Polar Personal Access Token + secretType: polar_personal_access_token + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + isduplicate: false +- provider: Polar + supportedSecret: Polar Refresh Token + secretType: polar_refresh_token + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + isduplicate: false - provider: Postman supportedSecret: Postman API Key secretType: postman_api_key @@ -2915,6 +2992,17 @@ hasPushProtection: true hasValidityCheck: false isduplicate: false +- provider: Siemens + supportedSecret: Siemens Code Access Token + secretType: siemens_code_access_token + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + isduplicate: false - provider: Slack supportedSecret: Slack API Token secretType: slack_api_token diff --git a/src/secret-scanning/lib/config.json b/src/secret-scanning/lib/config.json index 910a4fec76a5..71d5280a661d 100644 --- a/src/secret-scanning/lib/config.json +++ b/src/secret-scanning/lib/config.json @@ -1,5 +1,5 @@ { - "sha": "b37f300b0ad41b4a3cc2bdfb0799b7443edf4311", - "blob-sha": "1c84fda1a814138b457b020b75f05e5e35fe6951", + "sha": "c981b0cef4c81074d3009a3850819804aa6f5b37", + "blob-sha": "efdb221a75553fb09b3bff43027cc4b64a63832c", "targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns" } \ No newline at end of file