Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sync] 2024/03/01 #1416

Merged
merged 22 commits into from
Mar 2, 2024
Merged

[sync] 2024/03/01 #1416

merged 22 commits into from
Mar 2, 2024

Conversation

AmosHuKe
Copy link
Member

@AmosHuKe AmosHuKe commented Mar 1, 2024

ref #374

主要内容

dependabot bot and others added 21 commits February 22, 2024 09:50
Bumps [activesupport](https://github.com/rails/rails) from 7.1.3 to
7.1.3.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rails/rails/releases">activesupport's
releases</a>.</em></p>
<blockquote>
<h2>v7.1.3.2</h2>
<h2>Active Support</h2>
<ul>
<li>No changes.</li>
</ul>
<h2>Active Model</h2>
<ul>
<li>No changes.</li>
</ul>
<h2>Active Record</h2>
<ul>
<li>No changes.</li>
</ul>
<h2>Action View</h2>
<ul>
<li>No changes.</li>
</ul>
<h2>Action Pack</h2>
<ul>
<li>Fix <code>raise_on_missing_translations</code> not working correctly
with the
<code>translate</code> method in controllers after the patch for
CVE-2024-26143.</li>
</ul>
<h2>Active Job</h2>
<ul>
<li>No changes.</li>
</ul>
<h2>Action Mailer</h2>
<ul>
<li>No changes.</li>
</ul>
<h2>Action Cable</h2>
<ul>
<li>No changes.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rails/rails/blob/v7.1.3.2/activesupport/CHANGELOG.md">activesupport's
changelog</a>.</em></p>
<blockquote>
<h2>Rails 7.1.3.2 (February 21, 2024)</h2>
<ul>
<li>No changes.</li>
</ul>
<h2>Rails 7.1.3.1 (February 21, 2024)</h2>
<ul>
<li>No changes.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rails/rails/commit/6f0d1ad14b92b9f5906e44740fce8b4f1c7075dc"><code>6f0d1ad</code></a>
Preparing for 7.1.3.2 release</li>
<li><a
href="https://github.com/rails/rails/commit/c25f0fcaa221ff836c958b8938bd06358f8aedae"><code>c25f0fc</code></a>
Respect raise_on_missing_ in controller</li>
<li><a
href="https://github.com/rails/rails/commit/d73ed958dc91d6b8cbb0bef7b4cdcfc013bd876f"><code>d73ed95</code></a>
Preparing for 7.1.3.1 release</li>
<li><a
href="https://github.com/rails/rails/commit/43037d8f94a245d2084c0aac24a73bd73a0db328"><code>43037d8</code></a>
update changelog</li>
<li>See full diff in <a
href="https://github.com/rails/rails/compare/v7.1.3...v7.1.3.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=activesupport&package-manager=bundler&previous-version=7.1.3&new-version=7.1.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [examples/codelabs](https://github.com/flutter/codelabs) from
`1ddcb6b` to `e5757df`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/flutter/codelabs/commit/e5757dff8e540fde04d35168bb4672d28d098178"><code>e5757df</code></a>
Update <code>brick_breaker</code> to Flame 1.16 (<a
href="https://redirect.github.com/flutter/codelabs/issues/2168">#2168</a>)</li>
<li>See full diff in <a
href="https://github.com/flutter/codelabs/compare/1ddcb6b10c32ce3697ba78339c1176991e54fe55...e5757dff8e540fde04d35168bb4672d28d098178">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ation (#10184)

_Description of what this PR is changing or adding, and why:_

The PR adds `decimalPatternDigits` to the list.

_Issues fixed by this PR (if any):_

`decimalPatternDigits` was added to the list of valid formats in ARB
localization files but the website was not updated accordingly.
See
https://github.com/flutter/flutter/blob/master/packages/flutter_tools/lib/src/localizations/gen_l10n_types.dart#L123C4-L123C24

## Presubmit checklist

- [X] This PR doesn’t contain automatically generated corrections
(Grammarly or similar).
- [X] This PR follows the [Google Developer Documentation Style
Guidelines](https://developers.google.com/style) — for example, it
doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person).
- [X] This PR uses [semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
of 80 characters or fewer.
Part of flutter/flutter#143956

## Presubmit checklist

- [x] This PR doesn’t contain automatically generated corrections
(Grammarly or similar).
- [x] This PR follows the [Google Developer Documentation Style
Guidelines](https://developers.google.com/style) — for example, it
doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person).
- [x] This PR uses [semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
of 80 characters or fewer.
Bumps [github/codeql-action](https://github.com/github/codeql-action)
from 3.24.3 to 3.24.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's
changelog</a>.</em></p>
<blockquote>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<p>Note that the only difference between <code>v2</code> and
<code>v3</code> of the CodeQL Action is the node version they support,
with <code>v3</code> running on node 20 while we continue to release
<code>v2</code> to support running on node 16. For example
<code>3.22.11</code> was the first <code>v3</code> release and is
functionally identical to <code>2.22.11</code>. This approach ensures an
easy way to track exactly which features are included in different
versions, indicated by the minor and patch version numbers.</p>
<h2>[UNRELEASED]</h2>
<p>No user facing changes.</p>
<h2>3.24.4 - 21 Feb 2024</h2>
<ul>
<li>Fix an issue where an existing, but empty,
<code>/sys/fs/cgroup/cpuset.cpus</code> file always resulted in a
single-threaded run. <a
href="https://redirect.github.com/github/codeql-action/pull/2151">#2151</a></li>
<li>Update default CodeQL bundle version to 2.16.3. <a
href="https://redirect.github.com/github/codeql-action/pull/2156">#2156</a></li>
</ul>
<h2>3.24.3 - 15 Feb 2024</h2>
<ul>
<li>Fix an issue where the CodeQL Action would fail to load a
configuration specified by the <code>config</code> input to the
<code>init</code> Action. <a
href="https://redirect.github.com/github/codeql-action/pull/2147">#2147</a></li>
</ul>
<h2>3.24.2 - 15 Feb 2024</h2>
<ul>
<li>Enable improved multi-threaded performance on larger runners for
GitHub Enterprise Server users. This feature is already available to
GitHub.com users. <a
href="https://redirect.github.com/github/codeql-action/pull/2141">#2141</a></li>
</ul>
<h2>3.24.1 - 13 Feb 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.16.2. <a
href="https://redirect.github.com/github/codeql-action/pull/2124">#2124</a></li>
<li>The CodeQL action no longer fails if it can't write to the telemetry
api endpoint. <a
href="https://redirect.github.com/github/codeql-action/pull/2121">#2121</a></li>
</ul>
<h2>3.24.0 - 02 Feb 2024</h2>
<ul>
<li>CodeQL Python analysis will no longer install dependencies on GitHub
Enterprise Server, as is already the case for GitHub.com. See <a
href="https://github.com/github/codeql-action/blob/main/#3230---08-jan-2024">release
notes for 3.23.0</a> for more details. <a
href="https://redirect.github.com/github/codeql-action/pull/2106">#2106</a></li>
</ul>
<h2>3.23.2 - 26 Jan 2024</h2>
<ul>
<li>On Linux, the maximum possible value for the <code>--threads</code>
option now respects the CPU count as specified in <code>cgroup</code>
files to more accurately reflect the number of available cores when
running in containers. <a
href="https://redirect.github.com/github/codeql-action/pull/2083">#2083</a></li>
<li>Update default CodeQL bundle version to 2.16.1. <a
href="https://redirect.github.com/github/codeql-action/pull/2096">#2096</a></li>
</ul>
<h2>3.23.1 - 17 Jan 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.16.0. <a
href="https://redirect.github.com/github/codeql-action/pull/2073">#2073</a></li>
<li>Change the retention period for uploaded debug artifacts to 7 days.
Previously, this was whatever the repository default was. <a
href="https://redirect.github.com/github/codeql-action/pull/2079">#2079</a></li>
</ul>
<h2>3.23.0 - 08 Jan 2024</h2>
<ul>
<li>We are rolling out a feature in January 2024 that will disable
Python dependency installation by default for all users. This improves
the speed of analysis while having only a very minor impact on results.
You can override this behavior by setting
<code>CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION=false</code>
in your workflow, however we plan to remove this ability in future
versions of the CodeQL Action. <a
href="https://redirect.github.com/github/codeql-action/pull/2031">#2031</a></li>
<li>The CodeQL Action now requires CodeQL version 2.11.6 or later. For
more information, see <a
href="https://github.com/github/codeql-action/blob/main/#2227---16-nov-2023">the
corresponding changelog entry for CodeQL Action version 2.22.7</a>. <a
href="https://redirect.github.com/github/codeql-action/pull/2009">#2009</a></li>
</ul>
<h2>3.22.12 - 22 Dec 2023</h2>
<ul>
<li>Update default CodeQL bundle version to 2.15.5. <a
href="https://redirect.github.com/github/codeql-action/pull/2047">#2047</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/github/codeql-action/commit/e2e140ad1441662206e8f97754b166877dfa1c73"><code>e2e140a</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2157">#2157</a>
from github/update-v3.24.4-982d9346a</li>
<li><a
href="https://github.com/github/codeql-action/commit/5b1ae298f9e2aa0908205f904ebeebebdc74685f"><code>5b1ae29</code></a>
Update changelog for v3.24.4</li>
<li><a
href="https://github.com/github/codeql-action/commit/982d9346add1ff0ac9db3b764aa5d1007496e9f8"><code>982d934</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2111">#2111</a>
from github/nickfyson/first-or-third-party</li>
<li><a
href="https://github.com/github/codeql-action/commit/ebda17e8597cc970bf2442f27c6f2a429d14826f"><code>ebda17e</code></a>
respond to review comments</li>
<li><a
href="https://github.com/github/codeql-action/commit/cca1ddefc0a060bc9070bbddd3a1330c965f7d4f"><code>cca1dde</code></a>
Merge branch 'main' into nickfyson/first-or-third-party</li>
<li><a
href="https://github.com/github/codeql-action/commit/f32f0bf8e4be601057cf2b42bd296510931d5a6e"><code>f32f0bf</code></a>
ensure only the upload-sarif action can submit a status report with
first_par...</li>
<li><a
href="https://github.com/github/codeql-action/commit/bf8c75ee37169a266fa6b795e1fd1fd9b4a32110"><code>bf8c75e</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2153">#2153</a>
from github/aeisenberg/add-permissions-doc</li>
<li><a
href="https://github.com/github/codeql-action/commit/36c51ac2b5abbdffd22f44a746f1882962308885"><code>36c51ac</code></a>
Capitalize Code Scanning</li>
<li><a
href="https://github.com/github/codeql-action/commit/a7dc22949666ca49b1add57eb421b6d550ef80d2"><code>a7dc229</code></a>
add first_party_analysis boolean to all status reports</li>
<li><a
href="https://github.com/github/codeql-action/commit/592977e6ae857384aa79bb31e7a1d62d63449ec5"><code>592977e</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2151">#2151</a>
from angelapwen/fix-cpu-group-bug</li>
<li>Additional commits viewable in <a
href="https://github.com/github/codeql-action/compare/379614612a29c9e28f31f39a59013eb8012a51f0...e2e140ad1441662206e8f97754b166877dfa1c73">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=3.24.3&new-version=3.24.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixed hardware architectures to supported platforms. Fixes #10192
Co-authored-by: Brett Morgan <brettmorgan@google.com>
Co-authored-by: Parker Lougheed <parlough@gmail.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action)
from 3.24.4 to 3.24.5.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's
changelog</a>.</em></p>
<blockquote>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<p>Note that the only difference between <code>v2</code> and
<code>v3</code> of the CodeQL Action is the node version they support,
with <code>v3</code> running on node 20 while we continue to release
<code>v2</code> to support running on node 16. For example
<code>3.22.11</code> was the first <code>v3</code> release and is
functionally identical to <code>2.22.11</code>. This approach ensures an
easy way to track exactly which features are included in different
versions, indicated by the minor and patch version numbers.</p>
<h2>[UNRELEASED]</h2>
<p>No user facing changes.</p>
<h2>3.24.5 - 23 Feb 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.16.3. <a
href="https://redirect.github.com/github/codeql-action/pull/2156">#2156</a></li>
</ul>
<h2>3.24.4 - 21 Feb 2024</h2>
<ul>
<li>Fix an issue where an existing, but empty,
<code>/sys/fs/cgroup/cpuset.cpus</code> file always resulted in a
single-threaded run. <a
href="https://redirect.github.com/github/codeql-action/pull/2151">#2151</a></li>
</ul>
<h2>3.24.3 - 15 Feb 2024</h2>
<ul>
<li>Fix an issue where the CodeQL Action would fail to load a
configuration specified by the <code>config</code> input to the
<code>init</code> Action. <a
href="https://redirect.github.com/github/codeql-action/pull/2147">#2147</a></li>
</ul>
<h2>3.24.2 - 15 Feb 2024</h2>
<ul>
<li>Enable improved multi-threaded performance on larger runners for
GitHub Enterprise Server users. This feature is already available to
GitHub.com users. <a
href="https://redirect.github.com/github/codeql-action/pull/2141">#2141</a></li>
</ul>
<h2>3.24.1 - 13 Feb 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.16.2. <a
href="https://redirect.github.com/github/codeql-action/pull/2124">#2124</a></li>
<li>The CodeQL action no longer fails if it can't write to the telemetry
api endpoint. <a
href="https://redirect.github.com/github/codeql-action/pull/2121">#2121</a></li>
</ul>
<h2>3.24.0 - 02 Feb 2024</h2>
<ul>
<li>CodeQL Python analysis will no longer install dependencies on GitHub
Enterprise Server, as is already the case for GitHub.com. See <a
href="https://github.com/github/codeql-action/blob/main/#3230---08-jan-2024">release
notes for 3.23.0</a> for more details. <a
href="https://redirect.github.com/github/codeql-action/pull/2106">#2106</a></li>
</ul>
<h2>3.23.2 - 26 Jan 2024</h2>
<ul>
<li>On Linux, the maximum possible value for the <code>--threads</code>
option now respects the CPU count as specified in <code>cgroup</code>
files to more accurately reflect the number of available cores when
running in containers. <a
href="https://redirect.github.com/github/codeql-action/pull/2083">#2083</a></li>
<li>Update default CodeQL bundle version to 2.16.1. <a
href="https://redirect.github.com/github/codeql-action/pull/2096">#2096</a></li>
</ul>
<h2>3.23.1 - 17 Jan 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.16.0. <a
href="https://redirect.github.com/github/codeql-action/pull/2073">#2073</a></li>
<li>Change the retention period for uploaded debug artifacts to 7 days.
Previously, this was whatever the repository default was. <a
href="https://redirect.github.com/github/codeql-action/pull/2079">#2079</a></li>
</ul>
<h2>3.23.0 - 08 Jan 2024</h2>
<ul>
<li>We are rolling out a feature in January 2024 that will disable
Python dependency installation by default for all users. This improves
the speed of analysis while having only a very minor impact on results.
You can override this behavior by setting
<code>CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION=false</code>
in your workflow, however we plan to remove this ability in future
versions of the CodeQL Action. <a
href="https://redirect.github.com/github/codeql-action/pull/2031">#2031</a></li>
<li>The CodeQL Action now requires CodeQL version 2.11.6 or later. For
more information, see <a
href="https://github.com/github/codeql-action/blob/main/#2227---16-nov-2023">the
corresponding changelog entry for CodeQL Action version 2.22.7</a>. <a
href="https://redirect.github.com/github/codeql-action/pull/2009">#2009</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/github/codeql-action/commit/47b3d888fe66b639e431abf22ebca059152f1eea"><code>47b3d88</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2162">#2162</a>
from github/update-v3.24.5-a74dcdb05</li>
<li><a
href="https://github.com/github/codeql-action/commit/28c290059fcde512e6603e1179ed03fa8c7310ae"><code>28c2900</code></a>
Update changelog for v3.24.5</li>
<li><a
href="https://github.com/github/codeql-action/commit/a74dcdb05605be65a53209dbd6e62ee4ae1e3cc5"><code>a74dcdb</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2160">#2160</a>
from github/henrymercer/deptrace-with-build-mode</li>
<li><a
href="https://github.com/github/codeql-action/commit/aeb89ef79ad037a2cf25ee2317a13c747decffbb"><code>aeb89ef</code></a>
Enable C++ deptrace when using autobuild build mode</li>
<li><a
href="https://github.com/github/codeql-action/commit/2896599ec996e0c26e35b7e8ab7018bef8f7b955"><code>2896599</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2060">#2060</a>
from github/mbg/go/1.22</li>
<li><a
href="https://github.com/github/codeql-action/commit/e3a86ed8b658d657dd6a3c8e0ef2e58460decfda"><code>e3a86ed</code></a>
Add comment justifying why we set <code>cache: false</code></li>
<li><a
href="https://github.com/github/codeql-action/commit/5d55901fc8997a4d04c12a4c98a1322cd7254fc9"><code>5d55901</code></a>
Use Go 1.22 in workflows</li>
<li><a
href="https://github.com/github/codeql-action/commit/908a88334db688c0bd2181ae1fe0797b7fd15093"><code>908a883</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2158">#2158</a>
from github/mergeback/v3.24.4-to-main-e2e140ad</li>
<li><a
href="https://github.com/github/codeql-action/commit/9bce06dffbca6a59e5bbaad39db2dc93b4a1a659"><code>9bce06d</code></a>
Merge branch 'main' into mergeback/v3.24.4-to-main-e2e140ad</li>
<li><a
href="https://github.com/github/codeql-action/commit/c9f3eed85d82ce8f9466becd4e97a5ed953fbad0"><code>c9f3eed</code></a>
Update checked-in dependencies</li>
<li>Additional commits viewable in <a
href="https://github.com/github/codeql-action/compare/e2e140ad1441662206e8f97754b166877dfa1c73...47b3d888fe66b639e431abf22ebca059152f1eea">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=3.24.4&new-version=3.24.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [examples/codelabs](https://github.com/flutter/codelabs) from
`e5757df` to `4f8f125`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/flutter/codelabs/commit/4f8f1254fc19cb08b4499d74360457a72d9c78f7"><code>4f8f125</code></a>
Tidyup <code>brick_breaker</code> (<a
href="https://redirect.github.com/flutter/codelabs/issues/2169">#2169</a>)</li>
<li>See full diff in <a
href="https://github.com/flutter/codelabs/compare/e5757dff8e540fde04d35168bb4672d28d098178...4f8f1254fc19cb08b4499d74360457a72d9c78f7">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This PR makes a tiny adjustement to [Deprecated imperative apply of
Flutter's Gradle
plugins](https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply)
migration guide.

This change brings the suggested `settings.gradle` in line with
`settings.gradle` from the latest generated template:
https://github.com/flutter/flutter/blob/1e8dd1e4d6d70c5e06525bea3fb164a03d7a6c1d/packages/flutter_tools/templates/app_shared/android.tmpl/settings.gradle.tmpl

## Presubmit checklist

- [x] This PR doesn’t contain automatically generated corrections
(Grammarly or similar).
- [x] This PR follows the [Google Developer Documentation Style
Guidelines](https://developers.google.com/style) — for example, it
doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person).
- [x] This PR uses [semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
of 80 characters or fewer.
_Description of what this PR is changing or adding, and why:_ This PR
updates the banner to show a link to our Q1 user survey. It helps us
reach more users. Please remove the banner on March 14th. (#10214)

_Issues fixed by this PR (if any):_ NA

## Presubmit checklist

- [x] This PR doesn’t contain automatically generated corrections
(Grammarly or similar).
- [x] This PR follows the [Google Developer Documentation Style
Guidelines](https://developers.google.com/style) — for example, it
doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person).
- [x] This PR uses [semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
of 80 characters or fewer.
_Description of what this PR is changing or adding, and why:_

_Issues fixed by this PR (if any):_

## Presubmit checklist

- [x] This PR doesn’t contain automatically generated corrections
(Grammarly or similar).
- [x] This PR follows the [Google Developer Documentation Style
Guidelines](https://developers.google.com/style) — for example, it
doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person).
- [x] This PR uses [semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
of 80 characters or fewer.

---------

Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
This isn't the final state but helps prepare for the migration to 11ty.
More documentation will come with that as well :) - In the mean time,
you can run `dart run flutter_site --help` from the root directory of
the repo to learn more.

Contributes to flutter/website#10203

Fixes flutter/website#9745
This PR results in most of the site infrastructure no longer being
functional when developing locally. This is a temporary step in the
transition away from Docker and Jekyll to make the final migration and
its change review easier. You'll need to temporarily rely on the testing
and staging on GitHub. Some testing can be ran locally with `dart run
flutter_site <command>` if you have the latest Flutter installation.

This PR also pulls out the code excerpt check, as it's independent of
the Dart channel and testing. This avoids unnecessary work and enables
quicker visibility into failure reasons on CI :)

Please let me know if you have any concerns with this landing or need
help with something after it lands. Thank you!

Contributes to flutter/website#10203
Closes flutter/website#9450
Bumps [examples/codelabs](https://github.com/flutter/codelabs) from
`4f8f125` to `4b4c1ce`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/flutter/codelabs/commit/4b4c1ce9741d2e673cd846a4e0bd4cfda526d6a6"><code>4b4c1ce</code></a>
Bump actions/setup-java from 4.0.0 to 4.1.0 (<a
href="https://redirect.github.com/flutter/codelabs/issues/2170">#2170</a>)</li>
<li>See full diff in <a
href="https://github.com/flutter/codelabs/compare/4f8f1254fc19cb08b4499d74360457a72d9c78f7...4b4c1ce9741d2e673cd846a4e0bd4cfda526d6a6">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
_Description of what this PR is changing or adding, and why:
To recommend a good library for managing long-lived isolates and
providing the capability to cancel heavy tasks when they are no longer
needed.

_Issues fixed by this PR (if any):_

## Presubmit checklist

- [x] This PR doesn’t contain automatically generated corrections
(Grammarly or similar).
- [x] This PR follows the [Google Developer Documentation Style
Guidelines](https://developers.google.com/style) — for example, it
doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person).
- [x] This PR uses [semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
of 80 characters or fewer.

---------

Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
Co-authored-by: Brett Morgan <brettmorgan@google.com>
- Adds FWE 'Fundamentals' page

## Presubmit checklist

- [x] This PR doesn’t contain automatically generated corrections
(Grammarly or similar).
- [x] This PR follows the [Google Developer Documentation Style
Guidelines](https://developers.google.com/style) — for example, it
doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person).
- [x] This PR uses [semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
of 80 characters or fewer.

---------

Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
Co-authored-by: Brett Morgan <brettmorgan@google.com>
@AmosHuKe AmosHuKe requested a review from a team as a code owner March 1, 2024 09:59
@AmosHuKe AmosHuKe marked this pull request as draft March 1, 2024 10:08
@AlexV525
Copy link
Member

AlexV525 commented Mar 1, 2024

哈哈,直接裂开

@AmosHuKe
Copy link
Member Author

AmosHuKe commented Mar 1, 2024

挺爽的,清一色红,很喜庆。

@AmosHuKe AmosHuKe marked this pull request as ready for review March 1, 2024 16:02
@AlexV525
Copy link
Member

AlexV525 commented Mar 1, 2024

来一手 soft reset 清理一下新增 commit?

@AlexV525 AlexV525 merged commit 8c36a73 into cfug:main Mar 2, 2024
7 checks passed
@AmosHuKe AmosHuKe deleted the sync-20240301 branch March 2, 2024 05:02
@AmosHuKe AmosHuKe added S: Team/Infra github_actions Pull requests that update GitHub Actions code labels Mar 14, 2024
@AmosHuKe AmosHuKe removed the github_actions Pull requests that update GitHub Actions code label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.