Skip to content

Commit

Permalink
Merge pull request #2222 from Particular/revert-2221-GitHubSync-20250…
Browse files Browse the repository at this point in the history
…124-001323
  • Loading branch information
johnsimons authored Jan 24, 2025
2 parents 97543c0 + 7c59915 commit eb8ffe8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/code-analysis.yml

This file was deleted.

16 changes: 13 additions & 3 deletions .github/workflows/nuget-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ on:
env:
DOTNET_NOLOGO: true
jobs:
call-shared-nuget-audit:
uses: particular/shared-workflows/.github/workflows/nuget-audit.yml@main
secrets: inherit
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

0 comments on commit eb8ffe8

Please sign in to comment.