Skip to content

Commit

Permalink
Bump azure/CLI from 1 to 2 (#3890)
Browse files Browse the repository at this point in the history
Bumps [azure/CLI](https://github.com/azure/cli) from 1 to 2.
- [Release notes](https://github.com/azure/cli/releases)
- [Changelog](https://github.com/Azure/cli/blob/master/ReleaseProcess.md)
- [Commits](Azure/cli@v1...v2)

---
updated-dependencies:
- dependency-name: azure/CLI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent 297d866 commit fd011e5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-no-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS_REVIEW }}

- name: Fetch secrets from key vault
uses: azure/CLI@v1
uses: azure/CLI@v2
id: keyvault-yaml-secret
with:
inlineScript: |
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Fetch secrets from key vault
if: failure() && github.ref == 'refs/heads/master'
uses: azure/CLI@v1
uses: azure/CLI@v2
id: keyvault-yaml-secret
with:
inlineScript: |
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:

- name: Fetch secrets from key vault
if: failure() && github.ref == 'refs/heads/master'
uses: azure/CLI@v1
uses: azure/CLI@v2
id: keyvault-yaml-secret
with:
inlineScript: |
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
- name: Fetch secrets from key vault
if: failure()
uses: azure/CLI@v1
uses: azure/CLI@v2
id: keyvault-yaml-secret
with:
inlineScript: |
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS_REVIEW }}

- name: Fetch secrets from key vault
uses: azure/CLI@v1
uses: azure/CLI@v2
id: keyvault-yaml-secret
with:
inlineScript: |
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS_REVIEW }}

- name: Fetch secrets from key vault
uses: azure/CLI@v1
uses: azure/CLI@v2
id: keyvault-yaml-secret
with:
inlineScript: |
Expand Down Expand Up @@ -454,7 +454,7 @@ jobs:
creds: ${{ secrets[format('AZURE_CREDENTIALS{0}', env.SECRET_SUFFIX)] }}

- name: Fetch secrets from key vault
uses: azure/CLI@v1
uses: azure/CLI@v2
id: keyvault-yaml-secret
with:
inlineScript: |
Expand Down Expand Up @@ -508,7 +508,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Fetch secrets from key vault
uses: azure/CLI@v1
uses: azure/CLI@v2
id: keyvault-yaml-secret
with:
inlineScript: |
Expand Down Expand Up @@ -577,7 +577,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Fetch secrets from key vault
uses: azure/CLI@v1
uses: azure/CLI@v2
id: keyvault-yaml-secret
with:
inlineScript: |
Expand Down Expand Up @@ -623,7 +623,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Fetch secrets from key vault
uses: azure/CLI@v1
uses: azure/CLI@v2
id: keyvault-yaml-secret
with:
inlineScript: |
Expand Down Expand Up @@ -682,7 +682,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Fetch secrets from key vault
uses: azure/CLI@v1
uses: azure/CLI@v2
id: slack-secret
with:
inlineScript: |
Expand All @@ -692,7 +692,7 @@ jobs:
- name: Fetch secrets from key vault
uses: azure/CLI@v1
uses: azure/CLI@v2
id: keyvault-yaml-secret
with:
inlineScript: |
Expand Down Expand Up @@ -739,7 +739,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Fetch secrets from key vault
uses: azure/CLI@v1
uses: azure/CLI@v2
id: keyvault-yaml-secret
with:
inlineScript: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS_REVIEW }}

- name: Fetch secrets from key vault
uses: azure/CLI@v1
uses: azure/CLI@v2
id: keyvault-yaml-secret
with:
inlineScript: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS_REVIEW }}

- name: Fetch secrets from key vault
uses: azure/CLI@v1
uses: azure/CLI@v2
id: keyvault-yaml-secret
with:
inlineScript: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS_REVIEW }}

- name: Fetch secrets from key vault
uses: azure/CLI@v1
uses: azure/CLI@v2
id: keyvault-yaml-secret
with:
inlineScript: |
Expand Down

0 comments on commit fd011e5

Please sign in to comment.