Skip to content

Commit 3ac3847

Browse files
Update all dependencies
1 parent 56072f9 commit 3ac3847

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

.github/workflows/shared-build-and-publish-docker-image.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ jobs:
8989
9090
- name: Set up QEMU
9191
if: ${{ inputs.build_arm64_image }}
92-
uses: docker/setup-qemu-action@v3
92+
uses: docker/setup-qemu-action@v4
9393
with:
9494
platforms: 'arm64'
9595

9696
- name: Set up Docker Buildx
97-
uses: docker/setup-buildx-action@v3
97+
uses: docker/setup-buildx-action@v4
9898

9999
- name: Azure login
100-
uses: azure/login@v2
100+
uses: azure/login@v3
101101
with:
102102
client-id: ${{ secrets.azure_client_id }}
103103
tenant-id: ${{ secrets.azure_tenant_id }}
@@ -114,13 +114,13 @@ jobs:
114114

115115
- name: Download artifacts
116116
if: ${{ inputs.artifact-id }}
117-
uses: actions/download-artifact@v7
117+
uses: actions/download-artifact@v8
118118
with:
119119
artifact-ids: ${{ inputs.artifact-id }}
120120
path: ${{ inputs.artifact-path }}
121121

122122
- name: Build and push
123-
uses: docker/build-push-action@v6
123+
uses: docker/build-push-action@v7
124124
with:
125125
tags: |
126126
${{ steps.variables.outputs.docker_image }}

.github/workflows/shared-check-renovatebot-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
submodules: ${{ inputs.checkout_submodules }}
2828

2929
- name: Validate config
30-
uses: suzuki-shunsuke/github-action-renovate-config-validator@c22827f47f4f4a5364bdba19e1fe36907ef1318e # v1.1.1
30+
uses: suzuki-shunsuke/github-action-renovate-config-validator@ee9f69e1f683ed0d08225086482b34fc9abe9300 # v2.1.0
3131
with:
3232
config_file_path: ${{ inputs.config_file_path }}

.github/workflows/shared-run-e2e.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
cat ${{ github.workspace }}/durations.out.json
235235
236236
- name: Upload test durations
237-
uses: actions/upload-artifact@v6
237+
uses: actions/upload-artifact@v7
238238
with:
239239
name: "e2e-test-durations-${{ strategy.job-index }}"
240240
path: ${{ github.workspace }}/durations.out.json
@@ -250,7 +250,7 @@ jobs:
250250
- name: Upload test reports as an artifact
251251
# Should be run especially when tests fail
252252
if: always()
253-
uses: actions/upload-artifact@v6
253+
uses: actions/upload-artifact@v7
254254
with:
255255
name: cypress-test-results-${{ strategy.job-index }}
256256
path: ${{ github.workspace }}/ctrf-report.json
@@ -276,7 +276,7 @@ jobs:
276276
277277
- name: Upload test reports as an artifact
278278
if: always() && steps.copy_test_reports.outputs.test_reports_exist == 'true'
279-
uses: actions/upload-artifact@v6
279+
uses: actions/upload-artifact@v7
280280
with:
281281
name: cypress-docker-reports-${{ strategy.job-index }}
282282
path: ${{ github.workspace }}/test-reports
@@ -316,7 +316,7 @@ jobs:
316316
317317
- name: Upload Docker server logs as an artifact
318318
if: always() && steps.collect_docker_logs.outputs.test_server_logs_exist == 'true'
319-
uses: actions/upload-artifact@v6
319+
uses: actions/upload-artifact@v7
320320
with:
321321
name: cypress-server-logs-${{ strategy.job-index }}
322322
path: ${{ github.workspace }}/docker-logs
@@ -328,14 +328,14 @@ jobs:
328328
- run_e2e_tests
329329
steps:
330330
- name: Download E2E Test Results
331-
uses: actions/download-artifact@v7
331+
uses: actions/download-artifact@v8
332332
continue-on-error: true
333333
with:
334334
pattern: cypress-test-results-*
335335
path: ${{ github.workspace }}/ctrf
336336

337337
- name: Publish Test Report
338-
uses: ctrf-io/github-test-reporter@024bc4b64d997ca9da86833c6b9548c55c620e40 # v1.0.26
338+
uses: ctrf-io/github-test-reporter@31e2a2735dd4641c65c2f49eb07e93ce8ec37fff # v1.0.27
339339
with:
340340
report-path: "ctrf/*/*.json"
341341
summary-report: true
@@ -360,7 +360,7 @@ jobs:
360360
ssh-key: ${{ secrets.jore4_ci_data_repo_ssh_key }}
361361

362362
- name: Download E2E Test Durations
363-
uses: actions/download-artifact@v7
363+
uses: actions/download-artifact@v8
364364
with:
365365
pattern: e2e-test-durations-*
366366
path: ${{ github.workspace }}/split-durations

.github/workflows/shared-secret-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fetch-depth: 0
4444

4545
- name: Secret Scanning
46-
uses: trufflesecurity/trufflehog@ef6e76c3c4023279497fab4721ffa071a722fd05 # v3.92.4
46+
uses: trufflesecurity/trufflehog@6c64db94d5b2e09d7e0948fb6bd3166cc6fffbc7 # v3.94.0
4747
with:
4848
extra_args: --results=verified,unverified,unknown --exclude-detectors=AWS
4949

@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- name: Send ${{ matrix.alert_type }} alert
6464
if: matrix.enabled
65-
uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c # v7
65+
uses: dawidd6/action-send-mail@d38f3f7cd391cdebfe0d38efc3998b935e951c4f # v16
6666
with:
6767
server_address: smtp.gmail.com
6868
server_port: 465

github-actions/setup-e2e-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ runs:
114114
115115
- name: Download docker-compose bundle from GHA artifact
116116
if: ${{ inputs.docker_compose_bundle_gha_artifact }}
117-
uses: actions/download-artifact@v7
117+
uses: actions/download-artifact@v8
118118
with:
119119
name: jore4-docker-compose-bundle
120120
path: ${{ github.workspace }}/docker

0 commit comments

Comments
 (0)