Skip to content

Commit 79a604b

Browse files
authored
chore(deps): Update dependencies for github (major) (#485)
chore(deps): Update dependencies for github
1 parent 2612eb8 commit 79a604b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pull-requests: write
3030
steps:
3131
- name: Setup Python
32-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
32+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3333
with:
3434
python-version: "3.13"
3535

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pull-requests: write
3131
steps:
3232
- name: Setup Python
33-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
33+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3434
with:
3535
python-version: "3.13"
3636

.github/workflows/tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
repository: ${{ github.event.pull_request.head.repo.full_name }}
4949

5050
- name: Setup Python ${{ matrix.python-version }}
51-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
51+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454

@@ -59,7 +59,7 @@ jobs:
5959
name: Authenticate to Google Cloud
6060
# only needed for Flakybot on periodic (schedule) and continuous (push) events
6161
if: ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
62-
uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
62+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
6363
with:
6464
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
6565
service_account: ${{ vars.SERVICE_ACCOUNT }}
@@ -114,7 +114,7 @@ jobs:
114114
repository: ${{ github.event.pull_request.head.repo.full_name }}
115115

116116
- name: Setup Python ${{ matrix.python-version }}
117-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
117+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
118118
with:
119119
python-version: ${{ matrix.python-version }}
120120

@@ -123,15 +123,15 @@ jobs:
123123

124124
- id: 'auth'
125125
name: 'Authenticate to Google Cloud'
126-
uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
126+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
127127
with:
128128
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
129129
service_account: ${{ vars.SERVICE_ACCOUNT }}
130130
access_token_lifetime: 600s
131131

132132
- id: 'secrets'
133133
name: Get secrets
134-
uses: google-github-actions/get-secretmanager-secrets@50ec04d56ddf2740b0bde82926cc742f90e06d2b # v2.2.4
134+
uses: google-github-actions/get-secretmanager-secrets@bc9c54b29fdffb8a47776820a7d26e77b379d262 # v3.0.0
135135
with:
136136
secrets: |-
137137
ALLOYDB_INSTANCE_URI:${{ vars.GOOGLE_CLOUD_PROJECT }}/ALLOYDB_INSTANCE_URI

0 commit comments

Comments
 (0)