Skip to content

Commit

Permalink
Merge pull request #1247 from Particular/GitHubSync-20250124-000625
Browse files Browse the repository at this point in the history
GitHubSync update - release-10.0
  • Loading branch information
DavidBoike authored Jan 24, 2025
2 parents 1e48945 + 3e0a94d commit ad45e60
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 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
9 changes: 9 additions & 0 deletions .github/workflows/nuget-audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: NuGet Audit
on:
workflow_dispatch:
env:
DOTNET_NOLOGO: true
jobs:
call-shared-nuget-audit:
uses: particular/shared-workflows/.github/workflows/nuget-audit.yml@main
secrets: inherit

0 comments on commit ad45e60

Please sign in to comment.