diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18cbbc2d..cf1290ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -96,7 +96,7 @@ jobs: # PSRule performs IaC recommendations of the template. # https://azure.github.io/PSRule.Rules.Azure/ - name: PSRule for Azure - Well Architected - uses: Microsoft/ps-rule@main + uses: microsoft/ps-rule@v2.9.0 continue-on-error: true #Setting this whilst PSRule gets bedded in, in this project with: modules: "PSRule.Rules.Azure"