Skip to content

Commit ce8aa35

Browse files
Automation PR: Update rstudio.rstudio-workbench to 1.5.67 (#8863)
Auto-update to 1.5.67 with SHA256: f716664a9579469ef98534b85df429c3f72097344333d993188d7ff0ec527c48 triggered by a commit to `main` in [rstudio-workbench-vscode-ext](https://github.com/rstudio/rstudio-workbench-vscode-ext). **PR Reviewer**: before merging, please check out these changes locally, run `detect-secrets` to [update the secrets baseline file](https://github.com/posit-dev/positron/tree/main/build/secrets#updating-the-baseline-secrets-file), audit the baseline file if necessary, and push the updates to the secrets baseline file to this PR. --------- Co-authored-by: posit-jenkins-enterprise[bot] <203673010+posit-jenkins-enterprise[bot]@users.noreply.github.com> Co-authored-by: petetronic <[email protected]>
1 parent d8894e1 commit ce8aa35

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

build/secrets/.secrets.baseline

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@
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+
},
9397
{
9498
"path": "detect_secrets.filters.heuristic.is_indirect_reference"
9599
},
@@ -1161,7 +1165,7 @@
11611165
{
11621166
"type": "Hex High Entropy String",
11631167
"filename": "product.json",
1164-
"hashed_secret": "26ed1bbc63a0b36978ff0acd9c35193146bf0327",
1168+
"hashed_secret": "b62fa8cef25f84ac3cbe965001c576001a09d049",
11651169
"is_verified": false,
11661170
"line_number": 114,
11671171
"is_secret": false
@@ -1195,7 +1199,8 @@
11951199
"filename": "product.json",
11961200
"hashed_secret": "9304f16f014078b9de0f4267c44efc837ae3666a",
11971201
"is_verified": false,
1198-
"line_number": 186
1202+
"line_number": 186,
1203+
"is_secret": false
11991204
},
12001205
{
12011206
"type": "Hex High Entropy String",
@@ -1650,7 +1655,8 @@
16501655
"filename": "src/vs/workbench/api/node/loopbackServer.ts",
16511656
"hashed_secret": "094ab4147707513f945937285ac0a6ef8472a356",
16521657
"is_verified": false,
1653-
"line_number": 184
1658+
"line_number": 184,
1659+
"is_secret": false
16541660
}
16551661
],
16561662
"src/vs/workbench/api/test/browser/extHostTelemetry.test.ts": [
@@ -1727,7 +1733,8 @@
17271733
"filename": "src/vs/workbench/services/extensions/browser/webWorkerExtensionHost.ts",
17281734
"hashed_secret": "0d43d6e259826e4ecbda1644424b26de54faa665",
17291735
"is_verified": false,
1730-
"line_number": 96
1736+
"line_number": 96,
1737+
"is_secret": false
17311738
}
17321739
],
17331740
"src/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html": [
@@ -1779,5 +1786,5 @@
17791786
}
17801787
]
17811788
},
1782-
"generated_at": "2025-08-06T17:24:16Z"
1789+
"generated_at": "2025-08-06T22:20:33Z"
17831790
}

product.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@
108108
},
109109
{
110110
"name": "rstudio.rstudio-workbench",
111-
"version": "1.5.66",
111+
"version": "1.5.67",
112112
"positUrl": "https://cdn.posit.co/pwb-components/extension",
113113
"type": "reh-web",
114-
"sha256": "6bf65a445572cf18ef9bc832e9c56e5313674fedb0e5260db2e203e03f147ba7",
114+
"sha256": "f716664a9579469ef98534b85df429c3f72097344333d993188d7ff0ec527c48",
115115
"metadata": {
116116
"publisherDisplayName": "Posit Software, PBC"
117117
}

0 commit comments

Comments
 (0)