Skip to content

Commit 77f8248

Browse files
committed
chore(deps): Update dependencies for github
1 parent 36acc14 commit 77f8248

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

.github/workflows/ci.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
java: [8, 11, 17, 21]
4444
steps:
4545
- name: Checkout code
46-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4747
with:
4848
ref: ${{ github.event.pull_request.head.sha }}
4949
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -55,7 +55,7 @@ jobs:
5555
- name: Authenticate to Google Cloud
5656
# only needed for Flakybot on periodic (schedule) and continuous (push) events
5757
if: ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
58-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
58+
uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
5959
with:
6060
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
6161
service_account: ${{ vars.SERVICE_ACCOUNT }}
@@ -87,7 +87,7 @@ jobs:
8787
- name: Support longpaths
8888
run: git config --system core.longpaths true
8989
- name: Checkout code
90-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
90+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
9191
with:
9292
ref: ${{ github.event.pull_request.head.sha }}
9393
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -99,7 +99,7 @@ jobs:
9999
- name: Authenticate to Google Cloud
100100
# only needed for Flakybot on periodic (schedule) and continuous (push) events
101101
if: ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
102-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
102+
uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
103103
with:
104104
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
105105
service_account: ${{ vars.SERVICE_ACCOUNT }}
@@ -126,7 +126,7 @@ jobs:
126126
java: [8, 11, 17, 21]
127127
steps:
128128
- name: Checkout code
129-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
129+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
130130
with:
131131
ref: ${{ github.event.pull_request.head.sha }}
132132
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -144,7 +144,7 @@ jobs:
144144
runs-on: ubuntu-latest
145145
steps:
146146
- name: Checkout code
147-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
147+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
148148
with:
149149
ref: ${{ github.event.pull_request.head.sha }}
150150
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -164,7 +164,7 @@ jobs:
164164
runs-on: ubuntu-latest
165165
steps:
166166
- name: Checkout code
167-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
167+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
168168
with:
169169
ref: ${{ github.event.pull_request.head.sha }}
170170
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -191,29 +191,29 @@ jobs:
191191
issues: write
192192
steps:
193193
- name: Checkout code
194-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
194+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
195195
with:
196196
ref: ${{ github.event.pull_request.head.sha }}
197197
repository: ${{ github.event.pull_request.head.repo.full_name }}
198198

199199
- name: Set up GraalVM
200-
uses: graalvm/setup-graalvm@e1df20a713a4cc6ab5b0eb03f0e0dcdc0199b805 # v1.3.4
200+
uses: graalvm/setup-graalvm@7f488cf82a3629ee755e4e97342c01d6bed318fa # v1.3.5
201201
with:
202202
java-version: "21"
203203
distribution: "graalvm-community"
204204
github-token: ${{ secrets.GITHUB_TOKEN }}
205205

206206
- id: "auth"
207207
name: Authenticate to Google Cloud
208-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
208+
uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
209209
with:
210210
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
211211
service_account: ${{ vars.SERVICE_ACCOUNT }}
212212
access_token_lifetime: 600s
213213

214214
- id: "secrets"
215215
name: Get Secrets
216-
uses: google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3
216+
uses: google-github-actions/get-secretmanager-secrets@50ec04d56ddf2740b0bde82926cc742f90e06d2b # v2.2.4
217217
with:
218218
secrets: |-
219219
ALLOYDB_INSTANCE_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/ALLOYDB_INSTANCE_URI
@@ -258,7 +258,7 @@ jobs:
258258
pull-requests: write
259259
steps:
260260
- name: Checkout code
261-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
261+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
262262
with:
263263
ref: ${{ github.event.pull_request.head.sha }}
264264
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -271,15 +271,15 @@ jobs:
271271

272272
- id: 'auth'
273273
name: Authenticate to Google Cloud
274-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
274+
uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
275275
with:
276276
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
277277
service_account: ${{ vars.SERVICE_ACCOUNT }}
278278
access_token_lifetime: 600s
279279

280280
- name: Get Secrets
281281
id: 'secrets'
282-
uses: google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3
282+
uses: google-github-actions/get-secretmanager-secrets@50ec04d56ddf2740b0bde82926cc742f90e06d2b # v2.2.4
283283
with:
284284
secrets: |-
285285
ALLOYDB_INSTANCE_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/ALLOYDB_INSTANCE_URI

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,24 @@ jobs:
4949

5050
steps:
5151
- name: Checkout repository
52-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5353
with:
5454
ref: ${{ github.event.pull_request.head.sha }}
5555
repository: ${{ github.event.pull_request.head.repo.full_name }}
5656

5757
# Initializes the CodeQL tools for scanning.
5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
59+
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
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@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
67+
uses: github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
70+
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
7171
with:
7272
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: "Checkout code"
38-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3939
with:
4040
persist-credentials: false
4141

@@ -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@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
68+
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
6969
with:
7070
sarif_file: resultsFiltered.sarif

0 commit comments

Comments
 (0)