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 2727 show-progress : false
2828
2929 - name : Initialise CodeQL
30- uses : github/codeql-action/init@v4.32.6
30+ uses : github/codeql-action/init@v4.33.0
3131 with :
3232 languages : csharp
3333
4242 run : dotnet build lc-hax -restoreProperty:RestoreLockedMode=true
4343
4444 - name : Perform CodeQL Analysis
45- uses : github/codeql-action/analyze@v4.32.6
45+ uses : github/codeql-action/analyze@v4.33.0
4646 with :
4747 category : /language:csharp
Original file line number Diff line number Diff line change 2424 token : ${{ secrets.PAT }}
2525
2626 - name : Cache .NET tools
27- uses : actions/cache@v5.0.3
27+ uses : actions/cache@v5.0.4
2828 with :
2929 path : ~/.nuget/packages
3030 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