Skip to content

Commit

Permalink
Merge pull request #133 from cwe1ss/dependabot/github_actions/azure/l…
Browse files Browse the repository at this point in the history
…ogin-2

Bump azure/login from 1 to 2
  • Loading branch information
cwe1ss authored Mar 5, 2024
2 parents bce6bcf + 7593613 commit 1dbe05f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_service-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo 'event_name: ${{ github.event_name }}'
echo 'ref: ${{ github.ref }}'
- uses: azure/login@v1
- uses: azure/login@v2
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_service-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/checkout@v4

- uses: azure/login@v1
- uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/environments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/checkout@v4

- uses: azure/login@v1
- uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/checkout@v4

- uses: azure/login@v1
- uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit 1dbe05f

Please sign in to comment.