Skip to content

Commit 2f88b6d

Browse files
committed
chore(deps): update github actions
1 parent cff0d81 commit 2f88b6d

11 files changed

+28
-28
lines changed

.github/workflows/ai-platform-snippets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
contents: 'read'
4141
id-token: 'write'
4242
steps:
43-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
43+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
with:
4545
ref: ${{github.event.pull_request.head.sha}}
46-
- uses: 'google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa' # v2.1.3
46+
- uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093' # v3.0.0
4747
with:
4848
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
4949
service_account: '[email protected]'

.github/workflows/ci-scripts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run:
3131
working-directory: .github/scripts
3232
steps:
33-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
33+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3434
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
3535
with:
3636
node-version: 20

.github/workflows/custard-ci-dev.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
nodejs-paths: ${{ steps.nodejs.outputs.paths }}
3535
nodejs-setups: ${{ steps.nodejs.outputs.setups }}
3636
steps:
37-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
37+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3838
with:
3939
fetch-depth: 0
40-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
40+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4141
with:
4242
repository: GoogleCloudPlatform/cloud-samples-tools
4343
ref: v0.3.2
@@ -79,13 +79,13 @@ jobs:
7979
steps:
8080
- name: CI Setup
8181
run: echo "${{ env.CI_SETUP }}"
82-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
82+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
8383
with:
8484
ref: ${{ github.event.pull_request.head.sha }}
8585
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
8686
with:
8787
node-version: ${{ fromJson(env.CI_SETUP).node-version }}
88-
- uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2
88+
- uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3
8989
id: auth
9090
with:
9191
project_id: ${{ env.GOOGLE_SAMPLES_PROJECT }}

.github/workflows/custard-ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
nodejs-paths: ${{ steps.nodejs.outputs.paths }}
3939
nodejs-setups: ${{ steps.nodejs.outputs.setups }}
4040
steps:
41-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
41+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4242
with:
4343
fetch-depth: 0
44-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
44+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4545
with:
4646
repository: GoogleCloudPlatform/cloud-samples-tools
4747
ref: v0.3.2
@@ -70,7 +70,7 @@ jobs:
7070
timeout-minutes: 5
7171
steps:
7272
- name: Checkout
73-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
73+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
7474
- name: Setup Node
7575
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
7676
with:
@@ -115,7 +115,7 @@ jobs:
115115
runs-on: ubuntu-latest
116116
timeout-minutes: 5
117117
steps:
118-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
118+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
119119
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
120120
with:
121121
node-version: 20
@@ -140,13 +140,13 @@ jobs:
140140
steps:
141141
- name: CI Setup
142142
run: echo "${{ env.CI_SETUP }}"
143-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
143+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
144144
with:
145145
ref: ${{ github.event.pull_request.head.sha }}
146146
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
147147
with:
148148
node-version: ${{ fromJson(env.CI_SETUP).node-version }}
149-
- uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2
149+
- uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3
150150
id: auth
151151
with:
152152
project_id: ${{ env.GOOGLE_SAMPLES_PROJECT }}

.github/workflows/custard-run-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ jobs:
8181
job-name: ${{ github.job }} (${{ matrix.path }})
8282
if: ${{ !!github.event.workflow_run }}
8383
- name: Checkout
84-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
84+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
8585
with:
8686
ref: ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
8787
- name: Authenticate
88-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
88+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
8989
id: auth
9090
with:
9191
project_id: ${{ env.GOOGLE_SAMPLES_PROJECT }}

.github/workflows/custard-run.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
name: Custard CI / ${{ github.job }}
7777
if: ${{ !!github.event.workflow_run }}
7878
- name: Checkout
79-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
79+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
8080
with:
8181
ref: ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
8282
- name: Setup Node
@@ -127,11 +127,11 @@ jobs:
127127
job-name: ${{ github.job }} (${{ matrix.path }})
128128
if: ${{ !!github.event.workflow_run }}
129129
- name: Checkout
130-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
130+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
131131
with:
132132
ref: ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
133133
- name: Authenticate
134-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
134+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
135135
id: auth
136136
with:
137137
project_id: ${{ env.GOOGLE_SAMPLES_PROJECT }}

.github/workflows/dialogflow-cx.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
runs-on: ubuntu-latest
4141
timeout-minutes: 120
4242
steps:
43-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
43+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
with:
4545
ref: ${{github.event.pull_request.head.sha}}
46-
- uses: 'google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa' # v2.1.3
46+
- uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093' # v3.0.0
4747
with:
4848
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
4949
service_account: '[email protected]'

.github/workflows/functions-slack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
runs-on: ubuntu-latest
4141
timeout-minutes: 120
4242
steps:
43-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
43+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
with:
4545
ref: ${{github.event.pull_request.head.sha}}
46-
- uses: 'google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa' # v2.1.3
46+
- uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093' # v3.0.0
4747
with:
4848
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
4949
service_account: '[email protected]'

.github/workflows/iam-deny.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
run:
4545
working-directory: 'iam/deny'
4646
steps:
47-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
47+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4848
with:
4949
ref: ${{github.event.pull_request.head.sha}}
50-
- uses: 'google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa' # v2.1.3
50+
- uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093' # v3.0.0
5151
with:
5252
workload_identity_provider: 'projects/949737848314/locations/global/workloadIdentityPools/iam-deny-test-pool/providers/iam-deny-test-provider'
5353
service_account: '[email protected]'

.github/workflows/storagetransfer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
run:
4444
working-directory: 'storagetransfer'
4545
steps:
46-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
46+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4747
with:
4848
ref: ${{github.event.pull_request.head.sha}}
49-
- uses: 'google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa' # v2.1.3
49+
- uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093' # v3.0.0
5050
with:
5151
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
5252
service_account: '[email protected]'

0 commit comments

Comments
 (0)