Skip to content

Commit

Permalink
Merge pull request #347 from DFE-Digital/update-azure-actions
Browse files Browse the repository at this point in the history
Bump azure actions to v2
  • Loading branch information
cshnimble authored Mar 18, 2024
2 parents 5b06a9d + 54fa5f8 commit b916122
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ jobs:
- name: Azure login with SPN
if: '!cancelled()'
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.CI_REPORTS_AZ_CREDENTIALS }}

- name: Push report to blob storage
if: '!cancelled()'
uses: azure/CLI@v1
uses: azure/CLI@v2
id: azure
with:
azcliversion: 2.53.0
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ jobs:
- name: Azure login with SPN
if: '!cancelled()'
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.CI_REPORTS_AZ_CREDENTIALS }}

- name: Push report to blob storage
if: '!cancelled()'
uses: azure/CLI@v1
uses: azure/CLI@v2
id: azure
with:
azcliversion: 2.53.0
Expand All @@ -130,13 +130,13 @@ jobs:
- name: Azure login with SPN
if: '!cancelled()'
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.OWASP_AZ_CREDENTIALS }}

- name: Push report to blob storage
if: '!cancelled()'
uses: azure/CLI@v1
uses: azure/CLI@v2
with:
azcliversion: 2.53.0
inlineScript: |
Expand Down

0 comments on commit b916122

Please sign in to comment.