Skip to content

Commit b5db13d

Browse files
Bump PSModule/Invoke-ScriptAnalyzer in the github-actions group
Bumps the github-actions group with 1 update: [PSModule/Invoke-ScriptAnalyzer](https://github.com/psmodule/invoke-scriptanalyzer). Updates `PSModule/Invoke-ScriptAnalyzer` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/psmodule/invoke-scriptanalyzer/releases) - [Commits](PSModule/Invoke-ScriptAnalyzer@4d633e4...9acddbd) --- updated-dependencies: - dependency-name: PSModule/Invoke-ScriptAnalyzer dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 64ffb1d commit b5db13d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Lint-SourceCode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Lint-SourceCode
29-
uses: PSModule/Invoke-ScriptAnalyzer@4d633e4df1f1fa575949a328839d33c3a0838765 # v5.0.0
29+
uses: PSModule/Invoke-ScriptAnalyzer@9acddbd55ff4634b738be3a219c76e3676aaf1cd # v5.0.1
3030
with:
3131
Debug: ${{ fromJson(inputs.Settings).Debug }}
3232
GitHubPrerelease: ${{ fromJson(inputs.Settings).Prerelease }}

.github/workflows/Test-Module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
path: ${{ fromJson(inputs.Settings).WorkingDirectory }}/.PSModule/module
7171

7272
- name: Lint-Module
73-
uses: PSModule/Invoke-ScriptAnalyzer@4d633e4df1f1fa575949a328839d33c3a0838765 # v5.0.0
73+
uses: PSModule/Invoke-ScriptAnalyzer@9acddbd55ff4634b738be3a219c76e3676aaf1cd # v5.0.1
7474
with:
7575
Path: .PSModule/module
7676
Debug: ${{ fromJson(inputs.Settings).Debug }}

0 commit comments

Comments
 (0)