Skip to content

Commit

Permalink
chore(deps): update google-github-actions/get-gke-credentials action …
Browse files Browse the repository at this point in the history
…to v2
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent a3866aa commit 42524b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/google.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
gcloud --quiet auth configure-docker
# Get the GKE credentials so we can deploy to the cluster
- uses: google-github-actions/get-gke-credentials@v1.0.2
- uses: google-github-actions/get-gke-credentials@v2.2.1

Check warning

Code scanning / Semgrep (reported by Codacy)

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
with:
cluster_name: ${{ env.GKE_CLUSTER }}
location: ${{ env.GKE_ZONE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/googleXs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:


# Get the GKE credentials so we can deploy to the cluster
- uses: google-github-actions/get-gke-credentials@v1.0.2
- uses: google-github-actions/get-gke-credentials@v2.2.1
with:
cluster_name: ${{ env.GKE_CLUSTER }}
location: ${{ env.GKE_ZONE }}
Expand Down

0 comments on commit 42524b1

Please sign in to comment.