Skip to content

[release-1.11] bump google client and update gcp client auth #1782

[release-1.11] bump google client and update gcp client auth

[release-1.11] bump google client and update gcp client auth #1782

Workflow file for this run

# Helps catch spelling errors
name: Codespell
on:
pull_request:
permissions: {}
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
with:
skip: .git,_artifacts,*.sum,.golangci.yml
ignore_words_file: .codespellignore
check_filenames: true
check_hidden: true