Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/beam_CleanUpGCPResources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
with:
disable-cache: true
- name: Setup gcloud
uses: google-github-actions/setup-gcloud@v3
uses: google-github-actions/setup-gcloud@v3.0.1
- name: Install gcloud bigtable cli
run: gcloud components install cbt
- name: run cleanup GCP resources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_Infrastructure_PolicyEnforcer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
pip install -r requirements.txt

- name: Setup gcloud
uses: google-github-actions/setup-gcloud@v3
uses: google-github-actions/setup-gcloud@v3.0.1

- name: Run IAM Policy Enforcement
working-directory: ./infra/enforcement
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_Infrastructure_SecurityLogging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
pip install -r requirements.txt

- name: Setup gcloud
uses: google-github-actions/setup-gcloud@v3
uses: google-github-actions/setup-gcloud@v3.0.1

- name: Initialize Log Sinks
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup gcloud
uses: google-github-actions/setup-gcloud@v3
uses: google-github-actions/setup-gcloud@v3.0.1

- name: Setup Python
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_Infrastructure_UsersPermissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.merged == true && github.base_ref || github.event.pull_request.head.sha }}
- name: Setup gcloud
uses: google-github-actions/setup-gcloud@v3
uses: google-github-actions/setup-gcloud@v3.0.1
- name: Install Terraform
uses: hashicorp/setup-terraform@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_Playground_Precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
sudo apt-get install sbt --yes
sudo wget https://codeload.github.com/spotify/scio.g8/zip/7c1ba7c1651dfd70976028842e721da4107c0d6d -O scio.g8.zip && unzip scio.g8.zip && sudo mv scio.g8-7c1ba7c1651dfd70976028842e721da4107c0d6d /opt/scio.g8
- name: Set up Cloud SDK and its components
uses: google-github-actions/setup-gcloud@v3
uses: google-github-actions/setup-gcloud@v3.0.1
with:
install_components: 'beta,cloud-datastore-emulator'
version: '${{ env.DATASTORE_EMULATOR_VERSION }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/beam_PostCommit_Python_Arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ jobs:
sudo curl -L https://github.com/docker/compose/releases/download/1.22.0/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
- name: Authenticate on GCP
uses: google-github-actions/auth@v3
uses: google-github-actions/auth@v3.0.0
with:
service_account: ${{ secrets.GCP_SA_EMAIL }}
credentials_json: ${{ secrets.GCP_SA_KEY }}
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v3
uses: google-github-actions/setup-gcloud@v3.0.1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
- name: GCloud Docker credential helper
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ jobs:
java-version: default
python-version: ${{ matrix.python_version }}
- name: Authenticate to GCP
uses: google-github-actions/auth@v3
uses: google-github-actions/auth@v3.0.0
with:
service_account: ${{ secrets.GCP_SA_EMAIL }}
credentials_json: ${{ secrets.GCP_SA_KEY }}
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v3
uses: google-github-actions/setup-gcloud@v3.0.1
- name: Configure Docker auth for GCR
run: |
gcloud --quiet auth configure-docker us.gcr.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ jobs:
java-version: default
python-version: ${{ matrix.python_version }}
- name: Authenticate to GCP
uses: google-github-actions/auth@v3
uses: google-github-actions/auth@v3.0.0
with:
service_account: ${{ secrets.GCP_SA_EMAIL }}
credentials_json: ${{ secrets.GCP_SA_KEY }}
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v3
uses: google-github-actions/setup-gcloud@v3.0.1
- name: Set PY_VER_CLEAN
id: set_py_ver_clean
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Yaml_Xlang_Direct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
python-version: default
java-version: '11'
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v3
uses: google-github-actions/setup-gcloud@v3.0.1
- name: run PostCommit Yaml Xlang Direct script
uses: ./.github/actions/gradle-command-self-hosted-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PreCommit_Website_Stage_GCS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
java-version: default
- name: Authenticate on GCP
id: auth-gcp
uses: google-github-actions/auth@v3
uses: google-github-actions/auth@v3.0.0
with:
service_account: ${{ secrets.GCP_SA_EMAIL }}
credentials_json: ${{ secrets.GCP_SA_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
- name: Authenticate on GCP
uses: google-github-actions/auth@v3
uses: google-github-actions/auth@v3.0.0
with:
service_account: ${{ secrets.GCP_SA_EMAIL }}
credentials_json: ${{ secrets.GCP_SA_KEY }}
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v3
uses: google-github-actions/setup-gcloud@v3.0.1
- name: GCloud Docker credential helper
run: |
gcloud auth configure-docker ${{ env.docker_registry }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_Publish_Website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
disable-cache: true
- name: Authenticate on GCP
id: auth-gcp
uses: google-github-actions/auth@v3
uses: google-github-actions/auth@v3.0.0
with:
service_account: ${{ secrets.GCP_SA_EMAIL }}
credentials_json: ${{ secrets.GCP_SA_KEY }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ jobs:
with:
python-version: ${{ matrix.python_version }}
- name: Authenticate on GCP
uses: google-github-actions/auth@v3
uses: google-github-actions/auth@v3.0.0
with:
service_account: ${{ secrets.GCP_SA_EMAIL }}
credentials_json: ${{ secrets.GCP_SA_KEY }}
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v3
uses: google-github-actions/setup-gcloud@v3.0.1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
- name: GCloud Docker credential helper
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/refresh_looker_metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
python-version: 3.11
- run: pip install requests google-cloud-storage looker-sdk
- name: Authenticate on GCP
uses: google-github-actions/auth@v3
uses: google-github-actions/auth@v3.0.0
with:
service_account: ${{ secrets.GCP_SA_EMAIL }}
credentials_json: ${{ secrets.GCP_SA_KEY }}
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v3
uses: google-github-actions/setup-gcloud@v3.0.1
- run: python .test-infra/tools/refresh_looker_metrics.py
4 changes: 2 additions & 2 deletions .github/workflows/republish_released_docker_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
with:
python-version: '3.10'
- name: Authenticate on GCP
uses: google-github-actions/auth@v3
uses: google-github-actions/auth@v3.0.0
with:
service_account: ${{ secrets.GCP_SA_EMAIL }}
credentials_json: ${{ secrets.GCP_SA_KEY }}
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v3
uses: google-github-actions/setup-gcloud@v3.0.1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
- name: Remove default github maven configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
shell: bash

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v3
uses: google-github-actions/setup-gcloud@v3.0.1

- name: Download RC Artifacts
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_rc_validation_python_yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
shell: bash

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v3
uses: google-github-actions/setup-gcloud@v3.0.1

- name: Download RC Artifacts
run: |
Expand Down
Loading