Skip to content

Commit 954ad2d

Browse files
committed
Update version
1 parent 4c6b068 commit 954ad2d

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/azure-analyze.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# Install a specific version of Bicep for consistency across CI runs.
4242
- name: Install Bicep
43-
run: az bicep install --version v0.38.33
43+
run: az bicep install --version v0.39.26
4444

4545
# Run analysis by using the PSRule GitHub action.
4646
- name: Run PSRule analysis

ps-rule.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"version": 1,
33
"modules": {
44
"PSRule.Rules.Azure": {
5-
"version": "1.46.0",
6-
"integrity": "sha512-JpWngKuESmvPtGRwWTCy4MtS29QvIAo/3ejgGazUX755oXj7Z+Tw7/MXXHzjVlzGIhZ+Lz8WDarElmPJzlmlLQ=="
5+
"version": "1.47.0",
6+
"integrity": "sha512-LaF5k4DxEQHzVfen9W+ocMMUVvI6pFr++zqhsh9Cdxvz+2GBx/OMROOkswNr4D2V2uZ4DCM8Gg2TyLXWtHTKiQ=="
77
}
88
}
9-
}
9+
}

ps-rule.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ execution:
1919

2020
# Require minimum versions of modules.
2121
requires:
22-
PSRule: '@pre >=2.9.0'
2322
PSRule.Rules.Azure: '@pre >=1.34.2'
2423

2524
# Add PSRule v3 format configuration

0 commit comments

Comments
 (0)