Add proxy_binary input to start-proxy Action

This allows a custom binary to be used. Mainly for testing.
This commit is contained in:
Michael B. Gale
2025-03-31 15:28:51 +01:00
parent f843d94177
commit 6e35f86a20
4 changed files with 10 additions and 3 deletions
+4
View File
@@ -2,6 +2,10 @@ name: "CodeQL: Start proxy"
description: "[Experimental] Start HTTP proxy server. This action is for internal GitHub used only and will change without notice."
author: "GitHub"
inputs:
proxy_binary:
description: >-
A path for the proxy binary to use.
required: false
registry_secrets:
description: The URLs and credentials of package registries
required: false