mirror of
https://github.com/turbot/steampipe.git
synced 2026-04-12 19:00:08 -04:00
[dep][actions](deps): Bump google-github-actions/setup-gcloud (#3393)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/buildDBImage.yml
vendored
2
.github/workflows/buildDBImage.yml
vendored
@@ -72,7 +72,7 @@ jobs:
|
||||
credentials_json: ${{ secrets.GCP_GITHUB_ACTION_PUSH_ARTIFACTS_CREDENTIAL_JSON }}
|
||||
|
||||
- name: Get GCloud CLI
|
||||
uses: google-github-actions/setup-gcloud@v1.1.0
|
||||
uses: google-github-actions/setup-gcloud@v1.1.1
|
||||
with:
|
||||
project_id: ${{ env.PROJECT_ID }}
|
||||
|
||||
|
||||
6
.github/workflows/release_cli_and_assets.yml
vendored
6
.github/workflows/release_cli_and_assets.yml
vendored
@@ -72,7 +72,7 @@ jobs:
|
||||
credentials_json: ${{ secrets.GCP_GITHUB_ACTION_PUSH_ARTIFACTS_CREDENTIAL_JSON }}
|
||||
|
||||
- name: Get GCloud CLI
|
||||
uses: google-github-actions/setup-gcloud@v1.1.0
|
||||
uses: google-github-actions/setup-gcloud@v1.1.1
|
||||
with:
|
||||
project_id: ${{ env.PROJECT_ID }}
|
||||
|
||||
@@ -121,7 +121,7 @@ jobs:
|
||||
credentials_json: ${{ secrets.GCP_GITHUB_ACTION_PUSH_ARTIFACTS_CREDENTIAL_JSON }}
|
||||
|
||||
- name: Get GCloud CLI
|
||||
uses: google-github-actions/setup-gcloud@v1.1.0
|
||||
uses: google-github-actions/setup-gcloud@v1.1.1
|
||||
with:
|
||||
project_id: ${{ env.PROJECT_ID }}
|
||||
|
||||
@@ -611,7 +611,7 @@ jobs:
|
||||
# credentials_json: ${{ secrets.GCP_GITHUB_ACTION_PUSH_ARTIFACTS_CREDENTIAL_JSON }}
|
||||
|
||||
# - name: Get GCloud CLI
|
||||
# uses: google-github-actions/setup-gcloud@v1.1.0
|
||||
# uses: google-github-actions/setup-gcloud@v1.1.1
|
||||
# with:
|
||||
# project_id: ${{ env.PROJECT_ID }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user