Skip to content

Commit

Permalink
fix(actions): fix codeql
Browse files Browse the repository at this point in the history
This reverts commit e2266f5.
And implements a real fix
  • Loading branch information
Lulalaby committed Dec 23, 2024
1 parent e2266f5 commit fd510c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
with:
dotnet-version: 9.x
- name: Restore dependencies
run: dotnet restore --no-cache -f -v minimal AITSYS.Vimeo.Ott/AITSYS.Vimeo.Ott.csproj
run: dotnet restore --no-cache -f -v minimal AITSYS.Vimeo.Ott.sln
- name: Build
run: dotnet build -c Release -v minimal --no-restore --no-self-contained AITSYS.Vimeo.Ott/AITSYS.Vimeo.Ott.csproj
run: dotnet build -c Release -v minimal --no-restore --no-self-contained AITSYS.Vimeo.Ott.sln
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion AITSYS.Vimeo.Ott.Test/AITSYS.Vimeo.Ott.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<UserSecretsId>1551d531-5ba6-4604-999c-3207f33a9fce</UserSecretsId>
<NuGetAuditSuppress>true</NuGetAuditSuppress>
<NuGetAudit>false</NuGetAudit>
Expand Down
2 changes: 1 addition & 1 deletion AITSYS.Vimeo.Ott/AITSYS.Vimeo.Ott.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<InvariantGlobalization>false</InvariantGlobalization>
<Title>Vimeo OTT Client</Title>
<Authors>AITSYS,aiko,Aiko-IT-Systems</Authors>
Expand Down

0 comments on commit fd510c1

Please sign in to comment.