Skip to content

Commit 6823aab

Browse files
committed
Merge remote-tracking branch 'origin/develop'
Signed-off-by: snipe <[email protected]> # Conflicts: # config/version.php
2 parents 4642f50 + f2dddc1 commit 6823aab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/codacy-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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-
uses: codacy/[email protected].0
39+
uses: codacy/[email protected].1
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

config/version.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?php
22
return 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
);

0 commit comments

Comments
 (0)