Skip to content

Commit e2d20c1

Browse files
[mq] [skip ddci] working branch - merge de4edef on top of master at aa7c70f
{"baseBranch":"master","baseCommit":"aa7c70f2e7ca07ce82b920508a5481830508662c","createdAt":"2026-04-09T07:04:52.161259Z","headSha":"de4edefc9a1dc4eab834191aeda6b1679ece6500","id":"3dd8ef70-d019-42ed-b6e1-cc8d654c79eb","priority":"200","pullRequestNumber":"11059","queuedAt":"2026-04-09T07:04:52.159900Z","retryAttempt":"2","status":"STATUS_QUEUED"}
2 parents 551713b + de4edef commit e2d20c1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/analyze-changes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
submodules: 'recursive'
2222
- name: Cache Gradle dependencies
23-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
23+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
2424
with:
2525
path: |
2626
~/.gradle/caches
@@ -60,7 +60,7 @@ jobs:
6060
submodules: 'recursive'
6161

6262
- name: Cache Gradle dependencies
63-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
63+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6464
with:
6565
path: |
6666
~/.gradle/caches

.github/workflows/run-system-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Cache Gradle dependencies
33-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
33+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3434
with:
3535
path: |
3636
~/.gradle/caches

0 commit comments

Comments
 (0)