We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3a7c2 commit 26705b6Copy full SHA for 26705b6
.github/workflows/code-analysis.yml
@@ -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
@@ -4,16 +4,6 @@ on:
env:
DOTNET_NOLOGO: true
jobs:
- build:
- name: Linux
- runs-on: ubuntu-22.04
- steps:
- - name: Checkout
12
- uses: actions/checkout@v4.2.2
13
- - name: Setup .NET SDK
14
- uses: actions/setup-dotnet@v4.1.0
15
- with:
16
- global-json-file: global.json
17
- - name: Restore
18
- id: restore
19
- run: dotnet restore src
+ call-shared-nuget-audit:
+ uses: particular/shared-workflows/.github/workflows/nuget-audit.yml@main
+ secrets: inherit
0 commit comments