Skip to content

Commit 4d8c313

Browse files
dependabot[bot]ekharkunov
authored andcommitted
Bump google-github-actions/auth from 2.1.10 to 2.1.12
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.10 to 2.1.12. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@ba79af0...b7593ed) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 2.1.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9bc56a1 commit 4d8c313

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/application-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
echo "tag_version=$TAG_VERSION" >> $GITHUB_OUTPUT
3030
- name: Login to Google Artifact registry (Maven)
31-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193
31+
uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
3232
with:
3333
service_account: ${{ env.MAVEN_SERVICE_ACCOUNT }}
3434
credentials_json: ${{ secrets.MAVEN_REGISTRY_JSON_KEY }}
@@ -85,7 +85,7 @@ jobs:
8585
8686
echo "tag_version=$TAG_VERSION" >> $GITHUB_OUTPUT
8787
- name: Login to Google Artifact registry (Maven)
88-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193
88+
uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
8989
with:
9090
service_account: ${{ env.MAVEN_SERVICE_ACCOUNT }}
9191
credentials_json: ${{ secrets.MAVEN_REGISTRY_JSON_KEY }}
@@ -180,7 +180,7 @@ jobs:
180180
- name: Run extender tests
181181
run: ./gradlew -PextenderVersion=${{ steps.version.outputs.tag_version }} server:test -i
182182
- name: Login to Google Artifact registry (Maven)
183-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193
183+
uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
184184
with:
185185
service_account: ${{ env.MAVEN_SERVICE_ACCOUNT }}
186186
credentials_json: ${{ secrets.MAVEN_REGISTRY_JSON_KEY }}

0 commit comments

Comments
 (0)