From a122ed3b91c795c493d3675d09cb0daa14e54f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:28:48 +0000 Subject: [PATCH] Bump microsoft/psscriptanalyzer-action from 1.0 to 1.1 Bumps [microsoft/psscriptanalyzer-action](https://github.com/microsoft/psscriptanalyzer-action) from 1.0 to 1.1. - [Release notes](https://github.com/microsoft/psscriptanalyzer-action/releases) - [Commits](https://github.com/microsoft/psscriptanalyzer-action/compare/2044ae068e37d0161fa2127de04c19633882f061...6b2948b1944407914a58661c49941824d149734f) --- updated-dependencies: - dependency-name: microsoft/psscriptanalyzer-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/powershell-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/powershell-analysis.yml b/.github/workflows/powershell-analysis.yml index 001044a..cae11a6 100644 --- a/.github/workflows/powershell-analysis.yml +++ b/.github/workflows/powershell-analysis.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v2 - name: Run PSScriptAnalyzer - uses: microsoft/psscriptanalyzer-action@2044ae068e37d0161fa2127de04c19633882f061 + uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f with: # Check https://github.com/microsoft/action-psscriptanalyzer for more info about the options. # The below set up runs PSScriptAnalyzer to your entire repository and runs some basic security rules.