Skip to content

Commit 07392b4

Browse files
[mq] [skip ddci] working branch - merge de4edef on top of master at aa7c70f
{"baseBranch":"master","baseCommit":"aa7c70f2e7ca07ce82b920508a5481830508662c","createdAt":"2026-04-08T06:59:15.433278Z","headSha":"de4edefc9a1dc4eab834191aeda6b1679ece6500","id":"abde6192-b7a2-40b4-9ada-d6c67381ff72","nextMergeabilityCheckAt":"2026-04-08T08:36:01.482921Z","priority":"200","pullRequestNumber":"11059","queuedAt":"2026-04-08T07:36:04.422187Z","status":"STATUS_QUEUED"}
2 parents c784f15 + de4edef commit 07392b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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)