Commit 9351753
authored
⚙️ [Maintenance]: Adopt Process-PSModule v6.1.4 (#29)
This repository's CI now runs on Process-PSModule v6.1.4. Scheduled and
manual (`workflow_dispatch`) runs work again, and linting/testing run
against the latest tooling. The reusable workflow's caller contract is
unchanged, so no settings or secrets needed updating.
## Changed: CI now runs on Process-PSModule v6.1.4
- Scheduled (cron) and manual (`workflow_dispatch`) runs no longer fail
at the `Plan` job — v6.1.4 resolves the current published version on
non–pull-request events instead of throwing (Process-PSModule #375,
fixes #373).
- Linting and testing run against the latest tooling — v6.1.3 brings
PSScriptAnalyzer via Invoke-ScriptAnalyzer v5.0.0 and Invoke-Pester
v5.1.0 via Test-PSModule v3.0.14.
## Technical Details
- `.github/workflows/Process-PSModule.yml`: pin bumped from `v6.1.2`
(`d4020f3c9c3621cebae5d8bf4ffaf10f55c1784a`) to `v6.1.4`
(`da180bac16b13bfbcdf08b2e4e221b5b49e5ff28`).
- No caller-facing input/secret changes across v6.1.3 and v6.1.4 — the
`APIKEY`/`TestData` inputs and the `Settings` contract are preserved.
- v6.1.3 (Patch): Invoke-ScriptAnalyzer v4.1.3 → v5.0.0, Test-PSModule
v3.0.13 → v3.0.14.
- v6.1.4 (Fix): Resolve-PSModuleVersion v1.1.4 → v1.1.5, fixing the
non-PR `Plan` failure introduced in v6.1.0.1 parent a2f6737 commit 9351753
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments