Skip to content

Commit 6395f39

Browse files
authored
chore(deps): Update dependencies for github (#608)
1 parent 9318a95 commit 6395f39

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/ci.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
ref: ${{ github.event.pull_request.head.sha }}
4747
repository: ${{ github.event.pull_request.head.repo.full_name }}
4848
- name: Set up JDK
49-
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
49+
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
5050
with:
5151
distribution: zulu
5252
java-version: ${{matrix.java}}
5353
- name: Authenticate to Google Cloud
5454
# only needed for Flakybot on periodic (schedule) and continuous (push) events
5555
if: ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
56-
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
56+
uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
5757
with:
5858
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
5959
service_account: ${{ vars.SERVICE_ACCOUNT }}
@@ -90,14 +90,14 @@ jobs:
9090
ref: ${{ github.event.pull_request.head.sha }}
9191
repository: ${{ github.event.pull_request.head.repo.full_name }}
9292
- name: Set up JDK
93-
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
93+
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
9494
with:
9595
distribution: zulu
9696
java-version: 8
9797
- name: Authenticate to Google Cloud
9898
# only needed for Flakybot on periodic (schedule) and continuous (push) events
9999
if: ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
100-
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
100+
uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
101101
with:
102102
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
103103
service_account: ${{ vars.SERVICE_ACCOUNT }}
@@ -129,7 +129,7 @@ jobs:
129129
ref: ${{ github.event.pull_request.head.sha }}
130130
repository: ${{ github.event.pull_request.head.repo.full_name }}
131131
- name: Set up JDK
132-
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
132+
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
133133
with:
134134
distribution: zulu
135135
java-version: ${{matrix.java}}
@@ -147,7 +147,7 @@ jobs:
147147
ref: ${{ github.event.pull_request.head.sha }}
148148
repository: ${{ github.event.pull_request.head.repo.full_name }}
149149
- name: Set up JDK
150-
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
150+
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
151151
with:
152152
distribution: zulu
153153
java-version: 11
@@ -167,7 +167,7 @@ jobs:
167167
ref: ${{ github.event.pull_request.head.sha }}
168168
repository: ${{ github.event.pull_request.head.repo.full_name }}
169169
- name: Set up JDK
170-
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
170+
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
171171
with:
172172
distribution: zulu
173173
java-version: 8
@@ -203,15 +203,15 @@ jobs:
203203

204204
- id: "auth"
205205
name: Authenticate to Google Cloud
206-
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
206+
uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
207207
with:
208208
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
209209
service_account: ${{ vars.SERVICE_ACCOUNT }}
210210
access_token_lifetime: 600s
211211

212212
- id: "secrets"
213213
name: Get Secrets
214-
uses: google-github-actions/get-secretmanager-secrets@e5bb06c2ca53b244f978d33348d18317a7f263ce # v2.2.2
214+
uses: google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3
215215
with:
216216
secrets: |-
217217
ALLOYDB_INSTANCE_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/ALLOYDB_INSTANCE_URI
@@ -262,22 +262,22 @@ jobs:
262262
repository: ${{ github.event.pull_request.head.repo.full_name }}
263263

264264
- name: Set up JDK
265-
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
265+
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
266266
with:
267267
distribution: 'zulu'
268268
java-version: 8
269269

270270
- id: 'auth'
271271
name: Authenticate to Google Cloud
272-
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
272+
uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
273273
with:
274274
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
275275
service_account: ${{ vars.SERVICE_ACCOUNT }}
276276
access_token_lifetime: 600s
277277

278278
- name: Get Secrets
279279
id: 'secrets'
280-
uses: google-github-actions/get-secretmanager-secrets@e5bb06c2ca53b244f978d33348d18317a7f263ce # v2.2.2
280+
uses: google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3
281281
with:
282282
secrets: |-
283283
ALLOYDB_INSTANCE_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/ALLOYDB_INSTANCE_URI

.github/workflows/codeql.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ jobs:
5656

5757
# Initializes the CodeQL tools for scanning.
5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
59+
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
6060
with:
6161
languages: ${{ matrix.language }}
6262

6363

6464
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
6565
# If this step fails, then you should remove it and run the build manually
6666
- name: Autobuild
67-
uses: github/codeql-action/autobuild@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
67+
uses: github/codeql-action/autobuild@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
70+
uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
7171
with:
7272
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565

6666
# Upload the results to GitHub's code scanning dashboard.
6767
- name: "Upload to code-scanning"
68-
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
68+
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
6969
with:
7070
sarif_file: resultsFiltered.sarif

0 commit comments

Comments
 (0)