Skip to content

Commit

Permalink
GitHubSync update - release-6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
internalautomation[bot] authored Jan 25, 2025
1 parent 34cd8a1 commit 4f22903
Show file tree
Hide file tree
Showing 2 changed files with 14 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/checkout@v4.2.2
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4.2.0
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

0 comments on commit 4f22903

Please sign in to comment.