CI: Remove deps scanner, switch to ubuntu runner#33854
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Packages publishing workflow to run on Linux runners and removes the dependency-scanner artifact from the build outputs, aligning CI artifacts with the new workflow behavior.
Changes:
- Switched the
buildjob inpackages_publishing.ymlfromwindows-latesttoubuntu-latest. - Removed the deps-scanner clone/build/run steps from the publishing workflow.
- Removed
DEPS_SCANNER_ARTIFACTSfrom artifact path constants and from the artifacts package assembly script.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
tools/scripts/make-artifacts-package.ts |
Stops bundling the deps-scanner artifacts into devextreme-artifacts. |
tools/scripts/common/paths.ts |
Removes the DEPS_SCANNER_ARTIFACTS path constant. |
.github/workflows/packages_publishing.yml |
Switches CI build runner to Ubuntu and drops deps-scanner execution from the pipeline. |
Comments suppressed due to low confidence (1)
.github/workflows/packages_publishing.yml:60
- After switching the build job to
ubuntu-latest, this step still uses PowerShell environment variable syntax ($env:NODE_AUTH_TOKEN) and a trailing;. On Ubuntu the default shell is bash, so this will fail and prevent SBOM generation.
- name: Build SBOMs
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pnpm set "//npm.pkg.github.com/:_authToken" "$env:NODE_AUTH_TOKEN"
pnpm nx build sbom;
bfeab05 to
9c6521e
Compare
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Alex Lavrov <36633600+alexslavr@users.noreply.github.com>
IlyaKhD
approved these changes
Jun 5, 2026
mpreyskurantov
approved these changes
Jun 5, 2026
mpreyskurantov
added a commit
that referenced
this pull request
Jun 5, 2026
mpreyskurantov
added a commit
that referenced
this pull request
Jun 5, 2026
Signed-off-by: Mikhail Preyskurantov <5574159+mpreyskurantov@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Test Publishing https://github.com/DevExpress/DevExtreme/actions/runs/27006984880/job/79700927912