From 566817bbfb0b5eabeed08143c29d21e50aa71faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 05:48:28 +0000 Subject: [PATCH] Bump google-github-actions/auth from 2.1.10 to 2.1.11 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.10 to 2.1.11. - [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/ba79af03959ebeac9769e648f473a284504d9193...140bb5113ffb6b65a7e9b937a81fa96cf5064462) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 2.1.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/application-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/application-build.yml b/.github/workflows/application-build.yml index 259516fa..030d796c 100644 --- a/.github/workflows/application-build.yml +++ b/.github/workflows/application-build.yml @@ -28,7 +28,7 @@ jobs: echo "tag_version=$TAG_VERSION" >> $GITHUB_OUTPUT - name: Login to Google Artifact registry (Maven) - uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 + uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 with: service_account: ${{ env.MAVEN_SERVICE_ACCOUNT }} credentials_json: ${{ secrets.MAVEN_REGISTRY_JSON_KEY }} @@ -85,7 +85,7 @@ jobs: echo "tag_version=$TAG_VERSION" >> $GITHUB_OUTPUT - name: Login to Google Artifact registry (Maven) - uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 + uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 with: service_account: ${{ env.MAVEN_SERVICE_ACCOUNT }} credentials_json: ${{ secrets.MAVEN_REGISTRY_JSON_KEY }} @@ -180,7 +180,7 @@ jobs: - name: Run extender tests run: ./gradlew -PextenderVersion=${{ steps.version.outputs.tag_version }} server:test -i - name: Login to Google Artifact registry (Maven) - uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 + uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 with: service_account: ${{ env.MAVEN_SERVICE_ACCOUNT }} credentials_json: ${{ secrets.MAVEN_REGISTRY_JSON_KEY }}