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
♻️ [Maintenance]: Pass a single TestData secret to Process-PSModule (CodeQL-clean)
Adopt the combined TestData secret from Process-PSModule: one object with
"secrets" (masked) and "variables" (not masked) instead of separate TestSecrets
and TestVariables. Reference the token with the direct "${{ secrets.X }}" form to
resolve the CodeQL "excessive secrets exposure" alert, and keep the blob on one
folded line so GitHub registers a single mask. Repin to the framework branch head.
0 commit comments