Skip to content

Commit b4097ad

Browse files
build(deps): bump the github-actions group across 1 directory with 10 updates
Bumps the github-actions group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.3.1` | `6.0.2` | | [actions/setup-java](https://github.com/actions/setup-java) | `4.8.0` | `5.2.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.4` | `6.0.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.19.2` | `7.1.0` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5.10.0` | `6.0.0` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.12.0` | `4.0.0` | | [docker/login-action](https://github.com/docker/login-action) | `3.7.0` | `4.1.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `4.4.0` | `6.4.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.6.0` | `6.2.0` | Updates `actions/checkout` from 4.3.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@34e1148...de0fac2) Updates `actions/setup-java` from 4.8.0 to 5.2.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@c1e3236...be666c2) Updates `codecov/codecov-action` from 5.5.4 to 6.0.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@75cd116...e79a696) Updates `actions/upload-artifact` from 4.6.2 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...043fb46) Updates `docker/build-push-action` from 6.19.2 to 7.1.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@10e90e3...bcafcac) Updates `docker/metadata-action` from 5.10.0 to 6.0.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@c299e40...030e881) Updates `docker/setup-buildx-action` from 3.12.0 to 4.0.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@8d2750c...4d04d5d) Updates `docker/login-action` from 3.7.0 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c94ce9f...4907a6d) Updates `actions/setup-node` from 4.4.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@49933ea...48b55a0) Updates `actions/setup-python` from 5.6.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...a309ff8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-java dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/metadata-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/setup-buildx-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bdcdd60 commit b4097ad

4 files changed

Lines changed: 34 additions & 34 deletions

File tree

.github/workflows/ci-cd-java.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
40+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141
with:
4242
clean: 'true'
4343
fetch-depth: 2
@@ -61,14 +61,14 @@ jobs:
6161
echo "shared_workflow_ref=${SHARED_WORKFLOW_REF}" >> "$GITHUB_OUTPUT"
6262
6363
- name: Checkout shared workflow scripts
64-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
64+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6565
with:
6666
repository: HSLdevcom/transitdata-shared-workflows
6767
ref: ${{ steps.resolve_shared_workflow_ref.outputs.shared_workflow_ref }}
6868
path: .shared-workflows
6969

7070
- name: Setup JDK
71-
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
71+
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
7272
with:
7373
distribution: 'temurin'
7474
java-version: '25'
@@ -134,15 +134,15 @@ jobs:
134134
run: mvn -B verify
135135

136136
- name: Upload coverage reports to Codecov
137-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
137+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
138138
with:
139139
token: ${{ secrets.CODECOV_TOKEN }}
140140
fail_ci_if_error: true
141141
verbose: true
142142

143143
- name: Upload test results to Codecov
144144
if: ${{ !cancelled() }}
145-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
145+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
146146
with:
147147
token: ${{ secrets.CODECOV_TOKEN }}
148148
fail_ci_if_error: true
@@ -156,7 +156,7 @@ jobs:
156156

157157
- name: Upload .jar artifact
158158
if: ${{ inputs.uploadJarArtifact }}
159-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
159+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
160160
with:
161161
name: 'app.jar'
162162
path: '/app/app.jar'
@@ -174,7 +174,7 @@ jobs:
174174
echo "IMAGE_NAME=${IMAGE_NAME}" >> "$GITHUB_ENV"
175175
176176
- name: Build Docker Image
177-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
177+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
178178
with:
179179
context: ${{ inputs.workingDirectory }}
180180
push: 'false'
@@ -201,7 +201,7 @@ jobs:
201201
- name: Extract Docker metadata
202202
if: ${{ env.PERFORM_RELEASE == 'true' }}
203203
id: meta
204-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
204+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
205205
with:
206206
images: ${{ env.IMAGE_NAME }}
207207
tags: |
@@ -214,18 +214,18 @@ jobs:
214214
215215
- name: Setup Docker Buildx
216216
if: ${{ env.PERFORM_RELEASE == 'true' }}
217-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
217+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
218218

219219
- name: Login to Docker Hub
220220
if: ${{ env.PERFORM_RELEASE == 'true' }}
221-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
221+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
222222
with:
223223
username: ${{ secrets.DOCKER_HUB_INFODEVOPS_USERNAME }}
224224
password: ${{ secrets.DOCKER_HUB_INFODEVOPS_TOKEN }}
225225

226226
- name: Build & Push Docker image
227227
if: ${{ env.PERFORM_RELEASE == 'true' }}
228-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
228+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
229229
with:
230230
context: ${{ inputs.workingDirectory }}
231231
push: ${{ env.PERFORM_RELEASE }}

.github/workflows/ci-cd-kotlin.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
42+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343
with:
4444
clean: 'true'
4545
fetch-depth: 2
@@ -62,14 +62,14 @@ jobs:
6262
echo "SHARED_WORKFLOW_REF=${SHARED_WORKFLOW_REF}" >> "$GITHUB_ENV"
6363
6464
- name: Checkout shared workflow scripts
65-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
65+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6666
with:
6767
repository: HSLdevcom/transitdata-shared-workflows
6868
ref: ${{ env.SHARED_WORKFLOW_REF }}
6969
path: .shared-workflows
7070

7171
- name: Setup JDK
72-
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
72+
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
7373
with:
7474
distribution: 'temurin'
7575
java-version: '11'
@@ -126,23 +126,23 @@ jobs:
126126
run: ./gradlew test integrationTest jacocoTestReport --stacktrace
127127

128128
- name: Upload coverage reports to Codecov
129-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
129+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
130130
with:
131131
token: ${{ secrets.CODECOV_TOKEN }}
132132
fail_ci_if_error: true
133133
verbose: true
134134

135135
- name: Upload test results to Codecov
136136
if: ${{ !cancelled() }}
137-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
137+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
138138
with:
139139
token: ${{ secrets.CODECOV_TOKEN }}
140140
fail_ci_if_error: true
141141
report_type: test_results
142142

143143
- name: Upload .jar artifact
144144
if: ${{ inputs.uploadJarArtifact }}
145-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
145+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
146146
with:
147147
name: ${{ inputs.jarArtifactName }}
148148
path: ${{ inputs.jarArtifactPath }}
@@ -157,7 +157,7 @@ jobs:
157157
run: |
158158
echo "IMAGE_NAME=${IMAGE_NAME_MIXED_CASE,,}" >> "${GITHUB_ENV}"
159159
- name: Build Docker Image
160-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
160+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
161161
with:
162162
context: .
163163
push: 'false'
@@ -179,12 +179,12 @@ jobs:
179179
180180
- name: Setup Docker Buildx
181181
if: env.PERFORM_RELEASE == 'true'
182-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
182+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
183183

184184
- name: Extract Docker metadata
185185
if: env.PERFORM_RELEASE == 'true'
186186
id: meta
187-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
187+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
188188
with:
189189
images: ${{ env.IMAGE_NAME }}
190190
tags: |
@@ -197,14 +197,14 @@ jobs:
197197
198198
- name: Login to Docker Hub
199199
if: env.PERFORM_RELEASE == 'true'
200-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
200+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
201201
with:
202202
username: ${{ secrets.DOCKER_HUB_INFODEVOPS_USERNAME }}
203203
password: ${{ secrets.DOCKER_HUB_INFODEVOPS_TOKEN }}
204204

205205
- name: Build & Push Docker image
206206
if: env.PERFORM_RELEASE == 'true'
207-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
207+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
208208
with:
209209
context: .
210210
push: ${{ env.PERFORM_RELEASE }}

.github/workflows/ci-cd-typescript.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
35+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636
with:
3737
clean: 'true'
3838
fetch-depth: 2
3939

4040
- name: Install Node
41-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
41+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4242
with:
4343
node-version: "lts/*"
4444
cache: "npm"
@@ -51,15 +51,15 @@ jobs:
5151
run: npm run check-and-build
5252

5353
- name: Upload coverage reports to Codecov
54-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
54+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
5555
with:
5656
token: ${{ secrets.CODECOV_TOKEN }}
5757
fail_ci_if_error: true
5858
verbose: true
5959

6060
- name: Upload test results to Codecov
6161
if: ${{ !cancelled() }}
62-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
62+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
6363
with:
6464
token: ${{ secrets.CODECOV_TOKEN }}
6565
fail_ci_if_error: true
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Extract docker metadata
8787
id: meta
88-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
88+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
8989
with:
9090
images: ${{ env.IMAGE_NAME }}
9191
tags: |
@@ -97,11 +97,11 @@ jobs:
9797
9898
- name: Setup Docker Buildx
9999
if: env.PERFORM_RELEASE == 'true'
100-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
100+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
101101

102102
- name: Build and export to Docker
103103
if: ${{ inputs.checkAndTestInsideDocker }}
104-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
104+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
105105
with:
106106
context: .
107107
load: true
@@ -115,14 +115,14 @@ jobs:
115115
116116
- name: Login to Docker Hub
117117
if: env.PERFORM_RELEASE == 'true'
118-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
118+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
119119
with:
120120
username: ${{ secrets.DOCKER_HUB_INFODEVOPS_USERNAME }}
121121
password: ${{ secrets.DOCKER_HUB_INFODEVOPS_TOKEN }}
122122

123123
- name: Build and push
124124
if: env.PERFORM_RELEASE == 'true'
125-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
125+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
126126
with:
127127
context: .
128128
push: true

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
18+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
with:
2020
persist-credentials: false
2121

@@ -30,10 +30,10 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
33+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434

3535
- name: Setup Python
36-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
36+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3737
with:
3838
python-version: '3.x'
3939

0 commit comments

Comments
 (0)