🩹[Patch]: Update workflow configurations#270
Closed
MariusStorhaug wants to merge 2 commits intomainfrom
Closed
Conversation
Contributor
There was a problem hiding this comment.
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/checkoutpin 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates workflow configurations to use the latest pinned action versions and removes deprecated release configuration for improved security and reproducibility.
Release configuration cleanup
Removed the deprecated
.github/release.ymlfile 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.1This update affects the following workflow files: