File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2525 show-progress : false
2626
2727 - name : Initialise CodeQL
28- uses : github/codeql-action/init@v4.32.6
28+ uses : github/codeql-action/init@v4.33.0
2929 with :
3030 languages : csharp
3131
4040 run : dotnet build lc-hax -restoreProperty:RestoreLockedMode=true
4141
4242 - name : Perform CodeQL Analysis
43- uses : github/codeql-action/analyze@v4.32.6
43+ uses : github/codeql-action/analyze@v4.33.0
4444 with :
4545 category : /language:csharp
Original file line number Diff line number Diff line change 2929 ref : ${{ github.head_ref }}
3030
3131 - name : Cache .NET tools
32- uses : actions/cache@v5.0.3
32+ uses : actions/cache@v5.0.4
3333 with :
3434 path : ~/.nuget/packages
3535 key : dotnet-tools-${{ runner.os }}-${{ hashFiles('.config/dotnet-tools.json') }}
Original file line number Diff line number Diff line change 3131
3232 <PackageReference Include =" Zlinq" Version =" 1.5.5" />
3333
34- <PackageReference Include =" CommunityToolkit.HighPerformance" Version =" 8.4.0 " />
34+ <PackageReference Include =" CommunityToolkit.HighPerformance" Version =" 8.4.1 " />
3535
3636 <PackageReference Include =" Lib.Harmony" Version =" 2.4.2" />
3737
Original file line number Diff line number Diff line change 44 ".NETStandard,Version=v2.1" : {
55 "CommunityToolkit.HighPerformance" : {
66 "type" : " Direct" ,
7- "requested" : " [8.4.0 , )" ,
8- "resolved" : " 8.4.0 " ,
9- "contentHash" : " flxspiBs0G/0GMp7IK2J2ijV9bTG6hEwFc/z6ekHqB6nwRJ4Ry2yLdx+TkbCUYFCl4XhABkAwomeKbT6zM2Zlg ==" ,
7+ "requested" : " [8.4.1 , )" ,
8+ "resolved" : " 8.4.1 " ,
9+ "contentHash" : " BqHc86nn0Dop4zVvA6kDHrREd9Xv+k+qJUpAtxq3VVAdGaCj6xNshIM3FMGynGYxFJc7V2I+HiU3XerLBYwXgA ==" ,
1010 "dependencies" : {
11- "System.Runtime.CompilerServices.Unsafe" : " 6.1.0 "
11+ "System.Runtime.CompilerServices.Unsafe" : " 6.1.2 "
1212 }
1313 },
1414 "LethalCompany.GameLibs.Steam" : {
You can’t perform that action at this time.
0 commit comments