Skip to content

Commit 97b8f05

Browse files
GitHubSync update - release-1.45
1 parent 9ad2703 commit 97b8f05

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Code Analysis
2+
on:
3+
push:
4+
branches:
5+
- main
6+
- master
7+
- release-*
8+
pull_request:
9+
workflow_dispatch:
10+
jobs:
11+
code-analysis:
12+
uses: particular/shared-workflows/.github/workflows/code-analysis.yml@main

.github/workflows/nuget-audit.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ on:
44
env:
55
DOTNET_NOLOGO: true
66
jobs:
7-
build:
8-
name: Linux
9-
runs-on: ubuntu-22.04
10-
steps:
11-
- name: Checkout
12-
uses: actions/[email protected]
13-
- name: Setup .NET SDK
14-
uses: actions/[email protected]
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

0 commit comments

Comments
 (0)