mirror of
https://github.com/imjasonh/gke-auth
synced 2026-07-07 00:23:18 +00:00
Merge pull request #24 from imjasonh/dependabot/github_actions/all-9b776069ed
This commit is contained in:
commit
d1663f252c
3 changed files with 4 additions and 4 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
if: startsWith(github.ref, 'refs/tags/')
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: git fetch --force --tags
|
||||
|
|
|
|||
2
.github/workflows/test-action.yaml
vendored
2
.github/workflows/test-action.yaml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
version: ['v0.1.0', 'latest-release', 'tip']
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
|
||||
with:
|
||||
go-version-file: './go.mod'
|
||||
|
|
|
|||
4
.github/workflows/using-gcloud.yaml
vendored
4
.github/workflows/using-gcloud.yaml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
gcloud:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
- uses: azure/setup-kubectl@3e0aec4d80787158d308d7b364cb1b702e7feb7f # v4.0.0
|
||||
|
||||
- uses: google-github-actions/auth@09cecabe1f169596b81c2ef22b40faff87acc460 # v0.9.0
|
||||
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
workload_identity_provider: 'projects/30098225237/locations/global/workloadIdentityPools/gha-pool/providers/gha-provider'
|
||||
service_account: 'gha-sa@imjasonh-autopilot.iam.gserviceaccount.com'
|
||||
|
||||
- uses: google-github-actions/setup-gcloud@98ddc00a17442e89a24bbf282954a3b65ce6d200 # v2.1.0
|
||||
- uses: google-github-actions/setup-gcloud@f0990588f1e5b5af6827153b93673613abdc6ec7 # v2.1.1
|
||||
with:
|
||||
project_id: imjasonh-autopilot
|
||||
install_components: gke-gcloud-auth-plugin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue