@gesslar/lpc-mcp 1.1.1 → 1.1.3
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.
|
@@ -116,7 +116,7 @@ jobs:
|
|
|
116
116
|
printf "Package Manager: %s" "${{ steps.cfg2.outputs.package_manager }}"
|
|
117
117
|
|
|
118
118
|
if [[ "${{ steps.cfg2.outputs.package_manager }}" = "pnpm" ]]; then
|
|
119
|
-
printf " (%s)\n" "${{ steps.cfg2.outputs.
|
|
119
|
+
printf " (%s)\n" "${{ steps.cfg2.outputs.pm_version }}"
|
|
120
120
|
else
|
|
121
121
|
printf "\n"
|
|
122
122
|
fi
|
|
@@ -234,7 +234,7 @@ jobs:
|
|
|
234
234
|
languages: ${{ matrix.language }}
|
|
235
235
|
build-mode: ${{ matrix.build-mode }}
|
|
236
236
|
# Uncomment to enable stricter security queries:
|
|
237
|
-
|
|
237
|
+
queries: security-extended,security-and-quality
|
|
238
238
|
|
|
239
239
|
- name: Perform CodeQL Analysis
|
|
240
240
|
uses: github/codeql-action/analyze@v4
|
package/package.json
CHANGED