Skip to content

Commit 5ee1b99

Browse files
authored
Update github pull request extension version (#8618)
Update GitHub.vscode-pull-request-github version ### QA Notes
1 parent f1be6ce commit 5ee1b99

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

build/secrets/.secrets.baseline

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@
9090
{
9191
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
9292
},
93-
{
94-
"path": "detect_secrets.filters.common.is_baseline_file",
95-
"filename": "build/secrets/.secrets.baseline"
96-
},
9793
{
9894
"path": "detect_secrets.filters.heuristic.is_indirect_reference"
9995
},
@@ -1210,10 +1206,9 @@
12101206
{
12111207
"type": "Hex High Entropy String",
12121208
"filename": "product.json",
1213-
"hashed_secret": "d002cffd051e4d7a26f3b8e7bbee0a6a7d49936f",
1209+
"hashed_secret": "fda5038ff0e700f1d70d04e89acb2f98dcfd9188",
12141210
"is_verified": false,
1215-
"line_number": 273,
1216-
"is_secret": false
1211+
"line_number": 273
12171212
}
12181213
],
12191214
"scripts/playground-server.ts": [
@@ -1638,6 +1633,15 @@
16381633
"is_secret": false
16391634
}
16401635
],
1636+
"src/vs/workbench/api/node/loopbackServer.ts": [
1637+
{
1638+
"type": "AWS Access Key",
1639+
"filename": "src/vs/workbench/api/node/loopbackServer.ts",
1640+
"hashed_secret": "094ab4147707513f945937285ac0a6ef8472a356",
1641+
"is_verified": false,
1642+
"line_number": 184
1643+
}
1644+
],
16411645
"src/vs/workbench/api/test/browser/extHostTelemetry.test.ts": [
16421646
{
16431647
"type": "Secret Keyword",
@@ -1706,6 +1710,15 @@
17061710
"is_secret": false
17071711
}
17081712
],
1713+
"src/vs/workbench/services/extensions/browser/webWorkerExtensionHost.ts": [
1714+
{
1715+
"type": "IBM Cloud IAM Key",
1716+
"filename": "src/vs/workbench/services/extensions/browser/webWorkerExtensionHost.ts",
1717+
"hashed_secret": "0d43d6e259826e4ecbda1644424b26de54faa665",
1718+
"is_verified": false,
1719+
"line_number": 96
1720+
}
1721+
],
17091722
"src/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html": [
17101723
{
17111724
"type": "Base64 High Entropy String",
@@ -1755,5 +1768,5 @@
17551768
}
17561769
]
17571770
},
1758-
"generated_at": "2025-07-21T17:56:30Z"
1771+
"generated_at": "2025-07-22T14:06:03Z"
17591772
}

product.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@
269269
},
270270
{
271271
"name": "GitHub.vscode-pull-request-github",
272-
"version": "0.114.2",
273-
"sha256": "7f0b0c668855cb2433e1ed617ec618cbb9b7c9a23e5b58663ebb07009968c8b7",
272+
"version": "0.114.3",
273+
"sha256": "344b9dde5a0fcf83c42ee58c75cd8ddb33201412295d92f142ba351c0bc665bc",
274274
"repo": "https://github.com/Microsoft/vscode-pull-request-github",
275275
"metadata": {
276276
"publisherId": {

0 commit comments

Comments
 (0)