Skip to content

release: v0.1.1 - rename install script to install:local so npm ci does… - #4

Merged
Shinrai merged 9 commits into
masterfrom
next
Aug 3, 2026
Merged

release: v0.1.1 - rename install script to install:local so npm ci does…#4
Shinrai merged 9 commits into
masterfrom
next

Conversation

@cldmv-bot

@cldmv-bot cldmv-bot Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🚀 What's Changed

💥 Breaking Changes

No breaking changes

✨ Features

No new features

🐛 Bug Fixes

📦 Dependencies

🔧 Other Changes

👥 Contributors

Shinrai and others added 6 commits July 28, 2026 18:52
…voke the VS Code CLI

The install npm lifecycle hook ran code --install-extension, which fails in
CI (no code binary on the runner: exit 127). Renamed to a plain script devs
run explicitly; npm ci no longer triggers it.
… extension)

CodeQL's javascript analysis fails with exit 32 / 'no source code seen during
build' (reported as a configuration error): jsonv-vscode is a declarative
extension (JSON grammars/syntaxes + package.json) with no JS/TS source, so
CodeQL has nothing to analyze. Scorecard + dependency-review are kept — they
don't need source code.
## 🚀 What's Changed

### 💥 Breaking Changes
_No breaking changes_

### ✨ Features
_No new features_

### 🐛 Bug Fixes
- fix(ci): rename install script to install:local so npm ci does not
invoke the VS Code CLI (#1) (ddbaade)

### 📦 Dependencies
_No dependency updates_

### 🔧 Other Changes
- ci: drop codeql.yml — no analyzable JS/TS source (declarative VS Code
extension) (#1) (ceedaab)
- ci: add missing security + automation workflows to complete v4
onboarding (#1) (3beea89)
- ci: modernize workflows to CLDMV/.github v4 staging-branch flow (#1)
(09d7469)



<details>
<summary>👥 Contributors</summary>

- @Shinrai

</details>
@cldmv-bot cldmv-bot Bot added ! release → master v4 flow: persistent next → master release PR (carries the next feature release) release Marks a pull request as a pending release — merge to publish a new version semver: patch This release contains only backwards-compatible bug fixes type: bug Something is broken or not behaving as expected labels Aug 3, 2026
@cldmv-bot

cldmv-bot Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

🔒 Dependency Review

  • 0 vulnerable package(s)
  • 0 package(s) with incompatible licenses
  • 0 package(s) with invalid SPDX license definitions
  • 0 package(s) with unknown licenses
  • 0 denied package(s)
  • 0 package(s) with OpenSSF Scorecard score < 3

Full job summary

Shinrai
Shinrai previously approved these changes Aug 3, 2026
@Shinrai
Shinrai enabled auto-merge (squash) August 3, 2026 01:18
Shinrai and others added 2 commits August 2, 2026 20:08
…_SCANNING

codeql.yml was dropped as a stopgap for CodeQL "no source code seen" on this
sourceless grammar extension, which left the code_scanning ruleset gate stuck
"Waiting for Code Scanning results" forever (release blocked). Restore the
standard advanced-setup workflow; with the repo variable CLDMV_SKIP_CODE_SCANNING
set, reusable-codeql.yml@v4 skips analysis and uploads an empty 0-alert SARIF
that satisfies the gate — the proper fix (dropping codeql.yml was not).

Requires (repo settings, not in this file): CLDMV_SKIP_CODE_SCANNING=1 variable
and CodeQL default setup OFF (advanced). The codeql check on this PR stays red
until the variable is set, then re-run goes green.
@Shinrai
Shinrai merged commit 09be39e into master Aug 3, 2026
30 checks passed
@cldmv-bot
cldmv-bot Bot deleted the next branch August 3, 2026 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

! release → master v4 flow: persistent next → master release PR (carries the next feature release) release Marks a pull request as a pending release — merge to publish a new version semver: patch This release contains only backwards-compatible bug fixes type: bug Something is broken or not behaving as expected

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant