Skip to content

Commit ad8307f

Browse files
committed
Merge branch 'main' into project-v2-item
2 parents 6d77abe + baf9e0d commit ad8307f

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
lfs: true
3939
fetch-depth: 0
4040
- name: 'Install .NET Core SDK'
41-
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
41+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
4242
- name: 'Dotnet Tool Restore'
4343
run: dotnet tool restore
4444
shell: pwsh
@@ -52,7 +52,7 @@ jobs:
5252
run: dotnet cake --target=Pack
5353
shell: pwsh
5454
- name: 'Publish artifacts'
55-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
55+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5656
with:
5757
name: ${{matrix.os}}
5858
path: './artifacts'
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: windows-latest
7070
steps:
7171
- name: 'Download artifact'
72-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
72+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
7373
with:
7474
name: 'windows-latest'
7575
- name: 'Dotnet NuGet Add Source'
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: windows-latest
9090
steps:
9191
- name: 'Download artifact'
92-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
92+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
9393
with:
9494
name: 'windows-latest'
9595
- name: 'Dotnet NuGet Push'

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424

2525
- name: Initialize CodeQL
26-
uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
26+
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
2727
with:
2828
languages: 'csharp'
2929

3030
- name: Autobuild
31-
uses: github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
31+
uses: github/codeql-action/autobuild@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
3232

3333
- name: Perform CodeQL Analysis
34-
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
34+
uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
with:
2525
persist-credentials: false
2626

27-
- uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
27+
- uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
2828
with:
2929
results_file: results.sarif
3030
results_format: sarif
3131
publish_results: true
3232

33-
- uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
33+
- uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
3434
with:
3535
sarif_file: results.sarif

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup Label="Package References">
26-
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" PrivateAssets="all" Version="17.13.2"/>
26+
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" PrivateAssets="all" Version="17.14.15"/>
2727
<PackageReference Include="MinVer" PrivateAssets="all" Version="6.0.0"/>
2828
<PackageReference Include="StyleCop.Analyzers" PrivateAssets="all" Version="1.2.0-beta.556"/>
2929
</ItemGroup>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"sdk": {
33
"rollForward": "latestFeature",
44
"allowPrerelease": false,
5-
"version": "9.0.200"
5+
"version": "9.0.301"
66
}
77
}

samples/AzureFunctions/AzureFunctions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.1" OutputItemType="Analyzer" />
13+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.5" OutputItemType="Analyzer" />
1414
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0" />
1515
</ItemGroup>
1616

src/Octokit.Webhooks/Octokit.Webhooks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" PrivateAssets="all" />
1515
<PackageReference Include="Macross.Json.Extensions" Version="3.0.0" />
16-
<PackageReference Include="Microsoft.Extensions.Primitives" Version="9.0.2" />
16+
<PackageReference Include="Microsoft.Extensions.Primitives" Version="9.0.6" />
1717
</ItemGroup>
1818

1919
</Project>

test/Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
1515
<PackageReference Include="FluentAssertions" Version="7.2.0"/>
16-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0"/>
16+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1"/>
1717
<PackageReference Include="Moq" Version="4.20.72"/>
18-
<PackageReference Include="xunit.v3" Version="1.1.0"/>
19-
<PackageReference Include="xunit.runner.visualstudio" PrivateAssets="all" Version="3.0.2">
18+
<PackageReference Include="xunit.v3" Version="2.0.3"/>
19+
<PackageReference Include="xunit.runner.visualstudio" PrivateAssets="all" Version="3.1.1">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2121
</PackageReference>
2222
</ItemGroup>

0 commit comments

Comments
 (0)