Skip to content

Commit ad5100d

Browse files
GitHubSync update - release-4.33 (#4073)
* GitHubSync update - release-4.33 * Update actions * new license copied from master --------- Co-authored-by: internalautomation[bot] <85681268+internalautomation[bot]@users.noreply.github.com> Co-authored-by: David Boike <[email protected]>
1 parent a765bde commit ad5100d

File tree

4 files changed

+30
-27
lines changed

4 files changed

+30
-27
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,23 @@ jobs:
2727
shell: pwsh
2828
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
2929
- name: Checkout
30-
uses: actions/checkout@v3.5.3
30+
uses: actions/checkout@v4.1.2
3131
with:
3232
fetch-depth: 0
3333
- name: Setup .NET SDK
34-
uses: actions/setup-dotnet@v3.2.0
34+
uses: actions/setup-dotnet@v4.0.0
3535
with:
3636
dotnet-version: 6.0.x
3737
- name: Add msbuild to PATH
38-
uses: microsoft/setup-msbuild@v1.3
38+
uses: microsoft/setup-msbuild@v2.0.0
3939
- name: Build
4040
run: msbuild src -p:Configuration=Release -restore -m -verbosity:minimal
4141
- name: Zip PowerShell module
4242
run: |
4343
New-Item assets\PowerShellModules -ItemType Directory
4444
Compress-Archive -Path deploy\PowerShellModules\Particular.ServiceControl.Management\* -DestinationPath assets\PowerShellModules\Particular.ServiceControl.Management.zip
4545
- name: Upload assets
46-
uses: actions/upload-artifact@v3.1.2
46+
uses: actions/upload-artifact@v4.3.1
4747
if: matrix.test-category == 'MSMQ' && matrix.os-name == 'Windows'
4848
with:
4949
name: assets
@@ -53,7 +53,7 @@ jobs:
5353
assets/
5454
retention-days: 1
5555
- name: Azure login
56-
uses: azure/login@v1.4.6
56+
uses: azure/login@v2.0.0
5757
if: matrix.test-category == 'AzureServiceBus' || matrix.test-category == 'AzureStorageQueues' || matrix.test-category == 'RabbitMQ'
5858
with:
5959
creds: ${{ secrets.AZURE_ACI_CREDENTIALS }}

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
shell: pwsh
2323
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
2424
- name: Checkout
25-
uses: actions/checkout@v3.5.3
25+
uses: actions/checkout@v4.1.2
2626
with:
2727
fetch-depth: 0
2828
- name: Setup .NET SDK
29-
uses: actions/setup-dotnet@v3.2.0
29+
uses: actions/setup-dotnet@v4.0.0
3030
with:
3131
dotnet-version: 6.0.x
3232
- name: Add msbuild to PATH
33-
uses: microsoft/setup-msbuild@v1.3
33+
uses: microsoft/setup-msbuild@v2.0.0
3434
- name: Build
3535
run: msbuild src -p:Configuration=Release -restore -m -verbosity:minimal
3636
- name: Sign NuGet packages
@@ -81,19 +81,19 @@ jobs:
8181
shell: pwsh
8282
run: docker images
8383
- name: Publish assets
84-
uses: actions/upload-artifact@v3.1.2
84+
uses: actions/upload-artifact@v4.3.1
8585
with:
8686
name: assets
8787
path: assets/*
8888
retention-days: 1
8989
- name: Publish NuGet packages
90-
uses: actions/upload-artifact@v3.1.2
90+
uses: actions/upload-artifact@v4.3.1
9191
with:
9292
name: nugets
9393
path: nugets/*
9494
retention-days: 1
9595
- name: Publish zips
96-
uses: actions/upload-artifact@v3.1.2
96+
uses: actions/upload-artifact@v4.3.1
9797
with:
9898
name: zips
9999
path: zip/*

src/Directory.Build.props

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
<Import Project="Custom.Build.props" Condition="Exists('Custom.Build.props')" />
44

55
<PropertyGroup>
6-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
6+
<TreatWarningsAsErrors Condition="'$(Configuration)' != 'Debug'">true</TreatWarningsAsErrors>
77
<EnableNETAnalyzers>true</EnableNETAnalyzers>
88
<AnalysisLevel Condition="'$(AnalysisLevel)' == ''">5.0</AnalysisLevel>
99
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
10+
<!-- Will update this to 'all' in the future -->
11+
<NuGetAuditMode>direct</NuGetAuditMode>
12+
<NuGetAuditLevel>low</NuGetAuditLevel>
1013
<!-- To lock the version of Particular.Analyzers, for example, in a release branch, set this property in Custom.Build.props -->
11-
<ParticularAnalyzersVersion Condition="'$(ParticularAnalyzersVersion)' == ''">1.8.0</ParticularAnalyzersVersion>
14+
<ParticularAnalyzersVersion Condition="'$(ParticularAnalyzersVersion)' == ''">2.1.1</ParticularAnalyzersVersion>
1215
<NServiceBusKey>0024000004800000940000000602000000240000525341310004000001000100dde965e6172e019ac82c2639ffe494dd2e7dd16347c34762a05732b492e110f2e4e2e1b5ef2d85c848ccfb671ee20a47c8d1376276708dc30a90ff1121b647ba3b7259a6bc383b2034938ef0e275b58b920375ac605076178123693c6c4f1331661a62eba28c249386855637780e3ff5f23a6d854700eaa6803ef48907513b92</NServiceBusKey>
1316
<NServiceBusTestsKey>00240000048000009400000006020000002400005253413100040000010001007f16e21368ff041183fab592d9e8ed37e7be355e93323147a1d29983d6e591b04282e4da0c9e18bd901e112c0033925eb7d7872c2f1706655891c5c9d57297994f707d16ee9a8f40d978f064ee1ffc73c0db3f4712691b23bf596f75130f4ec978cf78757ec034625a5f27e6bb50c618931ea49f6f628fd74271c32959efb1c5</NServiceBusTestsKey>
1417
</PropertyGroup>

src/ServiceControl.Audit.Persistence.RavenDb5/RavenLicense.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"Id": "64c6a174-3f3a-4e7d-ac5d-b3eedd801460",
33
"Name": "ParticularNservicebus (Israel)",
44
"Keys": [
5-
"NKhWkUrAnwvE+M6VmSxK7J6am",
6-
"D2JME/+XVMQq9xh18W4lClw+a",
7-
"FDWF3ZqgA89/tIgwUyc8BZ09f",
8-
"wSsdi8WzL/w01TOB00HuGQE4r",
9-
"jAkg7BKr7LWIRfbg02KLhiU4M",
10-
"Y1FQx8IA4BOBK0XP+X+aaWE48",
11-
"fLmwuqGsSc0kg0rzFdYs9AAyU",
12-
"GKEkFCisMLQ4vMAcREjM0NRYX",
13-
"GhufAh8AnwIgAJ8CIwCfAiQgn",
14-
"wIlIJ8CJiCfAicgnwIoIJ8CKS",
15-
"CfAiognwIrIJ8CLACfAi0AnwI",
16-
"uIJ8CLwCfAjAggQM2LjBDMEQG",
17-
"ODk8PT6fAiEgYoFY"
5+
"mGE1ppvgfJjJZXnMUHFXQXJuL",
6+
"sQ1trVf0DZlVNhFSjclHNQ36p",
7+
"0a9ZWIaCiqu8Mh4CDVd4koc2X",
8+
"2Y18vLYbTm5JH4J91IZJhq3bP",
9+
"/bzD806qeBpRcDCLt82ON0+RO",
10+
"eXiLDs/DTOBU9sPsNZEPzUX+C",
11+
"uMA5nm6QaaB85GEpFuahhAAyU",
12+
"GKEkFCisMLQ4vMAcREjM0NRYX",
13+
"GhufAh8AnwIgAJ8CIwCfAiQgn",
14+
"wIlIJ8CJiCfAicgnwIoIJ8CKS",
15+
"CfAiognwIrIJ8CLACfAi0AnwI",
16+
"uIJ8CLwCfAjAggQM2LjBDMEQG",
17+
"ODk8PT6fAiEgYoRa"
1818
]
19-
}
19+
}

0 commit comments

Comments
 (0)