diff --git a/.github/workflows/packages_publishing.yml b/.github/workflows/packages_publishing.yml index 67eb6f5fd9ef..6290df97b4c9 100644 --- a/.github/workflows/packages_publishing.yml +++ b/.github/workflows/packages_publishing.yml @@ -54,15 +54,12 @@ jobs: with: repository: DevExpress/npmdeps-scanner token: ${{ secrets.NPM_DEPS_SCANNER_PAT }} + ref: 2024.1 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/bin/Release/npmDepsScanner.exe scan_cache ${{ github.workspace }} reportGithub.json + ./deps-scanner/exe/npmDepsScanner.exe scan_cache ${{ github.workspace }} reportGithub.json mkdir -p ./artifacts/deps-scanner cp reportGithub.json ./artifacts/deps-scanner/