mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Pin egress proxy release
This changeset pins the egress proxy to a previous release to help troubleshoot a potential issue with the underlying Caddy server update. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
15
.ds.baseline
15
.ds.baseline
@@ -127,13 +127,24 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"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",
|
||||||
"filename": ".github/workflows/checks.yml",
|
"filename": ".github/workflows/checks.yml",
|
||||||
"hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8",
|
"hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8",
|
||||||
"is_verified": false,
|
"is_verified": false,
|
||||||
"line_number": 68
|
"line_number": 68,
|
||||||
|
"is_secret": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"app/assets/js/uswds.min.js": [
|
"app/assets/js/uswds.min.js": [
|
||||||
@@ -633,5 +644,5 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"generated_at": "2025-05-01T13:44:35Z"
|
"generated_at": "2025-05-12T16:50:20Z"
|
||||||
}
|
}
|
||||||
|
|||||||
2
.github/actions/deploy-proxy/action.yml
vendored
2
.github/actions/deploy-proxy/action.yml
vendored
@@ -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: main
|
default: 1500c67157c1a7a6fbbda7a2de172b3d0a67e703
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user