Merge pull request #59 from CUBETIQ/renovate/actions-checkout-3.x
Update actions/checkout action to v3
This commit is contained in:
commit
6e65ddc6c2
2
.github/workflows/codacy.yml
vendored
2
.github/workflows/codacy.yml
vendored
@ -35,7 +35,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@v3
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user