diff --git a/config/kubernetes/production/deployments/webapp.yaml b/config/kubernetes/production/deployments/webapp.yaml
index 362ed36fb8da..61812c073af3 100644
--- a/config/kubernetes/production/deployments/webapp.yaml
+++ b/config/kubernetes/production/deployments/webapp.yaml
@@ -3,7 +3,7 @@ kind: Deployment
metadata:
name: webapp
spec:
- replicas: 2
+ replicas: 4
selector:
matchLabels:
app: webapp
diff --git a/content/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests.md b/content/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests.md
index bfe99bba5c33..20d2c0cb541a 100644
--- a/content/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests.md
+++ b/content/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests.md
@@ -41,13 +41,12 @@ Each model has a premium request multiplier, based on its complexity and resourc
| Model | Premium requests |
|--------------------------------------|------------|
-| Base model[^1] | 0 (paid users), 1 ({% data variables.product.prodname_copilot_free_short %}) |
+| Base model (GPT-4o)[^1] | 0 (paid users), 1 ({% data variables.product.prodname_copilot_free_short %}) |
| {% data variables.copilot.copilot_claude_sonnet_35 %} | 1 |
| {% data variables.copilot.copilot_claude_sonnet_37 %} | 1 |
| {% data variables.copilot.copilot_claude_sonnet_37 %} Thinking | 1.25 |
| {% data variables.copilot.copilot_gemini_flash %} | 0.25 |
| GPT-4.5 | 50 |
-| GPT-4o | 1 |
| o1 | 10 |
| o3-mini | 0.33 |
diff --git a/src/frame/components/DefaultLayout.tsx b/src/frame/components/DefaultLayout.tsx
index 65656ee71a9a..d1e194ae2313 100644
--- a/src/frame/components/DefaultLayout.tsx
+++ b/src/frame/components/DefaultLayout.tsx
@@ -59,7 +59,7 @@ export const DefaultLayout = (props: Props) => {
const metaDescription = page.introPlainText ? page.introPlainText : t('default_description')
- const SOCIAL_CATEGORIES = new Set(['security', 'actions', 'issues', 'copilot'])
+ const SOCIAL_CATEGORIES = new Set(['code-security', 'actions', 'issues', 'copilot'])
const SOCIAL_CARD_IMG_BASE_URL = '/assets/cb-345/images/social-cards'
function getCategoryImageUrl(category: string): string {
@@ -128,6 +128,13 @@ export const DefaultLayout = (props: Props) => {
>
)}
+ {/* Twitter Meta Tags */}
+
+
+
+
+ {page.introPlainText && }
+
=3.14'
isPublic: false
isPrivateWithGhas: true
- hasPushProtection: false
+ hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Azure
@@ -681,7 +681,7 @@
ghes: '>=3.14'
isPublic: true
isPrivateWithGhas: true
- hasPushProtection: false
+ hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Baidu
@@ -744,6 +744,17 @@
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
+- provider: Buildkite
+ supportedSecret: Buildkite User Access Token
+ secretType: buildkite_user_access_token
+ versions:
+ fpt: '*'
+ ghec: '*'
+ isPublic: true
+ isPrivateWithGhas: true
+ hasPushProtection: false
+ hasValidityCheck: false
+ isduplicate: false
- provider: Canadian Digital Service
supportedSecret: Canadian Digital Service Notify API Key
secretType: cds_canada_notify_api_key
@@ -1470,7 +1481,7 @@
ghes: '*'
isPublic: true
isPrivateWithGhas: true
- hasPushProtection: false
+ hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: FullStory
@@ -1966,7 +1977,7 @@
ghes: '>=3.14'
isPublic: false
isPrivateWithGhas: true
- hasPushProtection: false
+ hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: IBM
@@ -1978,7 +1989,7 @@
ghes: '>=3.14'
isPublic: false
isPrivateWithGhas: true
- hasPushProtection: false
+ hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Intercom
@@ -3317,7 +3328,7 @@
ghes: '>=3.16'
isPublic: false
isPrivateWithGhas: true
- hasPushProtection: false
+ hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Sentry
@@ -3329,7 +3340,7 @@
ghes: '>=3.16'
isPublic: false
isPrivateWithGhas: true
- hasPushProtection: false
+ hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Sentry
@@ -3341,7 +3352,7 @@
ghes: '>=3.16'
isPublic: false
isPrivateWithGhas: true
- hasPushProtection: false
+ hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Sentry
@@ -3353,7 +3364,7 @@
ghes: '>=3.16'
isPublic: false
isPrivateWithGhas: true
- hasPushProtection: false
+ hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Shippo
@@ -3389,7 +3400,7 @@
ghes: '>=3.16'
isPublic: true
isPrivateWithGhas: true
- hasPushProtection: false
+ hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Shopify
@@ -3676,7 +3687,7 @@
ghes: '*'
isPublic: true
isPrivateWithGhas: true
- hasPushProtection: false
+ hasPushProtection: true
hasValidityCheck: false
isduplicate: true
- provider: SSLMate
@@ -3688,7 +3699,7 @@
ghes: '*'
isPublic: true
isPrivateWithGhas: true
- hasPushProtection: false
+ hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Stripe
diff --git a/src/secret-scanning/lib/config.json b/src/secret-scanning/lib/config.json
index 155749e08dd6..730e1db3a3ce 100644
--- a/src/secret-scanning/lib/config.json
+++ b/src/secret-scanning/lib/config.json
@@ -1,5 +1,5 @@
{
- "sha": "82247bbeeb4c22705a1575389b4583f83aaadf57",
- "blob-sha": "48dc0e2b23d3b6497cf65f6de2f27703a3c88575",
+ "sha": "2513a1b14954d64d3e7828abb8d1be05de3b0095",
+ "blob-sha": "0f544a2978df7ae8a76cc33e1446338dc87abc52",
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
}
\ No newline at end of file