Update actions/checkout action to v5
Some checks failed
Node.js CI / test (15.x) (pull_request_target) Has been skipped
Node.js CI / deploy (pull_request) Has been skipped
Node.js CI / deploy (pull_request_target) Has been skipped
Codacy Security Scan / Codacy Security Scan (pull_request) Failing after 24s
CodeQL / Analyze (javascript) (pull_request) Failing after 3s
Node.js CI / test (15.x) (pull_request) Failing after 3s

This commit is contained in:
2025-08-11 13:03:26 +00:00
parent f2fb0eb804
commit 54defa4df2
3 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ jobs:
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v5
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI