Skip to content

Commit f7c9598

Browse files
authored
deps: Update build related dependencies together (#1383)
Github Actions: deps: Update actions/checkout action to v3.5.3 deps: Update peter-evans/create-pull-request action to v5.0.2 deps: Update GoogleCloudPlatform/release-please-action action to v3.7.10 deps: Update google-github-actions/auth action to v1.1.1 deps: Update github/codeql-action action to v2.20.3 Maven Plugins: deps: Update dependency org.codehaus.mojo:versions-maven-plugin to v2.16.0 deps: Update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.3.0 deps: Update dependency org.apache.maven.plugins:maven-release-plugin to v3.0.1
1 parent 979ee41 commit f7c9598

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

.github/workflows/codeql.yml

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

4949
steps:
5050
- name: Checkout repository
51-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
51+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
5252
with:
5353
ref: ${{ github.event.pull_request.head.sha }}
5454
repository: ${{ github.event.pull_request.head.repo.full_name }}
5555

5656
# Initializes the CodeQL tools for scanning.
5757
- name: Initialize CodeQL
58-
uses: github/codeql-action/init@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
58+
uses: github/codeql-action/init@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.20.3
5959
with:
6060
languages: ${{ matrix.language }}
6161

6262

6363
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
6464
# If this step fails, then you should remove it and run the build manually
6565
- name: Autobuild
66-
uses: github/codeql-action/autobuild@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
66+
uses: github/codeql-action/autobuild@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.20.3
6767

6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
69+
uses: github/codeql-action/analyze@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.20.3
7070
with:
7171
category: "/language:${{matrix.language}}"

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
java-version: '17'
5555

5656
- name: Checkout base branch
57-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
57+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
5858
with:
5959
ref: ${{ github.base_ref }}
6060
- name: Calculate base code coverage
@@ -64,7 +64,7 @@ jobs:
6464
echo "CUR_COVER=$CUR_COVER" >> $GITHUB_ENV
6565
6666
- name: Checkout PR branch
67-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
67+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
6868
with:
6969
ref: ${{ github.event.pull_request.head.sha }}
7070
repository: ${{ github.event.pull_request.head.repo.full_name }}

.github/workflows/labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
issues: write
2929
pull-requests: write
3030
steps:
31-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
31+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3232
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
console.log('Failed to remove label. Another job may have already removed it!');
4848
}
4949
- name: Checkout code
50-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
50+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
5151
- name: Set up JDK 17
5252
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
5353
with:

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
releases_created: ${{ steps.release-please.outputs.releases_created }}
3030
release_tag: ${{ steps.release-please.outputs.tag_name }}
3131
steps:
32-
- uses: GoogleCloudPlatform/release-please-action@069d7229d7b10308de85bc606a91e0033e259c8e # v3.5.0
32+
- uses: GoogleCloudPlatform/release-please-action@8016a6649226f2ec88ed05441c11bb5410a22d29 # v3.7.10
3333
id: release-please
3434
with:
3535
token: ${{ secrets.RELEASE_BOT_PAT }}
@@ -42,7 +42,7 @@ jobs:
4242
if: ${{ needs.release-please.outputs.pr }}
4343
steps:
4444
- name: Checkout code
45-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
45+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
4646
with:
4747
token: ${{ secrets.RELEASE_BOT_PAT }}
4848
ref: ${{ fromJson(needs.release-please.outputs.pr).headBranchName }}
@@ -63,10 +63,10 @@ jobs:
6363
id-token: 'write'
6464
steps:
6565
- name: Checkout code
66-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
66+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
6767
- id: auth
6868
name: Authenticate to Google Cloud
69-
uses: google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d # v1.0.0
69+
uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
7070
with:
7171
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
7272
service_account: ${{ secrets.SERVICE_ACCOUNT }}
@@ -112,7 +112,7 @@ jobs:
112112
needs: upload_uberjars
113113
steps:
114114
- name: Checkout
115-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
115+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
116116
- name: Set up JDK 17
117117
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
118118
with:
@@ -123,7 +123,7 @@ jobs:
123123
- name: update pom.xml files
124124
run: ./.release/update_versions.sh
125125
- name: create pull request
126-
uses: peter-evans/create-pull-request@5b4a9f6a9e2af26e5f02351490b90d01eb8ec1e5 # v5.0.0
126+
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
127127
with:
128128
token: ${{ secrets.RELEASE_BOT_PAT }}
129129
title: 'chore: update to latest SNAPSHOT version'

.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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
38+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
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@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
68+
uses: github/codeql-action/upload-sarif@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.20.3
6969
with:
7070
sarif_file: resultsFiltered.sarif

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
console.log('Failed to remove label. Another job may have already removed it!');
6161
}
6262
- name: Checkout code
63-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
63+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
6464
with:
6565
ref: ${{ github.event.pull_request.head.sha }}
6666
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -73,7 +73,7 @@ jobs:
7373

7474
- id: 'auth'
7575
name: Authenticate to Google Cloud
76-
uses: google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d # v1.0.0
76+
uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
7777
with:
7878
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
7979
service_account: ${{ secrets.SERVICE_ACCOUNT }}
@@ -172,7 +172,7 @@ jobs:
172172
console.log('Failed to remove label. Another job may have already removed it!');
173173
}
174174
- name: Checkout code
175-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
175+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
176176
with:
177177
ref: ${{ github.event.pull_request.head.sha }}
178178
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -197,7 +197,7 @@ jobs:
197197

198198
- id: 'auth'
199199
name: Authenticate to Google Cloud
200-
uses: google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d # v1.0.0
200+
uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
201201
with:
202202
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
203203
service_account: ${{ secrets.SERVICE_ACCOUNT }}
@@ -292,7 +292,7 @@ jobs:
292292
console.log('Failed to remove label. Another job may have already removed it!');
293293
}
294294
- name: Checkout code
295-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
295+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
296296
with:
297297
ref: ${{ github.event.pull_request.head.sha }}
298298
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -307,7 +307,7 @@ jobs:
307307

308308
- id: 'auth'
309309
name: Authenticate to Google Cloud
310-
uses: google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d # v1.0.0
310+
uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
311311
with:
312312
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
313313
service_account: ${{ secrets.SERVICE_ACCOUNT }}

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>org.codehaus.mojo</groupId>
105105
<artifactId>versions-maven-plugin</artifactId>
106-
<version>2.14.1</version>
106+
<version>2.16.0</version>
107107
</plugin>
108108

109109
<plugin>
@@ -202,7 +202,7 @@
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
204204
<artifactId>maven-release-plugin</artifactId>
205-
<version>3.0.0</version>
205+
<version>3.0.1</version>
206206
<configuration>
207207
<tagNameFormat>@{project.version}</tagNameFormat>
208208
<useReleaseProfile>false</useReleaseProfile>
@@ -264,7 +264,7 @@
264264
<plugin>
265265
<groupId>org.apache.maven.plugins</groupId>
266266
<artifactId>maven-checkstyle-plugin</artifactId>
267-
<version>3.2.0</version>
267+
<version>3.3.0</version>
268268
<configuration>
269269
<configLocation>google_checks.xml</configLocation>
270270
<logViolationsToConsole>true</logViolationsToConsole>

0 commit comments

Comments
 (0)