From b5db13d6530494b07684d2fb0bb70b2c120ea771 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 11:14:18 +0000 Subject: [PATCH] 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](https://github.com/psmodule/invoke-scriptanalyzer/compare/4d633e4df1f1fa575949a328839d33c3a0838765...9acddbd55ff4634b738be3a219c76e3676aaf1cd) --- 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] --- .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 1b3db811..88f95c35 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@4d633e4df1f1fa575949a328839d33c3a0838765 # v5.0.0 + uses: PSModule/Invoke-ScriptAnalyzer@9acddbd55ff4634b738be3a219c76e3676aaf1cd # v5.0.1 with: Debug: ${{ fromJson(inputs.Settings).Debug }} GitHubPrerelease: ${{ fromJson(inputs.Settings).Prerelease }} diff --git a/.github/workflows/Test-Module.yml b/.github/workflows/Test-Module.yml index 1d48d2f6..986a3cd4 100644 --- a/.github/workflows/Test-Module.yml +++ b/.github/workflows/Test-Module.yml @@ -70,7 +70,7 @@ jobs: path: ${{ fromJson(inputs.Settings).WorkingDirectory }}/.PSModule/module - name: Lint-Module - uses: PSModule/Invoke-ScriptAnalyzer@4d633e4df1f1fa575949a328839d33c3a0838765 # v5.0.0 + uses: PSModule/Invoke-ScriptAnalyzer@9acddbd55ff4634b738be3a219c76e3676aaf1cd # v5.0.1 with: Path: .PSModule/module Debug: ${{ fromJson(inputs.Settings).Debug }}