Merge pull request #50 from pamelafox/dependabot/github_actions/github-actions-b3adcbc870
Browse files
.github/workflows/azure-bicep-validate.yaml
CHANGED
@@ -27,12 +27,12 @@ jobs:
|
|
27 |
uses: actions/checkout@v4
|
28 |
|
29 |
- name: Build Bicep
|
30 |
-
uses: azure/CLI@
|
31 |
with:
|
32 |
inlineScript: az bicep build -f infra/main.bicep
|
33 |
|
34 |
- name: Format Bicep
|
35 |
-
uses: azure/CLI@
|
36 |
with:
|
37 |
inlineScript: az bicep format -f infra/main.bicep
|
38 |
|
|
|
27 |
uses: actions/checkout@v4
|
28 |
|
29 |
- name: Build Bicep
|
30 |
+
uses: azure/CLI@v2
|
31 |
with:
|
32 |
inlineScript: az bicep build -f infra/main.bicep
|
33 |
|
34 |
- name: Format Bicep
|
35 |
+
uses: azure/CLI@v2
|
36 |
with:
|
37 |
inlineScript: az bicep format -f infra/main.bicep
|
38 |
|