From 76443d9807061426d07e20579be0cf8d8aecd516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 16:08:01 +0000 Subject: [PATCH 1/4] build(deps): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/azure-static-web-app-advanced.yml | 2 +- .github/workflows/azure-static-web-app.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-static-web-app-advanced.yml b/.github/workflows/azure-static-web-app-advanced.yml index 3c37490..a0136ed 100644 --- a/.github/workflows/azure-static-web-app-advanced.yml +++ b/.github/workflows/azure-static-web-app-advanced.yml @@ -26,7 +26,7 @@ jobs: - name: tar output run: tar -czvf output.tar.gz ./out/* - name: upload build artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build path: output.tar.gz diff --git a/.github/workflows/azure-static-web-app.yml b/.github/workflows/azure-static-web-app.yml index 098cb59..b94bf7f 100644 --- a/.github/workflows/azure-static-web-app.yml +++ b/.github/workflows/azure-static-web-app.yml @@ -23,7 +23,7 @@ jobs: - name: tar output run: tar -czvf output.tar.gz ./out/* - name: upload build artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build path: output.tar.gz From 39dc5ccba79f46769c0dbc16c0146d50952aa0bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 16:08:04 +0000 Subject: [PATCH 2/4] build(deps): bump actions/create-github-app-token from 1 to 2 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/azure-static-web-app-advanced.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-app-advanced.yml b/.github/workflows/azure-static-web-app-advanced.yml index a0136ed..ce6d4c2 100644 --- a/.github/workflows/azure-static-web-app-advanced.yml +++ b/.github/workflows/azure-static-web-app-advanced.yml @@ -68,7 +68,7 @@ jobs: pull-requests: write id-token: write steps: - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: app-token with: app-id: ${{ vars.APP_ID }} From 5288ade5815daef063e4b2c5187320e69c9bb72a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 16:08:06 +0000 Subject: [PATCH 3/4] build(deps): bump azure/login from 1 to 2 Bumps [azure/login](https://github.com/azure/login) from 1 to 2. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v1...v2) --- updated-dependencies: - dependency-name: azure/login dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/azure-static-web-app-advanced.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-app-advanced.yml b/.github/workflows/azure-static-web-app-advanced.yml index ce6d4c2..be0d59f 100644 --- a/.github/workflows/azure-static-web-app-advanced.yml +++ b/.github/workflows/azure-static-web-app-advanced.yml @@ -74,7 +74,7 @@ jobs: app-id: ${{ vars.APP_ID }} private-key: ${{ secrets.PRIVATE_KEY }} - name: Azure login - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ vars.AZURE_CLIENT_ID }} tenant-id: ${{ vars.AZURE_TENANT_ID }} From 12b0e2b68ae3a89f1eeae09274a87d85ab44f56f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 16:08:09 +0000 Subject: [PATCH 4/4] build(deps): bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/azure-static-web-app-advanced.yml | 2 +- .github/workflows/azure-static-web-app.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-static-web-app-advanced.yml b/.github/workflows/azure-static-web-app-advanced.yml index be0d59f..16cbfb1 100644 --- a/.github/workflows/azure-static-web-app-advanced.yml +++ b/.github/workflows/azure-static-web-app-advanced.yml @@ -44,7 +44,7 @@ jobs: cancel-in-progress: false steps: - name: download build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build - name: extract output diff --git a/.github/workflows/azure-static-web-app.yml b/.github/workflows/azure-static-web-app.yml index b94bf7f..9cbfe6e 100644 --- a/.github/workflows/azure-static-web-app.yml +++ b/.github/workflows/azure-static-web-app.yml @@ -39,7 +39,7 @@ jobs: cancel-in-progress: false steps: - name: download build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build - name: extract output