From cdfe71539a3ed97b378cbc500c50744d917783b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 08:31:05 +1000 Subject: [PATCH] Bump Microsoft/ps-rule from 1.11.0 to 1.12.0 (#7) Bumps [Microsoft/ps-rule](https://github.com/Microsoft/ps-rule) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/Microsoft/ps-rule/releases) - [Changelog](https://github.com/microsoft/ps-rule/blob/main/docs/CHANGELOG-v1.md) - [Commits](https://github.com/Microsoft/ps-rule/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: Microsoft/ps-rule dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/azure-analyze.yaml | 2 +- .github/workflows/ms-analyze.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-analyze.yaml b/.github/workflows/azure-analyze.yaml index cc863ac..f5e3bbb 100644 --- a/.github/workflows/azure-analyze.yaml +++ b/.github/workflows/azure-analyze.yaml @@ -34,6 +34,6 @@ jobs: uses: actions/checkout@v2.4.0 - name: Run PSRule analysis - uses: Microsoft/ps-rule@v1.11.0 + uses: Microsoft/ps-rule@v1.12.0 with: modules: 'PSRule.Rules.Azure' diff --git a/.github/workflows/ms-analyze.yaml b/.github/workflows/ms-analyze.yaml index 247b929..66df07d 100644 --- a/.github/workflows/ms-analyze.yaml +++ b/.github/workflows/ms-analyze.yaml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v2.4.0 - name: Run PSRule analysis - uses: Microsoft/ps-rule@v1.11.0 + uses: Microsoft/ps-rule@v1.12.0 with: modules: PSRule.Rules.MSFT.OSS prerelease: true