bump checkout action

This commit is contained in:
El RIDO 2024-12-14 09:14:44 +01:00
parent 65ea73e638
commit 15488d3405
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

View File

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