File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ jobs:
3636 steps :
3737 # Checkout the repository to the GitHub Actions runner
3838 - name : Checkout code
39- uses : actions/checkout@main
39+ uses : actions/checkout@v3
4040
4141 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
4242 - name : Run Codacy Analysis CLI
43- uses : codacy/codacy-analysis-cli-action@master
43+ uses : codacy/codacy-analysis-cli-action@releases/v4
4444 with :
4545 # Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
4646 # You can also omit the token and run the tools that support default configurations
5656
5757 # Upload the SARIF file generated in the previous step
5858 - name : Upload SARIF results file
59- uses : github/codeql-action/upload-sarif@main
59+ uses : github/codeql-action/upload-sarif@v3
6060 with :
6161 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments