Skip to content

Commit 8716240

Browse files
chore(deps): update google-github-actions/auth action to v2.1.11
1 parent a7d4381 commit 8716240

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bump-app-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
BRANCH_NAME: valora-bot/bump-app-version
1818
steps:
19-
- uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
19+
- uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11
2020
with:
2121
project_id: celo-mobile-mainnet
2222
credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }}

.github/workflows/release-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# Fetch all history for all tags and branches
6363
fetch-depth: 0
6464
- name: Authenticate to Google Cloud
65-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
65+
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11
6666
with:
6767
project_id: celo-mobile-mainnet
6868
credentials_json: ${{ secrets.GCP_MAINNET_RELEASE_AUTOMATION_SERVICE_ACCOUNT_KEY }}

0 commit comments

Comments
 (0)