Skip to content

Commit

Permalink
Merge pull request #904 from portefaix/renovate/google-github-actions…
Browse files Browse the repository at this point in the history
…-setup-gcloud-2.x

Update google-github-actions/setup-gcloud action to v2.0.1
  • Loading branch information
nlamirault authored Dec 28, 2023
2 parents e26f509 + e165b97 commit 8874dca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/inspec-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure GCP credentials
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
version: 324.0.0
# project_id: ${{ secrets.GCP_PROJECT_ID_PROD }}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure GCP credentials
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
version: 324.0.0
# project_id: ${{ secrets.GCP_PROJECT_ID_PROD }}
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure GCP credentials
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
version: 324.0.0
# project_id: ${{ secrets.GCP_PROJECT_ID_PROD }}
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure GCP credentials
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
version: 324.0.0
# project_id: ${{ secrets.GCP_PROJECT_ID_PROD }}
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure GCP credentials
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
version: 324.0.0
# project_id: ${{ secrets.GCP_PROJECT_ID_PROD }}
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure GCP credentials
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
version: 324.0.0
# project_id: ${{ secrets.GCP_PROJECT_ID_PROD }}
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure GCP credentials
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
version: 324.0.0
# project_id: ${{ secrets.GCP_PROJECT_ID_PROD }}
Expand Down Expand Up @@ -361,7 +361,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure GCP credentials
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
version: 324.0.0
# project_id: ${{ secrets.GCP_PROJECT_ID_PROD }}
Expand Down

0 comments on commit 8874dca

Please sign in to comment.