3535 strategy :
3636 matrix :
3737 os : [macos-latest, windows-latest, ubuntu-latest]
38- python-version : ["3.8 ", "3.12 "]
38+ python-version : ["3.9 ", "3.13 "]
3939 fail-fast : false
4040 permissions :
4141 contents : read
@@ -44,10 +44,10 @@ jobs:
4444 pull-requests : write
4545 steps :
4646 - name : Checkout code
47- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
47+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4848
4949 - name : Setup Python ${{ matrix.python-version }}
50- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
50+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
5151 with :
5252 python-version : ${{ matrix.python-version }}
5353
5656
5757 - id : auth
5858 name : Authenticate to Google Cloud
59- uses : google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
59+ uses : google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
6060 with :
6161 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
6262 service_account : ${{ vars.SERVICE_ACCOUNT }}
@@ -134,7 +134,7 @@ jobs:
134134 runs-on : ubuntu-latest
135135 strategy :
136136 matrix :
137- python-version : ["3.8 ", "3.12 "]
137+ python-version : ["3.9 ", "3.13 "]
138138 fail-fast : false
139139 permissions :
140140 contents : read
@@ -143,10 +143,10 @@ jobs:
143143 pull-requests : write
144144 steps :
145145 - name : Checkout code
146- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
146+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
147147
148148 - name : Setup Python ${{ matrix.python-version }}
149- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
149+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
150150 with :
151151 python-version : ${{ matrix.python-version }}
152152
@@ -157,7 +157,7 @@ jobs:
157157 name : Authenticate to Google Cloud
158158 # only needed for Flakybot on periodic (schedule) and continuous (push) events
159159 if : ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
160- uses : google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
160+ uses : google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
161161 with :
162162 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
163163 service_account : ${{ vars.SERVICE_ACCOUNT }}
0 commit comments