Skip to content

Commit 1c46ee0

Browse files
Bump PSModule/Invoke-ScriptAnalyzer from 4.1.2 to 4.1.3
Bumps [PSModule/Invoke-ScriptAnalyzer](https://github.com/psmodule/invoke-scriptanalyzer) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/psmodule/invoke-scriptanalyzer/releases) - [Commits](PSModule/Invoke-ScriptAnalyzer@17bb50e...6aeb1bc) --- updated-dependencies: - dependency-name: PSModule/Invoke-ScriptAnalyzer dependency-version: 4.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4343d76 commit 1c46ee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@17bb50ef88b72e7d723e56b81d2e04f27ddc7e37 # v4.1.2
29+
uses: PSModule/Invoke-ScriptAnalyzer@6aeb1bc093b89f9b15c2ac3e5f9ef9e0879dc755 # v4.1.3
3030
with:
3131
Debug: ${{ fromJson(inputs.Settings).Debug }}
3232
Prerelease: ${{ fromJson(inputs.Settings).Prerelease }}

.github/workflows/Test-Module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
path: ${{ fromJson(inputs.Settings).WorkingDirectory }}/outputs/module
9494

9595
- name: Lint-Module
96-
uses: PSModule/Invoke-ScriptAnalyzer@17bb50ef88b72e7d723e56b81d2e04f27ddc7e37 # v4.1.2
96+
uses: PSModule/Invoke-ScriptAnalyzer@6aeb1bc093b89f9b15c2ac3e5f9ef9e0879dc755 # v4.1.3
9797
with:
9898
Path: outputs/module
9999
Debug: ${{ fromJson(inputs.Settings).Debug }}

0 commit comments

Comments
 (0)