chore: update .github/workflows/enterprise-firewall-setup.yml from MokoStandards

This commit is contained in:
2026-04-09 10:51:12 -05:00
parent c514033a72
commit 1267bd9b1c

View File

@@ -21,8 +21,8 @@
# DEFGROUP: GitHub.Workflow
# INGROUP: MokoStandards.Firewall
# REPO: https://github.com/mokoconsulting-tech/MokoStandards
# PATH: /templates/workflows/shared/enterprise-firewall-setup.yml.template
# VERSION: 04.06.00
# PATH: /templates/workflows/shared/enterprise-firewall-setup.yml
# VERSION: 04.05.13
# BRIEF: Enterprise firewall configuration — generates outbound allow-rules including SFTP deployment server
# NOTE: Reads DEV_FTP_HOST / DEV_FTP_PORT variables to include SFTP egress rules alongside HTTPS rules.
@@ -90,7 +90,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6