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
fix(security): harden GitHub Actions workflows against expression injection
Move ${{ }} expressions from run: blocks into step-level env: blocks,
then reference them as properly-quoted shell variables.
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
0 commit comments