Update actions/checkout action

This commit is contained in:
Renovate Bot
2022-03-01 19:50:35 +00:00
committed by Tonye Jack
parent a2a827260c
commit 44a759c065
6 changed files with 12 additions and 12 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@v3
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI