File tree Expand file tree Collapse file tree
pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ jobs:
245245 engine_name: "GitHub Copilot CLI",
246246 model: process.env.GH_AW_MODEL_AGENT_COPILOT || "",
247247 version: "",
248- agent_version: "0.0.414 ",
248+ agent_version: "0.0.415 ",
249249 workflow_name: "basic-copilot-test",
250250 experimental: false,
251251 supports_tools_allowlist: true,
@@ -282,7 +282,7 @@ jobs:
282282 env:
283283 COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}
284284 - name: Install GitHub Copilot CLI
285- run: /opt/gh-aw/actions/install_copilot_cli.sh 0.0.414
285+ run: /opt/gh-aw/actions/install_copilot_cli.sh 0.0.415
286286 - name: Install awf binary
287287 run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.20.2
288288 - name: Determine automatic lockdown mode for GitHub MCP Server
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ jobs:
367367 engine_name: "GitHub Copilot CLI",
368368 model: process.env.GH_AW_MODEL_AGENT_COPILOT || "",
369369 version: "",
370- agent_version: "0.0.414 ",
370+ agent_version: "0.0.415 ",
371371 workflow_name: "Smoke Copilot",
372372 experimental: false,
373373 supports_tools_allowlist: true,
@@ -404,7 +404,7 @@ jobs:
404404 env:
405405 COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}
406406 - name: Install GitHub Copilot CLI
407- run: /opt/gh-aw/actions/install_copilot_cli.sh 0.0.414
407+ run: /opt/gh-aw/actions/install_copilot_cli.sh 0.0.415
408408 - name: Install awf binary
409409 run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.20.2
410410 - name: Determine automatic lockdown mode for GitHub MCP Server
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ jobs:
248248 engine_name: "GitHub Copilot CLI",
249249 model: process.env.GH_AW_MODEL_AGENT_COPILOT || "",
250250 version: "",
251- agent_version: "0.0.414 ",
251+ agent_version: "0.0.415 ",
252252 workflow_name: "with-imports-test",
253253 experimental: false,
254254 supports_tools_allowlist: true,
@@ -285,7 +285,7 @@ jobs:
285285 env:
286286 COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}
287287 - name: Install GitHub Copilot CLI
288- run: /opt/gh-aw/actions/install_copilot_cli.sh 0.0.414
288+ run: /opt/gh-aw/actions/install_copilot_cli.sh 0.0.415
289289 - name: Install awf binary
290290 run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.20.2
291291 - name: Determine automatic lockdown mode for GitHub MCP Server
You can’t perform that action at this time.
0 commit comments