From 3281e62e6b5331e2a27fe848084c8bfaf2439f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 05:12:50 -0500 Subject: [PATCH 1/3] Bump google-github-actions/setup-gcloud from 2.1.2 to 2.1.4 (#5216) Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 2.1.2 to 2.1.4. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v2.1.2...v2.1.4) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-apps.yml | 2 +- .github/workflows/publish-apps-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-apps.yml b/.github/workflows/build-apps.yml index 80b997259..0e7bad4a1 100644 --- a/.github/workflows/build-apps.yml +++ b/.github/workflows/build-apps.yml @@ -396,7 +396,7 @@ jobs: - name: Set up Google Cloud SDK if: ${{ env.IS_NIGHTLY == 'true' }} - uses: google-github-actions/setup-gcloud@v2.1.2 + uses: google-github-actions/setup-gcloud@v2.1.4 with: project_id: ${{ env.GOOGLE_CLOUD_PROJECT_ID }} diff --git a/.github/workflows/publish-apps-release.yml b/.github/workflows/publish-apps-release.yml index 2afb540e2..3ba874cea 100644 --- a/.github/workflows/publish-apps-release.yml +++ b/.github/workflows/publish-apps-release.yml @@ -113,7 +113,7 @@ jobs: credentials_json: '${{ secrets.GOOGLE_CLOUD_DL_SA }}' - name: Set up Google Cloud SDK - uses: google-github-actions/setup-gcloud@v2.1.2 + uses: google-github-actions/setup-gcloud@v2.1.4 with: project_id: ${{ env.GOOGLE_CLOUD_PROJECT_ID }} From 763a1b6628504b7c534a28df8049203f4877133d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 05:13:00 -0500 Subject: [PATCH 2/3] Bump google-github-actions/upload-cloud-storage from 2.2.1 to 2.2.2 (#5217) Bumps [google-github-actions/upload-cloud-storage](https://github.com/google-github-actions/upload-cloud-storage) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/google-github-actions/upload-cloud-storage/releases) - [Changelog](https://github.com/google-github-actions/upload-cloud-storage/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/upload-cloud-storage/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: google-github-actions/upload-cloud-storage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-apps.yml | 2 +- .github/workflows/publish-apps-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-apps.yml b/.github/workflows/build-apps.yml index 0e7bad4a1..4ceb73285 100644 --- a/.github/workflows/build-apps.yml +++ b/.github/workflows/build-apps.yml @@ -402,7 +402,7 @@ jobs: - name: Upload nightly files to public bucket if: ${{ env.IS_NIGHTLY == 'true' }} - uses: google-github-actions/upload-cloud-storage@v2.2.1 + uses: google-github-actions/upload-cloud-storage@v2.2.2 with: path: out glob: '*' diff --git a/.github/workflows/publish-apps-release.yml b/.github/workflows/publish-apps-release.yml index 3ba874cea..9875db5c8 100644 --- a/.github/workflows/publish-apps-release.yml +++ b/.github/workflows/publish-apps-release.yml @@ -118,7 +118,7 @@ jobs: project_id: ${{ env.GOOGLE_CLOUD_PROJECT_ID }} - name: Upload release files to public bucket - uses: google-github-actions/upload-cloud-storage@v2.2.1 + uses: google-github-actions/upload-cloud-storage@v2.2.2 with: path: out glob: '*' From ce62fe67cfeb5437e2f6eaf2eaf51316a292cd8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 05:13:11 -0500 Subject: [PATCH 3/3] Bump google-github-actions/auth from 2.1.7 to 2.1.8 (#5218) Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.7 to 2.1.8. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/v2.1.7...v2.1.8) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-apps.yml | 2 +- .github/workflows/publish-apps-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-apps.yml b/.github/workflows/build-apps.yml index 4ceb73285..73543316f 100644 --- a/.github/workflows/build-apps.yml +++ b/.github/workflows/build-apps.yml @@ -390,7 +390,7 @@ jobs: - name: Authenticate to Google Cloud if: ${{ env.IS_NIGHTLY == 'true' }} - uses: 'google-github-actions/auth@v2.1.7' + uses: 'google-github-actions/auth@v2.1.8' with: credentials_json: '${{ secrets.GOOGLE_CLOUD_DL_SA }}' diff --git a/.github/workflows/publish-apps-release.yml b/.github/workflows/publish-apps-release.yml index 9875db5c8..610c97c9a 100644 --- a/.github/workflows/publish-apps-release.yml +++ b/.github/workflows/publish-apps-release.yml @@ -108,7 +108,7 @@ jobs: run: yarn files:set-notes - name: Authenticate to Google Cloud - uses: 'google-github-actions/auth@v2.1.7' + uses: 'google-github-actions/auth@v2.1.8' with: credentials_json: '${{ secrets.GOOGLE_CLOUD_DL_SA }}'