obsidian-native-mcp 1.5.2 → 1.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/scorecard.yml +4 -3
- package/CHANGELOG.md +12 -0
- package/dist/plugin/manifest.json +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
|
@@ -6,14 +6,15 @@ on:
|
|
|
6
6
|
- cron: '0 8 * * 1'
|
|
7
7
|
permissions:
|
|
8
8
|
contents: read
|
|
9
|
-
id-token: write
|
|
10
|
-
security-events: write
|
|
11
9
|
jobs:
|
|
12
10
|
analysis:
|
|
11
|
+
permissions:
|
|
12
|
+
id-token: write
|
|
13
|
+
security-events: write
|
|
13
14
|
runs-on: ubuntu-latest
|
|
14
15
|
steps:
|
|
15
16
|
- uses: actions/checkout@v6
|
|
16
|
-
- uses: ossf/scorecard-action@v2
|
|
17
|
+
- uses: ossf/scorecard-action@v2.4.3
|
|
17
18
|
with:
|
|
18
19
|
results_file: results.sarif
|
|
19
20
|
results_format: sarif
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [1.5.4](https://github.com/usrivastava92/obsidian-native-mcp/compare/1.5.3...1.5.4) (2026-06-17)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- move id-token:write and security-events:write to job level (Scorecard API requires it) ([2283f4d](https://github.com/usrivastava92/obsidian-native-mcp/commit/2283f4de48079381b35740184479a7a4cd46060d))
|
|
6
|
+
|
|
7
|
+
## [1.5.3](https://github.com/usrivastava92/obsidian-native-mcp/compare/1.5.2...1.5.3) (2026-06-17)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- use scorecard-action@v2.4.3 instead of [@v2](https://github.com/v2) (floating tag not maintained) ([a6eb351](https://github.com/usrivastava92/obsidian-native-mcp/commit/a6eb35145ad049129d4631d43724b0b3f0118921))
|
|
12
|
+
|
|
1
13
|
## [1.5.2](https://github.com/usrivastava92/obsidian-native-mcp/compare/1.5.1...1.5.2) (2026-06-17)
|
|
2
14
|
|
|
3
15
|
### Bug Fixes
|
package/manifest.json
CHANGED
package/package.json
CHANGED