Skip to content

Commit

Permalink
Merge pull request #2109 from atsign-foundation/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/github-actions-bc1b090e10

build(deps): Bump google-github-actions/auth from 2.1.5 to 2.1.6 in the github-actions group
  • Loading branch information
cpswan authored Oct 2, 2024
2 parents ed88716 + f172d33 commit dec3c3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/at_server_dev_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

# Setup gcloud CLI
- id: 'auth'
uses: google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
with:
credentials_json: '${{ secrets.GKE_SA_DEV_KEY }}'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/at_server_prod_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

# Setup gcloud CLI
- id: 'auth'
uses: google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
with:
credentials_json: '${{ secrets.GKE_SA_PROD_KEY }}'

Expand Down

0 comments on commit dec3c3e

Please sign in to comment.