mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-21 12:08:05 +00:00
System.Text.Json bump
This commit is contained in:
@@ -1,30 +0,0 @@
|
|||||||
name: SonarCloud analysis
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
pull_request:
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
pull-requests: read # allows SonarCloud to decorate PRs with analysis results
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
Analysis:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
|
||||||
|
|
||||||
- name: Analyze with SonarCloud
|
|
||||||
uses: SonarSource/sonarcloud-github-action@v2.0.2
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information
|
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN
|
|
||||||
with:
|
|
||||||
# Additional arguments for the SonarScanner CLI
|
|
||||||
args: >
|
|
||||||
-Dsonar.projectKey=mihakralj_QuanTAlib
|
|
||||||
-Dsonar.organization=mihakralj
|
|
||||||
-Dsonar.sources=.
|
|
||||||
-Dsonar.verbose=false
|
|
||||||
+1
-1
@@ -28,7 +28,7 @@
|
|||||||
<PackageReference Include="TALib.NETCore" Version="0.4.4" />
|
<PackageReference Include="TALib.NETCore" Version="0.4.4" />
|
||||||
<PackageReference Include="Skender.Stock.Indicators" Version="3.0.0-preview1014-0015" />
|
<PackageReference Include="Skender.Stock.Indicators" Version="3.0.0-preview1014-0015" />
|
||||||
<PackageReference Include="Tulip.NETCore" Version="0.8.0.1" />
|
<PackageReference Include="Tulip.NETCore" Version="0.8.0.1" />
|
||||||
<PackageReference Include="System.Text.Json" Version="8.0.0-preview.3.23174.8" />
|
<PackageReference Include="System.Text.Json" Version="8.0.4" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Calculations\Calculations.csproj" />
|
<ProjectReference Include="..\Calculations\Calculations.csproj" />
|
||||||
|
|||||||
Reference in New Issue
Block a user