Skip to content

Commit b1885e2

Browse files
sofislrenovate-bot
andauthored
build: update renovate bot renovate/actions setup node 3.x, and checkout to 3.x, and move checkout before auth (GoogleCloudPlatform#2593)
* chore(deps): update actions/setup-node action to v3 * build: ugprade checkout to v3, move to step above auth Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent f0f7c68 commit b1885e2

42 files changed

Lines changed: 201 additions & 201 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/appengine-analytics.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121
pull-requests: 'write'
2222
id-token: 'write'
2323
steps:
24+
- uses: actions/checkout@v3
25+
with:
26+
ref: ${{github.event.pull_request.head.ref}}
27+
repository: ${{github.event.pull_request.head.repo.full_name}}
2428
- uses: google-github-actions/auth@v0.6.0
2529
with:
2630
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
2731
service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com'
2832
create_credentials_file: 'true'
2933
access_token_lifetime: 600s
30-
- uses: actions/checkout@v2
31-
with:
32-
ref: ${{github.event.pull_request.head.ref}}
33-
repository: ${{github.event.pull_request.head.repo.full_name}}
34-
- uses: actions/setup-node@v2
34+
- uses: actions/setup-node@v3
3535
with:
3636
node-version: 14
3737
- run: npm install

.github/workflows/appengine-building-an-app-build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121
pull-requests: 'write'
2222
id-token: 'write'
2323
steps:
24+
- uses: actions/checkout@v3
25+
with:
26+
ref: ${{github.event.pull_request.head.ref}}
27+
repository: ${{github.event.pull_request.head.repo.full_name}}
2428
- uses: google-github-actions/auth@v0.6.0
2529
with:
2630
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
2731
service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com'
2832
create_credentials_file: 'true'
2933
access_token_lifetime: 600s
30-
- uses: actions/checkout@v2
31-
with:
32-
ref: ${{github.event.pull_request.head.ref}}
33-
repository: ${{github.event.pull_request.head.repo.full_name}}
34-
- uses: actions/setup-node@v2
34+
- uses: actions/setup-node@v3
3535
with:
3636
node-version: 14
3737
- run: npm install

.github/workflows/appengine-building-an-app-update.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121
pull-requests: 'write'
2222
id-token: 'write'
2323
steps:
24+
- uses: actions/checkout@v3
25+
with:
26+
ref: ${{github.event.pull_request.head.ref}}
27+
repository: ${{github.event.pull_request.head.repo.full_name}}
2428
- uses: google-github-actions/auth@v0.6.0
2529
with:
2630
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
2731
service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com'
2832
create_credentials_file: 'true'
2933
access_token_lifetime: 600s
30-
- uses: actions/checkout@v2
31-
with:
32-
ref: ${{github.event.pull_request.head.ref}}
33-
repository: ${{github.event.pull_request.head.repo.full_name}}
34-
- uses: actions/setup-node@v2
34+
- uses: actions/setup-node@v3
3535
with:
3636
node-version: 14
3737
- run: npm install

.github/workflows/appengine-datastore.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ jobs:
2121
pull-requests: 'write'
2222
id-token: 'write'
2323
steps:
24+
- uses: actions/checkout@v3
25+
with:
26+
ref: ${{github.event.pull_request.head.ref}}
27+
repository: ${{github.event.pull_request.head.repo.full_name}}
2428
- uses: google-github-actions/auth@v0.6.0
2529
with:
2630
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
2731
service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com'
2832
create_credentials_file: 'true'
2933
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
3034
access_token_lifetime: 600s
31-
- uses: actions/checkout@v2
32-
with:
33-
ref: ${{github.event.pull_request.head.ref}}
34-
repository: ${{github.event.pull_request.head.repo.full_name}}
35-
- uses: actions/setup-node@v2
35+
- uses: actions/setup-node@v3
3636
with:
3737
node-version: 14
3838
- run: npm install

.github/workflows/appengine-endpoints.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121
pull-requests: 'write'
2222
id-token: 'write'
2323
steps:
24+
- uses: actions/checkout@v3
25+
with:
26+
ref: ${{github.event.pull_request.head.ref}}
27+
repository: ${{github.event.pull_request.head.repo.full_name}}
2428
- uses: google-github-actions/auth@v0.6.0
2529
with:
2630
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
2731
service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com'
2832
create_credentials_file: 'true'
2933
access_token_lifetime: 600s
30-
- uses: actions/checkout@v2
31-
with:
32-
ref: ${{github.event.pull_request.head.ref}}
33-
repository: ${{github.event.pull_request.head.repo.full_name}}
34-
- uses: actions/setup-node@v2
34+
- uses: actions/setup-node@v3
3535
with:
3636
node-version: 14
3737
- run: npm install

.github/workflows/appengine-hello-world-flexible.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121
pull-requests: 'write'
2222
id-token: 'write'
2323
steps:
24+
- uses: actions/checkout@v3
25+
with:
26+
ref: ${{github.event.pull_request.head.ref}}
27+
repository: ${{github.event.pull_request.head.repo.full_name}}
2428
- uses: google-github-actions/auth@v0.6.0
2529
with:
2630
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
2731
service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com'
2832
create_credentials_file: 'true'
2933
access_token_lifetime: 600s
30-
- uses: actions/checkout@v2
31-
with:
32-
ref: ${{github.event.pull_request.head.ref}}
33-
repository: ${{github.event.pull_request.head.repo.full_name}}
34-
- uses: actions/setup-node@v2
34+
- uses: actions/setup-node@v3
3535
with:
3636
node-version: 14
3737
- run: npm install

.github/workflows/appengine-hello-world-standard.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121
pull-requests: 'write'
2222
id-token: 'write'
2323
steps:
24+
- uses: actions/checkout@v3
25+
with:
26+
ref: ${{github.event.pull_request.head.ref}}
27+
repository: ${{github.event.pull_request.head.repo.full_name}}
2428
- uses: google-github-actions/auth@v0.6.0
2529
with:
2630
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
2731
service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com'
2832
create_credentials_file: 'true'
2933
access_token_lifetime: 600s
30-
- uses: actions/checkout@v2
31-
with:
32-
ref: ${{github.event.pull_request.head.ref}}
33-
repository: ${{github.event.pull_request.head.repo.full_name}}
34-
- uses: actions/setup-node@v2
34+
- uses: actions/setup-node@v3
3535
with:
3636
node-version: 14
3737
- run: npm install

.github/workflows/appengine-memcached.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121
pull-requests: 'write'
2222
id-token: 'write'
2323
steps:
24+
- uses: actions/checkout@v3
25+
with:
26+
ref: ${{github.event.pull_request.head.ref}}
27+
repository: ${{github.event.pull_request.head.repo.full_name}}
2428
- uses: google-github-actions/auth@v0.6.0
2529
with:
2630
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
2731
service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com'
2832
create_credentials_file: 'true'
2933
access_token_lifetime: 600s
30-
- uses: actions/checkout@v2
31-
with:
32-
ref: ${{github.event.pull_request.head.ref}}
33-
repository: ${{github.event.pull_request.head.repo.full_name}}
34-
- uses: actions/setup-node@v2
34+
- uses: actions/setup-node@v3
3535
with:
3636
node-version: 14
3737
- run: npm install

.github/workflows/appengine-metadata-flexible.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121
pull-requests: 'write'
2222
id-token: 'write'
2323
steps:
24+
- uses: actions/checkout@v3
25+
with:
26+
ref: ${{github.event.pull_request.head.ref}}
27+
repository: ${{github.event.pull_request.head.repo.full_name}}
2428
- uses: 'google-github-actions/auth@v0.6.0'
2529
with:
2630
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
2731
service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com'
2832
create_credentials_file: 'true'
2933
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
3034
access_token_lifetime: 600s
31-
- uses: actions/checkout@v3
32-
with:
33-
ref: ${{github.event.pull_request.head.ref}}
34-
repository: ${{github.event.pull_request.head.repo.full_name}}
3535
- uses: actions/setup-node@v3
3636
with:
3737
node-version: 14

.github/workflows/appengine-metadata-standard.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ jobs:
2121
pull-requests: 'write'
2222
id-token: 'write'
2323
steps:
24+
- uses: actions/checkout@v3
25+
with:
26+
ref: ${{github.event.pull_request.head.ref}}
27+
repository: ${{github.event.pull_request.head.repo.full_name}}
2428
- uses: google-github-actions/auth@v0.6.0
2529
with:
2630
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
2731
service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com'
2832
create_credentials_file: 'true'
2933
token_format: 'access_token'
3034
access_token_lifetime: 600s
31-
- uses: actions/checkout@v2
32-
with:
33-
ref: ${{github.event.pull_request.head.ref}}
34-
repository: ${{github.event.pull_request.head.repo.full_name}}
35-
- uses: actions/setup-node@v2
35+
- uses: actions/setup-node@v3
3636
with:
3737
node-version: 14
3838
- run: npm install

0 commit comments

Comments
 (0)