Skip to content

Commit b4e84fd

Browse files
authored
Merge branch 'main' into fix-spanner-mtls-tests
2 parents a03427a + e613d1c commit b4e84fd

6,786 files changed

Lines changed: 228995 additions & 33628 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/bigframes-docs-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
32+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3333
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
3434
# See https://github.com/googleapis/google-cloud-python/issues/12013
3535
# and https://github.com/actions/checkout#checkout-head.

.github/workflows/bigtable-conformance.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
outputs:
2525
run_bigtable: ${{ steps.filter.outputs.bigtable }}
2626
steps:
27-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
27+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2828
with:
2929
persist-credentials: false
30-
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
30+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
3131
id: filter
3232
with:
3333
filters: |
@@ -53,11 +53,11 @@ jobs:
5353
fail-fast: false
5454
name: "${{ matrix.client-type }} client / python ${{ matrix.py-version }} / test tag ${{ matrix.test-version }}"
5555
steps:
56-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
56+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5757
name: "Checkout google-cloud-python"
5858
with:
5959
persist-credentials: false
60-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
60+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6161
name: "Checkout conformance tests"
6262
with:
6363
repository: googleapis/cloud-bigtable-clients-test

.github/workflows/django-spanner-django5.2_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
run_django_spanner: ${{ steps.filter.outputs.django_spanner }}
2626
steps:
27-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
27+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2828
with:
2929
persist-credentials: false
3030
- uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3
@@ -73,7 +73,7 @@ jobs:
7373

7474
steps:
7575
- name: Checkout code
76-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
76+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7777
with:
7878
persist-credentials: false
7979
- name: Setup Python

.github/workflows/django-spanner-foreign_keys.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
outputs:
2525
run_django_spanner: ${{ steps.filter.outputs.django_spanner }}
2626
steps:
27-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
27+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2828
with:
2929
persist-credentials: false
30-
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
30+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
3131
id: filter
3232
with:
3333
filters: |
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Checkout code
51-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
51+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5252
with:
5353
persist-credentials: false
5454
- name: Setup Python

.github/workflows/django-spanner-integration-tests-against-emulator-3.10.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
outputs:
2525
run_django_spanner: ${{ steps.filter.outputs.django_spanner }}
2626
steps:
27-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
27+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2828
with:
2929
persist-credentials: false
30-
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
30+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
3131
id: filter
3232
with:
3333
filters: |
@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
- name: Checkout code
52-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
52+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5353
with:
5454
persist-credentials: false
5555
- name: Set up Python 3.10

.github/workflows/django-spanner-mockserver-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
outputs:
2525
run_django_spanner: ${{ steps.filter.outputs.django_spanner }}
2626
steps:
27-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
27+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2828
with:
2929
persist-credentials: false
30-
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
30+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
3131
id: filter
3232
with:
3333
filters: |
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Checkout code
45-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
45+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4646
with:
4747
persist-credentials: false
4848
- name: Set up Python 3.12

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
20+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2121
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
2222
# See https://github.com/googleapis/google-cloud-python/issues/12013
2323
# and https://github.com/actions/checkout#checkout-head.
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
48+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4949
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
5050
# See https://github.com/googleapis/google-cloud-python/issues/12013
5151
# and https://github.com/actions/checkout#checkout-head.

.github/workflows/gapic-generator-tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
outputs:
3232
run_generator: ${{ steps.filter.outputs.generator }}
3333
steps:
34-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
34+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3535
with:
3636
persist-credentials: false
37-
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
37+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
3838
id: filter
3939
with:
4040
filters: |
@@ -65,7 +65,7 @@ jobs:
6565
logging_scope: ["", "google"]
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
68+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6969
with:
7070
persist-credentials: false
7171
- name: Set up Python
@@ -98,7 +98,7 @@ jobs:
9898
needs: python_config
9999
runs-on: ubuntu-latest
100100
steps:
101-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
101+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
102102
with:
103103
persist-credentials: false
104104
- name: Set up Python
@@ -117,7 +117,7 @@ jobs:
117117
needs: python_config
118118
runs-on: ubuntu-latest
119119
steps:
120-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
120+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
121121
with:
122122
persist-credentials: false
123123
- name: Set up Python
@@ -151,7 +151,7 @@ jobs:
151151
needs: python_config
152152
runs-on: ubuntu-latest
153153
steps:
154-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
154+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
155155
with:
156156
persist-credentials: false
157157
- name: Set up Python ${{ needs.python_config.outputs.prerelease_python }}
@@ -181,7 +181,7 @@ jobs:
181181
python: ${{ fromJSON(needs.python_config.outputs.trimmed_python) }}
182182
runs-on: ubuntu-latest
183183
steps:
184-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
184+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
185185
with:
186186
persist-credentials: false
187187
- name: Set up Python
@@ -221,7 +221,7 @@ jobs:
221221
runs-on: ubuntu-latest
222222
container: gcr.io/gapic-images/googleapis # zizmor: ignore[unpinned-images]
223223
steps:
224-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
224+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
225225
with:
226226
persist-credentials: false
227227
- name: Cache Bazel files

.github/workflows/import-profiler.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ jobs:
1818
timeout-minutes: 60
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
2222
with:
2323
fetch-depth: 2
24+
persist-credentials: false
2425
- name: Setup Python
25-
uses: actions/setup-python@v6
26+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
2627
with:
2728
python-version: "3.15"
2829
allow-prereleases: true

.github/workflows/librarian_tidy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
14+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1515
with:
1616
persist-credentials: false
17-
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
17+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
1818
id: changes
1919
with:
2020
filters: |
2121
librarian:
2222
- 'librarian.yaml'
2323
24-
- uses: googleapis/librarian@main # zizmor: ignore[unpinned-uses]
24+
- uses: googleapis/librarian@bb2ee61752bd0f5387195b54c509e4d01a52b41d
2525

2626
- name: Run librarian tidy
2727
if: steps.changes.outputs.librarian == 'true'

0 commit comments

Comments
 (0)