Skip to content

Commit

Permalink
CI: Build deps scanner from latest sources (#28215)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexslavr authored Oct 24, 2024
1 parent 08bbdad commit cdf864a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/packages_publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,13 @@ jobs:
token: ${{ secrets.NPM_DEPS_SCANNER_PAT }}
path: deps-scanner

- name: Build deps scanner
working-directory: deps-scanner
run: dotnet build npmDepsScanner.csproj /p:Configuration=Release

- name: Run deps scanner
run: |
./deps-scanner/exe/npmDepsScanner.exe scan_cache ${{ github.workspace }} reportGithub.json
./deps-scanner/bin/Release/npmDepsScanner.exe scan_cache ${{ github.workspace }} reportGithub.json
mkdir -p ./artifacts/deps-scanner
cp reportGithub.json ./artifacts/deps-scanner/
Expand Down

0 comments on commit cdf864a

Please sign in to comment.