File tree Expand file tree Collapse file tree 3 files changed +32
-13
lines changed Expand file tree Collapse file tree 3 files changed +32
-13
lines changed Original file line number Diff line number Diff line change
1
+ name : Code Analysis
2
+ on :
3
+ push :
4
+ branches :
5
+ - main
6
+ - master
7
+ - release-*
8
+ workflow_dispatch :
9
+ jobs :
10
+ code-analysis :
11
+ uses : particular/shared-workflows/.github/workflows/code-analysis.yml@main
Original file line number Diff line number Diff line change 4
4
env :
5
5
DOTNET_NOLOGO : true
6
6
jobs :
7
- build :
8
- name : Linux
9
- runs-on : ubuntu-22.04
10
- steps :
11
- - name : Checkout
12
-
13
- - name : Setup .NET SDK
14
-
15
- with :
16
- global-json-file : global.json
17
- - name : Restore
18
- id : restore
19
- run : dotnet restore src
7
+ call-shared-nuget-audit :
8
+ uses : particular/shared-workflows/.github/workflows/nuget-audit.yml@main
9
+ secrets : inherit
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <configuration >
3
+ <packageSources >
4
+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
5
+ <add key =" particular packages" value =" https://f.feedz.io/particular-software/packages/nuget/index.json" />
6
+ </packageSources >
7
+ <packageSourceMapping >
8
+ <packageSource key =" nuget.org" >
9
+ <package pattern =" *" />
10
+ </packageSource >
11
+ <packageSource key =" particular packages" >
12
+ <package pattern =" *" />
13
+ </packageSource >
14
+ <packageSource key =" local packages" >
15
+ <package pattern =" *" />
16
+ </packageSource >
17
+ </packageSourceMapping >
18
+ </configuration >
You can’t perform that action at this time.
0 commit comments