Skip to content

Commit 78049cc

Browse files
authored
chore(deps): Update dependencies for github (#586)
1 parent 7730399 commit 78049cc

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

.github/workflows/ci.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ jobs:
4141
java: [8, 11, 17]
4242
steps:
4343
- name: Checkout code
44-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
44+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4545
with:
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@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
49+
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.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@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
56+
uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
5757
with:
5858
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
5959
service_account: ${{ vars.SERVICE_ACCOUNT }}
@@ -85,19 +85,19 @@ jobs:
8585
- name: Support longpaths
8686
run: git config --system core.longpaths true
8787
- name: Checkout code
88-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
88+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
8989
with:
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@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
93+
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.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@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
100+
uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
101101
with:
102102
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
103103
service_account: ${{ vars.SERVICE_ACCOUNT }}
@@ -124,12 +124,12 @@ jobs:
124124
java: [8, 11, 17]
125125
steps:
126126
- name: Checkout code
127-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
127+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
128128
with:
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@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
132+
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
133133
with:
134134
distribution: zulu
135135
java-version: ${{matrix.java}}
@@ -142,12 +142,12 @@ jobs:
142142
runs-on: ubuntu-latest
143143
steps:
144144
- name: Checkout code
145-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
145+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
146146
with:
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@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
150+
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
151151
with:
152152
distribution: zulu
153153
java-version: 11
@@ -162,12 +162,12 @@ jobs:
162162
runs-on: ubuntu-latest
163163
steps:
164164
- name: Checkout code
165-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
165+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
166166
with:
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@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
170+
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
171171
with:
172172
distribution: zulu
173173
java-version: 8
@@ -189,13 +189,13 @@ jobs:
189189
issues: write
190190
steps:
191191
- name: Checkout code
192-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
192+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
193193
with:
194194
ref: ${{ github.event.pull_request.head.sha }}
195195
repository: ${{ github.event.pull_request.head.repo.full_name }}
196196

197197
- name: Setup Maven Action
198-
uses: s4u/setup-maven-action@8a09fe4cf25ea749342c76674967fd0f23371cc7
198+
uses: s4u/setup-maven-action@a37cecafbf1e8d86c1c93d51054a63e228b96b3e
199199
with:
200200
java-version: 17
201201

@@ -208,7 +208,7 @@ jobs:
208208

209209
- id: "auth"
210210
name: Authenticate to Google Cloud
211-
uses: google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
211+
uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
212212
with:
213213
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
214214
service_account: ${{ vars.SERVICE_ACCOUNT }}
@@ -261,25 +261,25 @@ jobs:
261261
pull-requests: write
262262
steps:
263263
- name: Checkout code
264-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
264+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
265265
with:
266266
ref: ${{ github.event.pull_request.head.sha }}
267267
repository: ${{ github.event.pull_request.head.repo.full_name }}
268268

269269
- name: Set up JDK
270-
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
270+
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
271271
with:
272272
distribution: 'zulu'
273273
java-version: 8
274274

275275
- name: Setup Maven Action
276-
uses: s4u/setup-maven-action@8a09fe4cf25ea749342c76674967fd0f23371cc7
276+
uses: s4u/setup-maven-action@a37cecafbf1e8d86c1c93d51054a63e228b96b3e
277277
with:
278278
java-version: 8
279279

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

.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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
52+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
59+
uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
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@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
67+
uses: github/codeql-action/autobuild@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
70+
uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
7171
with:
7272
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

Lines changed: 3 additions & 3 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
38+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3939
with:
4040
persist-credentials: false
4141

@@ -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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
60+
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
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@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
68+
uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
6969
with:
7070
sarif_file: resultsFiltered.sarif

0 commit comments

Comments
 (0)