fix: Update CI/CD - CodeQL v4, Node.js 24, README updates

This commit is contained in:
Sebastian Palencsar
2026-05-04 19:50:01 +02:00
parent 81567aa91c
commit d52c996414
2 changed files with 8 additions and 5 deletions

View File

@@ -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'