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 @@ -30,11 +30,11 @@ jobs:
3030 steps :
3131 # Checkout the repository to the GitHub Actions runner
3232 - name : Checkout code
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434
3535 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
3636 - name : Run Codacy Analysis CLI
37- uses : codacy/codacy-analysis-cli-action@d840f886c4bd4edc059706d09c6a1586111c540b
37+ uses : codacy/codacy-analysis-cli-action@33d455949345bddfdb845fba76b57b70cc83754b
3838 with :
3939 # Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy
4040 # repository
5151
5252 # Upload the SARIF file generated in the previous step
5353 - name : Upload SARIF results file
54- uses : github/codeql-action/upload-sarif@v2
54+ uses : github/codeql-action/upload-sarif@v3
5555 with :
5656 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments