SDLe fix: Github workflow vulnerabilities and migration to github runner #8
Merged
Conversation
- Rewrite environment-check to install missing APT/pip/analysis packages - Add DPDK 25.11, MTL v26.01, openh264, FFmpeg 7.0+MTL build-from-source steps - Skip builds if dependencies already present (cache-friendly) - Verify all build dependencies and FFmpeg MTL plugin after setup
dmkarthi
commented
May 11, 2026
- Coverity action: downloads and installs from URL via secrets (COVERITY_URL, COVERITY_TOKEN) - Trivy action: installs from Aqua Security apt repository if not present - Both actions skip install if tools are already available - Re-added Coverity and Trivy steps to ci, daily_build, and pull_request workflows
- Each analysis action now installs its own tool if missing - Removed analysis tools check from environment-check (no longer needed)
dmkarthi
commented
May 11, 2026
Defaults: DPDK 25.11, MTL v26.01, FFmpeg 7.0
…ct paths, rename artifacts
sunilnom
approved these changes
May 12, 2026
roshan-ku
approved these changes
May 12, 2026
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.
Description
Checklist
Code Quality
Testing
Review Readiness
Documentation
Security
PR Type
What kind of change does this PR introduce?