You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: pin GitHub Actions and add a 7-day Dependabot cooldown (#1408)
GitHub Actions currently use mutable version tags, so retargeting a tag
can change the code executed by workflows. Pin all 11 action references
across four workflows to full commit SHAs resolved from their existing
tags, retaining version comments.
[https://aka.ms/pinning-requirement](https://docs.opensource.microsoft.com/announcements/2026-08-07-github-actions-commit-pinning/)
Add Dependabot configuration for GitHub Actions with weekly checks,
grouped updates, and a 7-day cooldown before proposing new releases.
This provides time for compromised releases to be detected before
version updates are proposed.
Validation: verified SHA mappings using the GitHub API; YAML validation
and `git diff --cached --check` passed. `uv run --no-sync pytest
tests/cli/test_main.py --no-cov -q`: 29 passed, 1 skipped because the
OpenVINO EP is unavailable.
0 commit comments