diff --git a/.github/workflows/azure-live-qualification.yml b/.github/workflows/azure-live-qualification.yml index 65e825d..a28b173 100644 --- a/.github/workflows/azure-live-qualification.yml +++ b/.github/workflows/azure-live-qualification.yml @@ -75,7 +75,7 @@ jobs: run: dotnet restore Vyral.sln - name: Authenticate with the environment-bound test identity - uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1 + uses: azure/login@7ddb5af1ef8758cf1353cf3b42f940aee27ba21c # v3.0.2 with: client-id: ${{ secrets.AZURE_LIVE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_LIVE_TENANT_ID }}