Skip to content

Commit 396a0f2

Browse files
authored
chore(deps): Update dependencies for github (#571)
1 parent 445185a commit 396a0f2

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 11 additions & 11 deletions
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@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
49+
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.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@f112390a2df9932162083945e46d439060d66ec2 # v2.1.4
56+
uses: google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
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@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
93+
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.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@f112390a2df9932162083945e46d439060d66ec2 # v2.1.4
100+
uses: google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
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@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
132+
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.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@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
150+
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.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@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
170+
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
171171
with:
172172
distribution: zulu
173173
java-version: 8
@@ -200,15 +200,15 @@ jobs:
200200
java-version: 17
201201

202202
- name: Set up GraalVM
203-
uses: graalvm/setup-graalvm@2911b2304bee2c2f59b9a67bf45f025a6b6de4b1 # v1.2.2
203+
uses: graalvm/setup-graalvm@22cc13fe88ef133134b3798e128fb208df55e1f5 # v1.2.3
204204
with:
205205
java-version: "21"
206206
distribution: "graalvm-community"
207207
github-token: ${{ secrets.GITHUB_TOKEN }}
208208

209209
- id: "auth"
210210
name: Authenticate to Google Cloud
211-
uses: google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2 # v2.1.4
211+
uses: google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
212212
with:
213213
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
214214
service_account: ${{ vars.SERVICE_ACCOUNT }}
@@ -267,7 +267,7 @@ jobs:
267267
repository: ${{ github.event.pull_request.head.repo.full_name }}
268268

269269
- name: Set up JDK
270-
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
270+
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
271271
with:
272272
distribution: 'zulu'
273273
java-version: 8
@@ -279,7 +279,7 @@ jobs:
279279

280280
- id: 'auth'
281281
name: Authenticate to Google Cloud
282-
uses: google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2 # v2.1.4
282+
uses: google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
283283
with:
284284
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
285285
service_account: ${{ vars.SERVICE_ACCOUNT }}

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
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@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
59+
uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
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@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
67+
uses: github/codeql-action/autobuild@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
70+
uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
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
@@ -57,14 +57,14 @@ jobs:
5757
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5858
# format to the repository Actions tab.
5959
- name: "Upload artifact"
60-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
60+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
6161
with:
6262
name: SARIF file
6363
path: results.sarif
6464
retention-days: 5
6565

6666
# Upload the results to GitHub's code scanning dashboard.
6767
- name: "Upload to code-scanning"
68-
uses: github/codeql-action/upload-sarif@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
68+
uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
6969
with:
7070
sarif_file: resultsFiltered.sarif

0 commit comments

Comments
 (0)