Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 20 Sep 14:06
· 10 commits to main since this release
317d784

🩹 [Patch]: Add JSON logging for Host and PSStyle contexts (#12)

Description

This pull request introduces several updates to automation and logging in the repository, focusing on dependency management and workflow maintenance, along with improvements to script documentation and output formatting.

Automation and Dependency Management

  • Added a new .github/dependabot.yml configuration to enable weekly updates for GitHub Actions dependencies using Dependabot.

Workflow Maintenance

  • Updated all GitHub Actions workflows (Action-Test.yml, Auto-Release.yml, and Linter.yml) to use actions/checkout@v5 for improved reliability and security. [1] [2] [3]

Script Documentation and Output Improvements

  • Revised example values in Set-MaskedValue documentation within scripts/Helpers.psm1 to use generic token placeholders instead of actual token formats, enhancing security and clarity. [1] [2]
  • Enhanced logging in scripts/main.ps1 by adding new log groups that output Host and PSStyle information in JSON format for easier parsing and debugging. [1] [2]

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas