diff --git a/.github/workflows/issues.yaml b/.github/workflows/issues.yaml index 8f0be6f1..6caef65a 100644 --- a/.github/workflows/issues.yaml +++ b/.github/workflows/issues.yaml @@ -26,7 +26,7 @@ jobs: # Auth using Azure Service Principals was added as a part of v2.3 # reference: https://github.com/danhellem/github-actions-issue-to-work-item/pull/143 - name: Login to Azure - uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0 + uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 with: client-id: ${{ vars.AZURE_SP_DEVOPS_SYNC_CLIENT_ID }} tenant-id: ${{ vars.AZURE_SP_DEVOPS_SYNC_TENANT_ID }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 191ada12..73bf7b91 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -268,7 +268,7 @@ jobs: - name: Deploy app if: steps.gen-id.outputs.RUN_TEST == 'true' id: deploy-app - uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2 + uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0 with: timeout_minutes: 30 max_attempts: 3