We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aea7ba commit e6c645eCopy full SHA for e6c645e
.github/workflows/codacy-analysis.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
# Checkout the repository to the GitHub Actions runner
31
- name: Checkout code
32
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
33
34
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
35
- name: Run Codacy Analysis CLI
0 commit comments