File tree Expand file tree Collapse file tree 11 files changed +18
-18
lines changed Expand file tree Collapse file tree 11 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 40
40
contents : ' read'
41
41
id-token : ' write'
42
42
steps :
43
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
43
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
44
44
with :
45
45
ref : ${{github.event.pull_request.head.sha}}
46
46
- uses : ' google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa' # v2.1.3
Original file line number Diff line number Diff line change 30
30
run :
31
31
working-directory : .github/scripts
32
32
steps :
33
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
33
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
34
34
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
35
35
with :
36
36
node-version : 20
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
34
34
nodejs-paths : ${{ steps.nodejs.outputs.paths }}
35
35
nodejs-setups : ${{ steps.nodejs.outputs.setups }}
36
36
steps :
37
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
37
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
38
38
with :
39
39
fetch-depth : 0
40
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
40
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
41
41
with :
42
42
repository : GoogleCloudPlatform/cloud-samples-tools
43
43
ref : v0.3.2
79
79
steps :
80
80
- name : CI Setup
81
81
run : echo "${{ env.CI_SETUP }}"
82
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
82
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
83
83
with :
84
84
ref : ${{ github.event.pull_request.head.sha }}
85
85
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ jobs:
38
38
nodejs-paths : ${{ steps.nodejs.outputs.paths }}
39
39
nodejs-setups : ${{ steps.nodejs.outputs.setups }}
40
40
steps :
41
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
41
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
42
42
with :
43
43
fetch-depth : 0
44
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
44
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
45
45
with :
46
46
repository : GoogleCloudPlatform/cloud-samples-tools
47
47
ref : v0.3.2
70
70
timeout-minutes : 5
71
71
steps :
72
72
- name : Checkout
73
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
73
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
74
74
- name : Setup Node
75
75
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
76
76
with :
@@ -115,7 +115,7 @@ jobs:
115
115
runs-on : ubuntu-latest
116
116
timeout-minutes : 5
117
117
steps :
118
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
118
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
119
119
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
120
120
with :
121
121
node-version : 20
@@ -140,7 +140,7 @@ jobs:
140
140
steps :
141
141
- name : CI Setup
142
142
run : echo "${{ env.CI_SETUP }}"
143
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
143
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
144
144
with :
145
145
ref : ${{ github.event.pull_request.head.sha }}
146
146
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
Original file line number Diff line number Diff line change 81
81
job-name : ${{ github.job }} (${{ matrix.path }})
82
82
if : ${{ !!github.event.workflow_run }}
83
83
- name : Checkout
84
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
84
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
85
85
with :
86
86
ref : ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
87
87
- name : Authenticate
Original file line number Diff line number Diff line change 76
76
name : Custard CI / ${{ github.job }}
77
77
if : ${{ !!github.event.workflow_run }}
78
78
- name : Checkout
79
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
79
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
80
80
with :
81
81
ref : ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
82
82
- name : Setup Node
@@ -127,7 +127,7 @@ jobs:
127
127
job-name : ${{ github.job }} (${{ matrix.path }})
128
128
if : ${{ !!github.event.workflow_run }}
129
129
- name : Checkout
130
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
130
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
131
131
with :
132
132
ref : ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
133
133
- name : Authenticate
Original file line number Diff line number Diff line change 40
40
runs-on : ubuntu-latest
41
41
timeout-minutes : 120
42
42
steps :
43
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
43
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
44
44
with :
45
45
ref : ${{github.event.pull_request.head.sha}}
46
46
- uses : ' google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa' # v2.1.3
Original file line number Diff line number Diff line change 40
40
runs-on : ubuntu-latest
41
41
timeout-minutes : 120
42
42
steps :
43
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
43
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
44
44
with :
45
45
ref : ${{github.event.pull_request.head.sha}}
46
46
- uses : ' google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa' # v2.1.3
Original file line number Diff line number Diff line change 44
44
run :
45
45
working-directory : ' iam/deny'
46
46
steps :
47
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
47
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
48
48
with :
49
49
ref : ${{github.event.pull_request.head.sha}}
50
50
- uses : ' google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa' # v2.1.3
Original file line number Diff line number Diff line change 43
43
run :
44
44
working-directory : ' storagetransfer'
45
45
steps :
46
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
46
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
47
47
with :
48
48
ref : ${{github.event.pull_request.head.sha}}
49
49
- uses : ' google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa' # v2.1.3
You can’t perform that action at this time.
0 commit comments