From 4d65bd5b7e1e0c7209f129da7a925164852caeef Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Tue, 6 Aug 2024 22:17:42 -0700 Subject: [PATCH] Roll buildroot to 6ef931b950d5b9477dba0e278b7006ae327e12f7 Contains: * [macOS] Fix COPY step on macOS 15 Sequoia (flutter/buildroot#884) * Bump actions/upload-artifact from 4.3.4 to 4.3.5 (flutter/buildroot#882) * Bump github/codeql-action from 3.25.14 to 3.25.15 (flutter/buildroot#880) * Bump ossf/scorecard-action from 2.3.3 to 2.4.0 (flutter/buildroot#881) Issue: https://github.com/flutter/flutter/issues/152978 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index c477d218fcc95..3761a4297c933 100644 --- a/DEPS +++ b/DEPS @@ -277,7 +277,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'e92499322525306bd637eb79d1e6dd507d5f3062', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '6ef931b950d5b9477dba0e278b7006ae327e12f7', 'src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7',