mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Actually call CodeQL bundle install scripts in Packer.
This commit is contained in:
@@ -153,6 +153,7 @@
|
|||||||
"{{template_dir}}/scripts/installers/clang.sh",
|
"{{template_dir}}/scripts/installers/clang.sh",
|
||||||
"{{template_dir}}/scripts/installers/swift.sh",
|
"{{template_dir}}/scripts/installers/swift.sh",
|
||||||
"{{template_dir}}/scripts/installers/cmake.sh",
|
"{{template_dir}}/scripts/installers/cmake.sh",
|
||||||
|
"{{template_dir}}/scripts/installers/codeql-bundle.sh",
|
||||||
"{{template_dir}}/scripts/installers/docker-compose.sh",
|
"{{template_dir}}/scripts/installers/docker-compose.sh",
|
||||||
"{{template_dir}}/scripts/installers/docker-moby.sh",
|
"{{template_dir}}/scripts/installers/docker-moby.sh",
|
||||||
"{{template_dir}}/scripts/installers/dotnetcore-sdk.sh",
|
"{{template_dir}}/scripts/installers/dotnetcore-sdk.sh",
|
||||||
|
|||||||
@@ -155,6 +155,7 @@
|
|||||||
"{{template_dir}}/scripts/installers/clang.sh",
|
"{{template_dir}}/scripts/installers/clang.sh",
|
||||||
"{{template_dir}}/scripts/installers/swift.sh",
|
"{{template_dir}}/scripts/installers/swift.sh",
|
||||||
"{{template_dir}}/scripts/installers/cmake.sh",
|
"{{template_dir}}/scripts/installers/cmake.sh",
|
||||||
|
"{{template_dir}}/scripts/installers/codeql-bundle.sh",
|
||||||
"{{template_dir}}/scripts/installers/containers.sh",
|
"{{template_dir}}/scripts/installers/containers.sh",
|
||||||
"{{template_dir}}/scripts/installers/docker-compose.sh",
|
"{{template_dir}}/scripts/installers/docker-compose.sh",
|
||||||
"{{template_dir}}/scripts/installers/docker-moby.sh",
|
"{{template_dir}}/scripts/installers/docker-moby.sh",
|
||||||
|
|||||||
@@ -157,6 +157,7 @@
|
|||||||
"{{template_dir}}/scripts/installers/clang.sh",
|
"{{template_dir}}/scripts/installers/clang.sh",
|
||||||
"{{template_dir}}/scripts/installers/swift.sh",
|
"{{template_dir}}/scripts/installers/swift.sh",
|
||||||
"{{template_dir}}/scripts/installers/cmake.sh",
|
"{{template_dir}}/scripts/installers/cmake.sh",
|
||||||
|
"{{template_dir}}/scripts/installers/codeql-bundle.sh",
|
||||||
"{{template_dir}}/scripts/installers/containers.sh",
|
"{{template_dir}}/scripts/installers/containers.sh",
|
||||||
"{{template_dir}}/scripts/installers/docker-compose.sh",
|
"{{template_dir}}/scripts/installers/docker-compose.sh",
|
||||||
"{{template_dir}}/scripts/installers/docker-moby.sh",
|
"{{template_dir}}/scripts/installers/docker-moby.sh",
|
||||||
|
|||||||
@@ -320,7 +320,8 @@
|
|||||||
"{{ template_dir }}/scripts/Installers/Install-KubernetesCli.ps1",
|
"{{ template_dir }}/scripts/Installers/Install-KubernetesCli.ps1",
|
||||||
"{{ template_dir }}/scripts/Installers/Install-Kind.ps1",
|
"{{ template_dir }}/scripts/Installers/Install-Kind.ps1",
|
||||||
"{{ template_dir }}/scripts/Installers/Install-MongoDB.ps1",
|
"{{ template_dir }}/scripts/Installers/Install-MongoDB.ps1",
|
||||||
"{{ template_dir }}/scripts/Installers/Install-GoogleCloudSDK.ps1"
|
"{{ template_dir }}/scripts/Installers/Install-GoogleCloudSDK.ps1",
|
||||||
|
"{{ template_dir }}/scripts/Installers/Install-CodeQLBundle.ps1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -319,7 +319,8 @@
|
|||||||
"{{ template_dir }}/scripts/Installers/Install-AliyunCli.ps1",
|
"{{ template_dir }}/scripts/Installers/Install-AliyunCli.ps1",
|
||||||
"{{ template_dir }}/scripts/Installers/Install-RootCA.ps1",
|
"{{ template_dir }}/scripts/Installers/Install-RootCA.ps1",
|
||||||
"{{ template_dir }}/scripts/Installers/Install-MongoDB.ps1",
|
"{{ template_dir }}/scripts/Installers/Install-MongoDB.ps1",
|
||||||
"{{ template_dir }}/scripts/Installers/Install-GoogleCloudSDK.ps1"
|
"{{ template_dir }}/scripts/Installers/Install-GoogleCloudSDK.ps1",
|
||||||
|
"{{ template_dir }}/scripts/Installers/Install-CodeQLBundle.ps1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user