You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
43
43
- name: Run Codacy Analysis CLI
44
-
uses: codacy/codacy-analysis-cli-action@v4
44
+
uses: codacy/codacy-analysis-cli-action@9e45d0be1fc80fd2d86048032610422fdbcc6068 # pinned from codacy/codacy-analysis-cli-action@v4
45
45
with:
46
46
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
47
47
# You can also omit the token and run the tools that support default configurations
@@ -70,7 +70,7 @@ jobs:
70
70
71
71
# Upload the SARIF file generated in the previous step
72
72
- name: Upload SARIF results file
73
-
uses: github/codeql-action/upload-sarif@v4
73
+
uses: github/codeql-action/upload-sarif@5c8a8a642e79153f5d047b10ec1cba1d1cc65699 # pinned to github/codeql-action/upload-sarif v3.35.1 (intentionally using v3.x instead of v4.x)
0 commit comments