Skip to content

Commit 3a20ca8

Browse files
Update all dependencies
1 parent d718522 commit 3a20ca8

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ 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 }}

.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@ca480cb7ec89a9e1cd8c214ad33bda1617184027 # v2.0.0
3131
with:
3232
config_file_path: ${{ inputs.config_file_path }}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
cat ${{ github.workspace }}/durations.out.json
234234
235235
- name: Upload test durations
236-
uses: actions/upload-artifact@v6
236+
uses: actions/upload-artifact@v7
237237
with:
238238
name: "e2e-test-durations-${{ strategy.job-index }}"
239239
path: ${{ github.workspace }}/durations.out.json
@@ -249,7 +249,7 @@ jobs:
249249
- name: Upload test reports as an artifact
250250
# Should be run especially when tests fail
251251
if: always()
252-
uses: actions/upload-artifact@v6
252+
uses: actions/upload-artifact@v7
253253
with:
254254
name: cypress-test-results-${{ strategy.job-index }}
255255
path: ${{ github.workspace }}/ctrf-report.json
@@ -275,7 +275,7 @@ jobs:
275275
276276
- name: Upload test reports as an artifact
277277
if: always() && steps.copy_test_reports.outputs.test_reports_exist == 'true'
278-
uses: actions/upload-artifact@v6
278+
uses: actions/upload-artifact@v7
279279
with:
280280
name: cypress-docker-reports-${{ strategy.job-index }}
281281
path: ${{ github.workspace }}/test-reports
@@ -287,7 +287,7 @@ jobs:
287287
- run_e2e_tests
288288
steps:
289289
- name: Download E2E Test Results
290-
uses: actions/download-artifact@v7
290+
uses: actions/download-artifact@v8
291291
continue-on-error: true
292292
with:
293293
pattern: cypress-test-results-*
@@ -319,7 +319,7 @@ jobs:
319319
ssh-key: ${{ secrets.jore4_ci_data_repo_ssh_key }}
320320

321321
- name: Download E2E Test Durations
322-
uses: actions/download-artifact@v7
322+
uses: actions/download-artifact@v8
323323
with:
324324
pattern: e2e-test-durations-*
325325
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@7cdc7ef878439f74842c00422c65ab864ed83125 # v3.93.5
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@7c60f8f904c6667d644b82f6ecb46745f97ee4ce # v10
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)