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 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}}
4646 - uses : ' google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa' # v2.1.3
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
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
Original file line number Diff line number Diff 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
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,7 +140,7 @@ 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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,7 +127,7 @@ 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
Original file line number Diff line number Diff line change 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}}
4646 - uses : ' google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa' # v2.1.3
Original file line number Diff line number Diff line change 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}}
4646 - uses : ' google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa' # v2.1.3
Original file line number Diff line number Diff line change 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}}
5050 - uses : ' google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa' # v2.1.3
Original file line number Diff line number Diff line change 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}}
4949 - uses : ' google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa' # v2.1.3
You can’t perform that action at this time.
0 commit comments