Commit 3487416
authored
Update action versions and fix build-and-test step in
* Update actions versions to latest
Updates the commit reference for the `softprops/action-gh-release`
action to point to the latest released version.
Fixes an outdated "actions/checkout" version reference in an
agent skill definition, for consistency.
* Fix build-and-test in update-codeql.yml workflow
This commit is an attempt to fix the "build-and-test" step
of the update-codeql.yml actions workflow, which has been
failing due to missing dev/test dependencies on "ubuntu-latest"
actions runner:
- New step "Update - Install xvfb and VS Code dependencies" - Installs
xvfb (virtual framebuffer) and system libraries VS Code needs
(matching the pattern from copilot-setup-steps.yml).
- Wrapped npm run build-and-test with xvfb-run -a to provide a virtual
display — matching how build-and-test-extension.yml runs integration
tests.update-codeql workflow (#158)1 parent e1b2aa1 commit 3487416
File tree
3 files changed
+12
-6
lines changed- .github
- actions/setup-codeql-environment
- skills/add-mcp-support-for-new-language
- workflows
3 files changed
+12
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | | - | |
| 391 | + | |
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
137 | 143 | | |
138 | | - | |
| 144 | + | |
139 | 145 | | |
140 | 146 | | |
141 | 147 | | |
| |||
0 commit comments