Skip to content

chore: fix error handling in beekeeper workflow

63f2ffc
Select commit
Loading
Failed to load commit list.
Open

feat(ci): add integration tests for AutoTLS in Beekeeper workflow #5350

chore: fix error handling in beekeeper workflow
63f2ffc
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / SonarCloud failed May 12, 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 307 in .github/workflows/beekeeper.yml

See this annotation in the file changed.

Code scanning / SonarCloud

GitHub Actions should not be vulnerable to script injections High

The expression github.head\_ref can be set by an external actor to a specially crafted value, enabling script injection. Change this workflow to not use user-controlled data directly in a run block, for example by assigning this expression to an environment variable. See more on SonarQube Cloud