Skip to content

Commit b4aa0b0

Browse files
authored
Merge pull request #615 from Particular/GitHubSync-20250124-000505
GitHubSync update - release-4.0
2 parents 7ecbf21 + fdbdd88 commit b4aa0b0

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

.github/workflows/nuget-audit.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: NuGet Audit
2+
on:
3+
workflow_dispatch:
4+
env:
5+
DOTNET_NOLOGO: true
6+
jobs:
7+
call-shared-nuget-audit:
8+
uses: particular/shared-workflows/.github/workflows/nuget-audit.yml@main
9+
secrets: inherit

0 commit comments

Comments
 (0)