|
79 | 79 | # https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk |
80 | 80 | CXXFLAGS: "-D_LIBCPP_DISABLE_AVAILABILITY" |
81 | 81 | steps: |
82 | | - - uses: actions/checkout@v4 |
| 82 | + - uses: actions/checkout@v5 |
83 | 83 | with: |
84 | 84 | fetch-depth: 0 |
85 | 85 | persist-credentials: false |
@@ -160,7 +160,7 @@ jobs: |
160 | 160 | # https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk |
161 | 161 | CXXFLAGS: "-D_LIBCPP_DISABLE_AVAILABILITY" |
162 | 162 | steps: |
163 | | - - uses: actions/checkout@v4 |
| 163 | + - uses: actions/checkout@v5 |
164 | 164 | with: |
165 | 165 | fetch-depth: 0 |
166 | 166 | persist-credentials: false |
@@ -215,7 +215,7 @@ jobs: |
215 | 215 | matrix: |
216 | 216 | os: ["ubuntu-latest"] |
217 | 217 | steps: |
218 | | - - uses: actions/checkout@v4 |
| 218 | + - uses: actions/checkout@v5 |
219 | 219 | with: |
220 | 220 | fetch-depth: 0 |
221 | 221 | persist-credentials: false |
@@ -278,7 +278,7 @@ jobs: |
278 | 278 | name: "clang-tidy" |
279 | 279 | runs-on: ubuntu-latest |
280 | 280 | steps: |
281 | | - - uses: actions/checkout@v4 |
| 281 | + - uses: actions/checkout@v5 |
282 | 282 | with: |
283 | 283 | fetch-depth: 0 |
284 | 284 | persist-credentials: false |
@@ -324,7 +324,7 @@ jobs: |
324 | 324 | # https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk |
325 | 325 | CXXFLAGS: "-D_LIBCPP_DISABLE_AVAILABILITY" |
326 | 326 | steps: |
327 | | - - uses: actions/checkout@v4 |
| 327 | + - uses: actions/checkout@v5 |
328 | 328 | with: |
329 | 329 | fetch-depth: 0 |
330 | 330 | persist-credentials: false |
@@ -353,7 +353,7 @@ jobs: |
353 | 353 | run: | |
354 | 354 | sudo sysctl vm.mmap_rnd_bits=28 |
355 | 355 |
|
356 | | - - uses: actions/download-artifact@v4 |
| 356 | + - uses: actions/download-artifact@v5 |
357 | 357 | with: |
358 | 358 | name: driver-manager-${{ matrix.os }} |
359 | 359 | path: "~" |
@@ -396,11 +396,11 @@ jobs: |
396 | 396 | contents: 'read' |
397 | 397 | id-token: 'write' |
398 | 398 | steps: |
399 | | - - uses: actions/checkout@v4 |
| 399 | + - uses: actions/checkout@v5 |
400 | 400 | with: |
401 | 401 | fetch-depth: 0 |
402 | 402 | persist-credentials: false |
403 | | - - uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10 |
| 403 | + - uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12 |
404 | 404 | continue-on-error: true # if auth fails, bigquery driver tests should skip |
405 | 405 | with: |
406 | 406 | workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }} |
@@ -458,11 +458,11 @@ jobs: |
458 | 458 | contents: 'read' |
459 | 459 | id-token: 'write' |
460 | 460 | steps: |
461 | | - - uses: actions/checkout@v4 |
| 461 | + - uses: actions/checkout@v5 |
462 | 462 | with: |
463 | 463 | fetch-depth: 0 |
464 | 464 | persist-credentials: false |
465 | | - - uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10 |
| 465 | + - uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12 |
466 | 466 | continue-on-error: true # if auth fails, bigquery driver tests should skip |
467 | 467 | with: |
468 | 468 | workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }} |
@@ -502,7 +502,7 @@ jobs: |
502 | 502 | if: matrix.os == 'ubuntu-latest' |
503 | 503 | run: go install honnef.co/go/tools/cmd/staticcheck@latest |
504 | 504 |
|
505 | | - - uses: actions/download-artifact@v4 |
| 505 | + - uses: actions/download-artifact@v5 |
506 | 506 | with: |
507 | 507 | name: driver-manager-${{ matrix.os }} |
508 | 508 | path: "~" |
@@ -546,7 +546,7 @@ jobs: |
546 | 546 | # https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk |
547 | 547 | CXXFLAGS: "-D_LIBCPP_DISABLE_AVAILABILITY" |
548 | 548 | steps: |
549 | | - - uses: actions/checkout@v4 |
| 549 | + - uses: actions/checkout@v5 |
550 | 550 | with: |
551 | 551 | fetch-depth: 0 |
552 | 552 | persist-credentials: false |
@@ -584,7 +584,7 @@ jobs: |
584 | 584 | cache: true |
585 | 585 | cache-dependency-path: go/adbc/go.sum |
586 | 586 |
|
587 | | - - uses: actions/download-artifact@v4 |
| 587 | + - uses: actions/download-artifact@v5 |
588 | 588 | with: |
589 | 589 | name: driver-manager-${{ matrix.os }} |
590 | 590 | path: "~" |
@@ -659,7 +659,7 @@ jobs: |
659 | 659 | os: ["ubuntu-latest"] |
660 | 660 | python: ["3.13"] |
661 | 661 | steps: |
662 | | - - uses: actions/checkout@v4 |
| 662 | + - uses: actions/checkout@v5 |
663 | 663 | with: |
664 | 664 | fetch-depth: 0 |
665 | 665 | persist-credentials: false |
@@ -688,7 +688,7 @@ jobs: |
688 | 688 | run: | |
689 | 689 | sudo sysctl vm.mmap_rnd_bits=28 |
690 | 690 |
|
691 | | - - uses: actions/download-artifact@v4 |
| 691 | + - uses: actions/download-artifact@v5 |
692 | 692 | with: |
693 | 693 | name: driver-manager-${{ matrix.os }} |
694 | 694 | path: "~" |
|
0 commit comments