diff --git a/.github/workflows/deploy-azure-staging.yml b/.github/workflows/deploy-azure-staging.yml index b07df9659..a8e950eec 100644 --- a/.github/workflows/deploy-azure-staging.yml +++ b/.github/workflows/deploy-azure-staging.yml @@ -71,7 +71,7 @@ jobs: cd deploy && zip -r ../variscout-azure.zip . - name: Azure Login (OIDC) - uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0 + uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} @@ -114,7 +114,7 @@ jobs: run: npm install --production - name: Azure Login (OIDC) - uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0 + uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e3633b33..e640561eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: echo "Generated release notes from ${PREV_TAG:-initial}..${TAG_NAME}" - name: Azure Login (OIDC) - uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0 + uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }}