Skip to content

build(deps): bump the github-actions group across 1 directory with 3 updates - #172

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-c3b7704b94
Open

build(deps): bump the github-actions group across 1 directory with 3 updates#172
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-c3b7704b94

build(deps): bump the github-actions group across 1 directory with 3 …

0ffc621
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / xgrep failed Aug 25, 2026 in 4s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 22 in .github/workflows/binaries.yml

See this annotation in the file changed.

Code scanning / xgrep

Actions cache poisoning High

GitHub Actions cache poisoning: a workflow either restores a build cache in a release/publishing context (where an attacker who poisoned the cache via a lower-privileged run can have malicious content shipped), or caches inside a job that checks out untrusted PR code (letting attacker code write into a cache key trusted runs later restore). The Actions cache is shared across refs, so a poisoned entry crosses the trust boundary. Do not cache in jobs that run untrusted code, and avoid restoring untrusted caches in release jobs.