File tree Expand file tree Collapse file tree 17 files changed +22
-23
lines changed
Expand file tree Collapse file tree 17 files changed +22
-23
lines changed Original file line number Diff line number Diff line change 44 directory : " /"
55 schedule :
66 interval : " weekly"
7-
Original file line number Diff line number Diff line change 2323 android-sdk-matrix : ' ${{ steps.generate-matrix.outputs.android-sdk-matrix }}'
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
26+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2727 with :
2828 persist-credentials : false
2929 - id : generate-matrix
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 benchmarks-matrix : ' ${{ steps.generate-matrix.outputs.benchmarks-matrix }}'
121121 steps :
122122 - name : Checkout repository
123- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
123+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
124124 with :
125125 persist-credentials : false
126126 - id : generate-matrix
@@ -159,7 +159,7 @@ jobs:
159159 macos-matrix : ' ${{ steps.generate-matrix.outputs.macos-matrix }}'
160160 steps :
161161 - name : Checkout repository
162- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
162+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
163163 with :
164164 persist-credentials : false
165165 - id : generate-matrix
@@ -245,7 +245,7 @@ jobs:
245245 matrix : ${{ fromJson(needs.construct-matrix-macos.outputs.macos-matrix) }}
246246 steps :
247247 - name : Checkout repository
248- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
248+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
249249 with :
250250 persist-credentials : false
251251 submodules : true
Original file line number Diff line number Diff line change 3131 image : ${{ inputs.image }}
3232 steps :
3333 - name : Checkout repository
34- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
34+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3535 with :
3636 persist-credentials : false
3737 submodules : true
Original file line number Diff line number Diff line change 8686 cxx-interop-matrix : ' ${{ steps.generate-matrix.outputs.cxx-interop-matrix }}'
8787 steps :
8888 - name : Checkout repository
89- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
89+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9090 with :
9191 persist-credentials : false
9292 - id : generate-matrix
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ jobs:
225225 darwin-matrix : ' ${{ steps.generate-matrix.outputs.darwin-matrix }}'
226226 steps :
227227 - name : Checkout repository
228- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
228+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
229229 with :
230230 persist-credentials : false
231231 - id : generate-matrix
@@ -432,7 +432,7 @@ jobs:
432432 matrix : ${{ fromJson(needs.construct-matrix.outputs.darwin-matrix) }}
433433 steps :
434434 - name : Checkout repository
435- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
435+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
436436 with :
437437 persist-credentials : false
438438 submodules : true
Original file line number Diff line number Diff line change 4141 integration-test-matrix : ' ${{ steps.generate-matrix.outputs.integration-test-matrix }}'
4242 steps :
4343 - name : Checkout repository
44- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
44+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4545 with :
4646 persist-credentials : false
4747 - id : generate-matrix
Original file line number Diff line number Diff line change 4747 integration-test-matrix : ' ${{ steps.generate-matrix.outputs.integration-test-matrix }}'
4848 steps :
4949 - name : Checkout repository
50- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
50+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5151 with :
5252 persist-credentials : false
5353 - id : generate-matrix
7070 runs-on : ubuntu-latest
7171 steps :
7272 - name : Checkout repository
73- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
73+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7474 with :
7575 persist-credentials : false
7676 - name : Load vsock_loopback kernel module
Original file line number Diff line number Diff line change 1414 timeout-minutes : 1
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1818 with :
1919 persist-credentials : false
2020 - name : Check for Semantic Version label
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 release-build-matrix : ' ${{ steps.generate-matrix.outputs.release-build-matrix }}'
119119 steps :
120120 - name : Checkout repository
121- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
121+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
122122 with :
123123 persist-credentials : false
124124 - id : generate-matrix
You can’t perform that action at this time.
0 commit comments