From 1c46ee022f35b1775804370fca789c0811558382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 11:54:11 +0000 Subject: [PATCH] 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](https://github.com/psmodule/invoke-scriptanalyzer/compare/17bb50ef88b72e7d723e56b81d2e04f27ddc7e37...6aeb1bc093b89f9b15c2ac3e5f9ef9e0879dc755) --- 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] --- .github/workflows/Lint-SourceCode.yml | 2 +- .github/workflows/Test-Module.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Lint-SourceCode.yml b/.github/workflows/Lint-SourceCode.yml index 7c6a1632..1ebf7ddf 100644 --- a/.github/workflows/Lint-SourceCode.yml +++ b/.github/workflows/Lint-SourceCode.yml @@ -26,7 +26,7 @@ jobs: persist-credentials: false - name: Lint-SourceCode - uses: PSModule/Invoke-ScriptAnalyzer@17bb50ef88b72e7d723e56b81d2e04f27ddc7e37 # v4.1.2 + uses: PSModule/Invoke-ScriptAnalyzer@6aeb1bc093b89f9b15c2ac3e5f9ef9e0879dc755 # v4.1.3 with: Debug: ${{ fromJson(inputs.Settings).Debug }} Prerelease: ${{ fromJson(inputs.Settings).Prerelease }} diff --git a/.github/workflows/Test-Module.yml b/.github/workflows/Test-Module.yml index 080cfc36..5991b6b3 100644 --- a/.github/workflows/Test-Module.yml +++ b/.github/workflows/Test-Module.yml @@ -93,7 +93,7 @@ jobs: path: ${{ fromJson(inputs.Settings).WorkingDirectory }}/outputs/module - name: Lint-Module - uses: PSModule/Invoke-ScriptAnalyzer@17bb50ef88b72e7d723e56b81d2e04f27ddc7e37 # v4.1.2 + uses: PSModule/Invoke-ScriptAnalyzer@6aeb1bc093b89f9b15c2ac3e5f9ef9e0879dc755 # v4.1.3 with: Path: outputs/module Debug: ${{ fromJson(inputs.Settings).Debug }}