Skip to content

Commit

Permalink
Release 6.0 (#40)
Browse files Browse the repository at this point in the history
* update from inner source
* fix build
* update version analysis script

---------

Co-authored-by: KULBIDA Pavel <Pavel.A.KULBIDA@raiffeisen.ru>
  • Loading branch information
PavelKulbida and KULBIDA Pavel authored Nov 30, 2023
1 parent 1855818 commit 7c7b5f1
Show file tree
Hide file tree
Showing 802 changed files with 17,208 additions and 9,545 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ root = true
#### Основные параметры EditorConfig ####

# Отступы и интервалы
indent_size = 2
indent_size = 4
indent_style = space
tab_width = 2
tab_width = 4

# Предпочтения для новых строк
end_of_line = crlf
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
uses: actions/checkout@v2

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
6 changes: 3 additions & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
java-version: 1.11

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: '5.0.x'
dotnet-version: '6.x'

- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
Loading

0 comments on commit 7c7b5f1

Please sign in to comment.