Skip to content

Commit 7c7b5f1

Browse files
PavelKulbidaKULBIDA Pavel
andauthored
Release 6.0 (#40)
* update from inner source * fix build * update version analysis script --------- Co-authored-by: KULBIDA Pavel <Pavel.A.KULBIDA@raiffeisen.ru>
1 parent 1855818 commit 7c7b5f1

802 files changed

Lines changed: 17208 additions & 9545 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ root = true
77
#### Основные параметры EditorConfig ####
88

99
# Отступы и интервалы
10-
indent_size = 2
10+
indent_size = 4
1111
indent_style = space
12-
tab_width = 2
12+
tab_width = 4
1313

1414
# Предпочтения для новых строк
1515
end_of_line = crlf

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
uses: actions/checkout@v2
3737

3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@v1
39+
uses: github/codeql-action/init@v2
4040
with:
4141
languages: ${{ matrix.language }}
4242

4343
- name: Autobuild
44-
uses: github/codeql-action/autobuild@v1
44+
uses: github/codeql-action/autobuild@v2
4545

4646
# ℹ️ Command-line programs to run using the OS shell.
4747
# 📚 https://git.io/JvXDl
@@ -55,4 +55,4 @@ jobs:
5555
# make release
5656

5757
- name: Perform CodeQL Analysis
58-
uses: github/codeql-action/analyze@v1
58+
uses: github/codeql-action/analyze@v2

.github/workflows/default.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
java-version: 1.11
3232

3333
- name: Setup .NET Core
34-
uses: actions/setup-dotnet@v1
34+
uses: actions/setup-dotnet@v3
3535
with:
36-
dotnet-version: '5.0.x'
36+
dotnet-version: '6.x'
3737

3838
- name: Checkout source code
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v3
4040
with:
4141
fetch-depth: 0
4242

0 commit comments

Comments
 (0)