We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e57133 commit 6c0dfceCopy full SHA for 6c0dfce
1 file changed
.github/workflows/codacy.yml
@@ -40,6 +40,8 @@ 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
+ # Pinned to a specific commit SHA for security; update this SHA when bumping the Codacy action version.
44
+ # When updating, look up and note the corresponding release tag for this commit in Codacy's repository.
45
uses: codacy/codacy-analysis-cli-action@d840f886c4bd4edc059706d09c6a1586111c540b
46
with:
47
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
0 commit comments