Skip to content

Azure Login Action v3.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Aug 03:17
· 0 commits to master since this release

What's Changed

Security & hardening

  • Refactor PowerShell login to a static param()-bound script — eliminates string-interpolation in the AzPS login path so credential/config values can never be re-parsed as PowerShell (injection-safe by construction) by MaddyMicrosoft in #607
  • Pin third-party GitHub Actions to commit SHAs — supply-chain hardening for the CI/release workflows by MaddyMicrosoft in #615
  • Add admin-gated Release workflow — reproducible, approval-gated release + rollback pipeline by MaddyMicrosoft in #610

Telemetry

  • Emit the real action ref in telemetry via GITHUB_ACTION_REF — corrects the previously stale hard-coded value so usage reports the version consumers actually pin by MaddyMicrosoft in #614

Dependencies

Maintenance & docs

Full Changelog: v3.0.1...v3.1.0