Commit 81540ab
fix: always upgrade lock files and show output on failure in upgrade-packs.sh
- Move `codeql pack upgrade` before the wildcard check so wildcard packs
(e.g., javascript/examples/src) still get their lock files refreshed;
only skip the pinning step for wildcard deps
- Capture `codeql pack upgrade` output and print it to stderr on failure
instead of silencing all output with >/dev/null 2>&1
- Update inline comment to reflect the new behaviour
Agent-Logs-Url: https://github.com/advanced-security/codeql-development-mcp-server/sessions/7483057a-9273-4f33-aa96-a2f662c84d44
Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>1 parent 480906d commit 81540ab
1 file changed
+14
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
108 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
109 | 120 | | |
110 | | - | |
| 121 | + | |
111 | 122 | | |
112 | 123 | | |
113 | 124 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | 125 | | |
118 | 126 | | |
119 | 127 | | |
| |||
0 commit comments