Skip to content

Conversation

@MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented Jan 22, 2026

Updates workflow configurations to use the latest pinned action versions and removes deprecated release configuration for improved security and reproducibility.

  • Related to PSModule workflow standardization

Release configuration cleanup

Removed the deprecated .github/release.yml file as release notes are now managed through the Auto-Release action's automated process.

Action pinning

Pinned all GitHub Actions to specific commit SHAs:

  • actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd (v6.0.2) - Updated from v6.0.1

This update affects the following workflow files:

  • AfterAll-ModuleLocal.yml
  • Auto-Release.yml
  • BeforeAll-ModuleLocal.yml
  • Build-Docs.yml
  • Build-Module.yml
  • Build-Site.yml
  • Get-Settings.yml
  • Lint-Repository.yml
  • Lint-SourceCode.yml
  • Linter.yml
  • Publish-Module.yml
  • Test-Module.yml
  • Test-ModuleLocal.yml
  • Test-SourceCode.yml

@MariusStorhaug MariusStorhaug requested a review from a team as a code owner January 22, 2026 18:43
Copilot AI review requested due to automatic review settings January 22, 2026 18:43
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates GitHub Actions workflow configuration by bumping actions/checkout to the latest pinned digest, and removes an obsolete release-notes configuration file.

Changes:

  • Updated actions/checkout pin from v6.0.1 to v6.0.2 across multiple workflows.
  • Removed deprecated .github/release.yml.

Reviewed changes

Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/Test-SourceCode.yml Bumps actions/checkout to v6.0.2 for source-code tests.
.github/workflows/Test-ModuleLocal.yml Bumps actions/checkout to v6.0.2 for local module tests.
.github/workflows/Test-Module.yml Bumps actions/checkout to v6.0.2 for module test/lint jobs.
.github/workflows/Publish-Module.yml Bumps actions/checkout to v6.0.2 for module publishing.
.github/workflows/Linter.yml Bumps actions/checkout to v6.0.2 for repo linting.
.github/workflows/Lint-SourceCode.yml Bumps actions/checkout to v6.0.2 for source-code linting.
.github/workflows/Lint-Repository.yml Bumps actions/checkout to v6.0.2 for repository linting workflow.
.github/workflows/Get-Settings.yml Bumps actions/checkout to v6.0.2 for settings retrieval workflow.
.github/workflows/Build-Site.yml Bumps actions/checkout to v6.0.2 for site build workflow.
.github/workflows/Build-Module.yml Bumps actions/checkout to v6.0.2 for module build workflow.
.github/workflows/Build-Docs.yml Bumps actions/checkout to v6.0.2 for docs build workflow.
.github/workflows/BeforeAll-ModuleLocal.yml Bumps actions/checkout to v6.0.2 for pre-test setup workflow.
.github/workflows/Auto-Release.yml Bumps actions/checkout to v6.0.2 for auto-release workflow.
.github/workflows/AfterAll-ModuleLocal.yml Bumps actions/checkout to v6.0.2 for post-test teardown workflow.
.github/release.yml Removes deprecated release-notes configuration.

@MariusStorhaug MariusStorhaug changed the title 🩹 Update workflow configurations 🩹[Patch] Update workflow configurations Jan 22, 2026
@MariusStorhaug MariusStorhaug changed the title 🩹[Patch] Update workflow configurations 🩹[Patch]: Update workflow configurations Jan 22, 2026
@MariusStorhaug MariusStorhaug changed the title 🩹[Patch]: Update workflow configurations 🩹 [Patch] Update workflow configurations Jan 22, 2026
@MariusStorhaug MariusStorhaug changed the title 🩹 [Patch] Update workflow configurations 🩹[Patch]: Update workflow configurations Jan 22, 2026
@MariusStorhaug MariusStorhaug self-assigned this Jan 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants