Upgrade GitHub Actions for Node 24 compatibility

Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
This commit is contained in:
Salman Muin Kayser Chishti
2026-02-25 09:21:38 +00:00
parent 5b948d34df
commit 0aabceb74e
4 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -37,12 +37,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0 # Full history for better analysis
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.10'
cache: 'pip'
@@ -177,7 +177,7 @@ jobs:
- name: Upload Bandit report
if: always() && steps.bandit.outcome != 'skipped'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: bandit-security-report
path: bandit-report.json