File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3636
3737 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
3838 - name : Run Codacy Analysis CLI
39- 39+ 4040 with :
4141 # Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
4242 # You can also omit the token and run the tools that support default configurations
Original file line number Diff line number Diff line change 11<?php
22return array (
3- 'app_version ' => 'v6.4.0 ' ,
4- 'full_app_version ' => 'v6.4.0 - build 13351-gdb2baae758 ' ,
5- 'build_version ' => '13351 ' ,
3+ 'app_version ' => 'v6.4.1 ' ,
4+ 'full_app_version ' => 'v6.4.1 - build 13386-g4642f50d6b ' ,
5+ 'build_version ' => '13386 ' ,
66 'prerelease_version ' => '' ,
7- 'hash_version ' => 'gdb2baae758 ' ,
8- 'full_hash ' => 'v6.4.0-210-gdb2baae758 ' ,
7+ 'hash_version ' => 'g4642f50d6b ' ,
8+ 'full_hash ' => 'v6.4.1-31-g4642f50d6b ' ,
99 'branch ' => 'master ' ,
1010);
You can’t perform that action at this time.
0 commit comments