Skip to content

Commit 219ad36

Browse files
GitHubSync update - release-6.1 (#4670)
* GitHubSync update - release-6.1 * Bump actions --------- Co-authored-by: internalautomation[bot] <85681268+internalautomation[bot]@users.noreply.github.com> Co-authored-by: Tamara Rivera <tamita.rivera@gmail.com>
1 parent 92087ba commit 219ad36

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/nuget-audit.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: NuGet Audit
2+
on:
3+
workflow_dispatch:
4+
env:
5+
DOTNET_NOLOGO: true
6+
jobs:
7+
build:
8+
name: Linux
9+
runs-on: ubuntu-22.04
10+
steps:
11+
- 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

0 commit comments

Comments
 (0)