diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cee75d..5cf2c86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Azure Login - uses: Azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1 + uses: Azure/login@a65d910e8af852a8061c627c456678983e180302 # v2 with: creds: ${{ secrets.AZURE_CREDENTIALS }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9e99362..6c57d7d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Azure Login - uses: Azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1 + uses: Azure/login@a65d910e8af852a8061c627c456678983e180302 # v2 with: creds: ${{ secrets.AZURE_CREDENTIALS }}