diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index c85114d..474432e 100755 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -1,5 +1,5 @@ name: CI/CD Pipeline -# Updated: Removed systemd, using SSH-based testing for better stability +# Updated: Dynamic tag for release, CodeQL v4, Node.js 24 support on: push: @@ -7,6 +7,9 @@ on: pull_request: branches: [ main ] +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true + jobs: lint: name: Lint Ansible Playbooks @@ -121,7 +124,7 @@ jobs: output: 'trivy-results.sarif' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v3 # Updated to v3 to fix deprecated v2 warning + uses: github/codeql-action/upload-sarif@v4 if: always() with: sarif_file: 'trivy-results.sarif' diff --git a/README.md b/README.md index 94d933c..842c7b1 100755 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ 🚀 **Production-ready, fully automated LEMP stack (Linux, Nginx, MySQL, PHP) + WordPress deployment using Ansible** [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Ubuntu](https://img.shields.io/badge/Ubuntu-20.04%20|%2022.04%20|%2024.04-orange)](https://ubuntu.com/) -[![Debian](https://img.shields.io/badge/Debian-11%20|%2012%20|%2013-red)](https://debian.org/) +[![Ubuntu](https://img.shields.io/badge/Ubuntu-20.04%20|%2022.04%20|%2024.04%20|%2025.04-orange)](https://ubuntu.com/) +[![Debian](https://img.shields.io/badge/Debian-11%20|%2012%20|%2013%20|%2014-red)](https://debian.org/) [![Ansible](https://img.shields.io/badge/Ansible-6.0+-red)](https://www.ansible.com/) [![WordPress](https://img.shields.io/badge/WordPress-7.0+-blue)](https://wordpress.org/) @@ -20,7 +20,7 @@ - Nginx web server with production-ready optimization - MySQL 8.0+ with secure setup and performance tuning - PHP 8.4+ with FPM, OPcache and WordPress extensions -- Ubuntu/Debian family support (20.04, 22.04, 24.04, Debian 11, 12) +- Ubuntu/Debian family support (20.04, 22.04, 24.04, 25.04, Debian 11, 12, 13, 14) ### 🛡️ WordPress & Security ✅ **WordPress Automation & Security**