From 3a13e99f7d1a07a914b8c4b51a6fc0dc48833596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 05:15:09 -0500 Subject: [PATCH 1/2] chore(deps): Bump google-github-actions/auth from 2.1.6 to 2.1.7 (#1001) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/zxc-compile-code.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zxc-compile-code.yaml b/.github/workflows/zxc-compile-code.yaml index 68b3bcaa..16fff336 100644 --- a/.github/workflows/zxc-compile-code.yaml +++ b/.github/workflows/zxc-compile-code.yaml @@ -158,7 +158,7 @@ jobs: # May be removed once the artifacts are publicly accessible. - name: Authenticate to Google Cloud id: google-auth - uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6 + uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7 if: ${{ inputs.enable-unit-tests && !cancelled() && !failure() }} with: token_format: 'access_token' From c1b569348b4e6c592ed599e6239adad071050d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 05:15:32 -0500 Subject: [PATCH 2/2] chore(deps): Bump google-github-actions/setup-gcloud from 2.1.1 to 2.1.2 (#1002) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/zxc-compile-code.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zxc-compile-code.yaml b/.github/workflows/zxc-compile-code.yaml index 16fff336..9de3b6af 100644 --- a/.github/workflows/zxc-compile-code.yaml +++ b/.github/workflows/zxc-compile-code.yaml @@ -169,7 +169,7 @@ jobs: # May be removed once the artifacts are publicly accessible. - name: Setup Google Cloud SDK if: ${{ inputs.enable-unit-tests && !cancelled() }} - uses: google-github-actions/setup-gcloud@f0990588f1e5b5af6827153b93673613abdc6ec7 # v2.1.1 + uses: google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a # v2.1.2 - name: Compile id: gradle-build