Skip to content

Commit 7f79b36

Browse files
🩹 [Refactor]: Update Invoke-ScriptAnalyzer and Invoke-Pester actions to use specific versions for consistency
1 parent e1a0798 commit 7f79b36

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

‎.github/workflows/Test-Module.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ jobs:
128128
path: ${{ inputs.WorkingDirectory }}/outputs/module
129129

130130
- name: Lint-SourceCode
131-
uses: PSModule/Invoke-ScriptAnalyzer@v2
131+
# uses: PSModule/Invoke-ScriptAnalyzer@v2
132+
uses: PSModule/Invoke-ScriptAnalyzer@test
132133
id: lint
133134
with:
134135
Path: outputs/module

‎.github/workflows/Test-ModuleLocal.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ jobs:
112112
Get-ChildItem . -Recurse | Select-Object -ExpandProperty FullName | Sort-Object
113113
114114
- name: Test-ModuleLocal
115-
uses: PSModule/Invoke-Pester@v3
115+
# uses: PSModule/Invoke-Pester@v3
116+
uses: PSModule/Invoke-Pester@fix
116117
id: test
117118
with:
118119
Debug: ${{ inputs.Debug }}

‎.github/workflows/Test-SourceCode.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777
uses: actions/checkout@v4
7878

7979
- name: Lint-SourceCode
80-
uses: PSModule/Invoke-ScriptAnalyzer@v2
80+
# uses: PSModule/Invoke-ScriptAnalyzer@v2
81+
uses: PSModule/Invoke-ScriptAnalyzer@test
8182
with:
8283
Debug: ${{ inputs.Debug }}
8384
Prerelease: ${{ inputs.Prerelease }}

0 commit comments

Comments
 (0)