Skip to content

Commit

Permalink
Merge pull request #26 from Pwd9000-ML/dependabot/github_actions/azur…
Browse files Browse the repository at this point in the history
…e/login-2.1.1

Bump azure/login from 2.1.0 to 2.1.1
  • Loading branch information
Pwd9000-ML authored Sep 7, 2024
2 parents 2cb32ea + 3f28bba commit db2bf2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployACI-Lin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/[email protected]

- name: "Login via Azure CLI"
uses: azure/[email protected].0
uses: azure/[email protected].1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerBuildAcr-Lin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/[email protected]

- name: "Login via Azure CLI"
uses: azure/[email protected].0
uses: azure/[email protected].1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kedaScaleTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Login via Azure CLI"
uses: azure/[email protected].0
uses: azure/[email protected].1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

#Remove unique QueueId on Azure queue associated with workflow as final step to scale down KEDA
- name: "Login via Azure CLI"
uses: azure/[email protected].0
uses: azure/[email protected].1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

Expand Down

0 comments on commit db2bf2d

Please sign in to comment.