Skip to content

Commit 62fc21d

Browse files
vdiezzgliczclaude
authored
SCANNPM-127 Fix release (#381)
Co-authored-by: Michal Zgliczynski <mzglicz@gmail.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7a75b64 commit 62fc21d

File tree

7 files changed

+741
-123
lines changed

7 files changed

+741
-123
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
2525
with:
26-
version: 2025.7.12
26+
version: 2025.11.2
2727

2828
- uses: SonarSource/vault-action-wrapper@v3
2929
id: secrets
@@ -68,7 +68,10 @@ jobs:
6868

6969
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
7070
with:
71-
version: 2025.7.12
71+
version: 2025.11.2
72+
mise_toml: |
73+
[tools]
74+
java = "21.0"
7275
7376
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
7477
with:
@@ -117,7 +120,7 @@ jobs:
117120

118121
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
119122
with:
120-
version: 2025.7.12
123+
version: 2025.11.2
121124

122125
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
123126
with:

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@ jobs:
4040
cp LICENSE build
4141
cp README.md build
4242
43-
- name: Validate build output
44-
run: |
45-
if [ ! -d "build/bin" ] || [ ! -d "build/src" ]; then
46-
echo "ERROR: build/bin or build/src folder is missing!"
47-
echo "Build output contents:"
48-
ls -la build/
49-
exit 1
50-
fi
51-
echo "Build validation passed: bin and src folders present"
52-
5343
- name: Install JFrog CLI
5444
uses: SonarSource/jfrog-setup-wrapper@v3
5545

knip.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"workspaces": {
3+
".": {
4+
"entry": ["bin/sonar-scanner.js", "test/integration/scanner.test.js", "src/index.ts"],
5+
"project": "src/*.ts"
6+
},
7+
"tools/orchestrator": {
8+
"entry": ["scripts/*"],
9+
"ignore": ["dist/**/*"]
10+
}
11+
},
12+
"ignore": ["build/**/*", "**/fixtures/**/*", "scripts/ci-analysis.js"],
13+
"ignoreDependencies": ["@sonar/scan"]
14+
}

0 commit comments

Comments
 (0)