Unpin egress proxy release

This changeset unpins the egress proxy release now that we have resolved the other issues surrounding the connectivity to S3.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2025-06-04 12:02:52 -04:00
parent 1547478bbf
commit ed4cbbc05b
2 changed files with 2 additions and 12 deletions

View File

@@ -127,16 +127,6 @@
} }
], ],
"results": { "results": {
".github/actions/deploy-proxy/action.yml": [
{
"type": "Hex High Entropy String",
"filename": ".github/actions/deploy-proxy/action.yml",
"hashed_secret": "a6c13f5da3788e8d654cd24001dc79a238723248",
"is_verified": false,
"line_number": 18,
"is_secret": false
}
],
".github/workflows/checks.yml": [ ".github/workflows/checks.yml": [
{ {
"type": "Secret Keyword", "type": "Secret Keyword",
@@ -384,5 +374,5 @@
} }
] ]
}, },
"generated_at": "2025-06-04T15:02:41Z" "generated_at": "2025-06-04T16:02:28Z"
} }

View File

@@ -15,7 +15,7 @@ inputs:
default: https://github.com/GSA-TTS/cg-egress-proxy.git default: https://github.com/GSA-TTS/cg-egress-proxy.git
proxy_version: proxy_version:
description: git ref to be deployed description: git ref to be deployed
default: 1500c67157c1a7a6fbbda7a2de172b3d0a67e703 default: main
runs: runs:
using: composite using: composite
steps: steps: