Skip to content

Commit

Permalink
Merge pull request #86 from Particular/GitHubSync-20250124-000019
Browse files Browse the repository at this point in the history
GitHubSync update - main
  • Loading branch information
DavidBoike authored Jan 24, 2025
2 parents 80892d9 + 457eb66 commit 9fec635
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 13 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Code Analysis
on:
push:
branches:
- main
- master
- release-*
workflow_dispatch:
jobs:
code-analysis:
uses: particular/shared-workflows/.github/workflows/code-analysis.yml@main
16 changes: 3 additions & 13 deletions .github/workflows/nuget-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ on:
env:
DOTNET_NOLOGO: true
jobs:
build:
name: Linux
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup .NET SDK
uses: actions/[email protected]
with:
global-json-file: global.json
- name: Restore
id: restore
run: dotnet restore src
call-shared-nuget-audit:
uses: particular/shared-workflows/.github/workflows/nuget-audit.yml@main
secrets: inherit
18 changes: 18 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="particular packages" value="https://f.feedz.io/particular-software/packages/nuget/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="particular packages">
<package pattern="*" />
</packageSource>
<packageSource key="local packages">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>

0 comments on commit 9fec635

Please sign in to comment.