Update actions/checkout action to v3

This commit is contained in:
renovate[bot]
2023-02-03 10:14:40 +00:00
committed by GitHub
parent ba070bff43
commit 717a7b114a

View File

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