We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cddd9f commit a1d6bcbCopy full SHA for a1d6bcb
.github/workflows/codacy.yml
@@ -40,7 +40,7 @@ jobs:
40
41
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
42
- name: Run Codacy Analysis CLI
43
- uses: codacy/codacy-analysis-cli-action@db33ad5cfab49143adf0db6e890cf4bb9fb37b1c
+ uses: codacy/codacy-analysis-cli-action@9c7e404d8f697ff0d9bfac374930356a4834295b
44
with:
45
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
46
# You can also omit the token and run the tools that support default configurations
0 commit comments