{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":177030844,"defaultBranch":"main","name":"tests","ownerLogin":"flutter","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-03-21T22:06:35.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/14101776?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717006690.0","currentOid":""},"activityList":{"items":[{"before":"54cc35f9f82e3ba2bee708411af38dccd9a3cbb3","after":"6377dc27550ba9ee9688e7491f7fc92a22a5e31a","ref":"refs/heads/master","pushedAt":"2024-05-29T18:18:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Update flutter_packages to 79e4cbe9404bbe9bf4bb39e4e086adcc72350254 (#369)\n\nThis picks up https://github.com/flutter/packages/pull/6781.","shortMessageHtmlLink":"Update flutter_packages to 79e4cbe9404bbe9bf4bb39e4e086adcc72350254 (#…"}},{"before":"00da8f40a46cd44feb3b26c32c80b12cbb8b8294","after":null,"ref":"refs/heads/goderbauer-patch-1","pushedAt":"2024-05-29T18:18:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"}},{"before":"54cc35f9f82e3ba2bee708411af38dccd9a3cbb3","after":"6377dc27550ba9ee9688e7491f7fc92a22a5e31a","ref":"refs/heads/main","pushedAt":"2024-05-29T18:18:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"Update flutter_packages to 79e4cbe9404bbe9bf4bb39e4e086adcc72350254 (#369)\n\nThis picks up https://github.com/flutter/packages/pull/6781.","shortMessageHtmlLink":"Update flutter_packages to 79e4cbe9404bbe9bf4bb39e4e086adcc72350254 (#…"}},{"before":null,"after":"00da8f40a46cd44feb3b26c32c80b12cbb8b8294","ref":"refs/heads/goderbauer-patch-1","pushedAt":"2024-05-29T17:40:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"goderbauer","name":"Michael Goderbauer","path":"/goderbauer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1227763?s=80&v=4"},"commit":{"message":"Update flutter_packages to 79e4cbe9404bbe9bf4bb39e4e086adcc72350254","shortMessageHtmlLink":"Update flutter_packages to 79e4cbe9404bbe9bf4bb39e4e086adcc72350254"}},{"before":"869d09693da4737e1ab156691de20dd57cb00aea","after":"54cc35f9f82e3ba2bee708411af38dccd9a3cbb3","ref":"refs/heads/master","pushedAt":"2024-05-23T18:01:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Add zulip.test (#368)\n\nZulip is an open-source team chat app, with a new Flutter-based\r\nmobile client now in beta. This is that client's test suite.\r\n\r\nI believe these will be the only tests currently in this registry\r\nfor an app, rather than a library. That should naturally give them\r\na different mix of use cases and types of tests.\r\n\r\nConcretely, we've seen a handful of breaking changes over the past\r\nyear that weren't caught by any of Flutter's existing test suites.\r\nThese were in text hit-testing:\r\n https://github.com/zulip/zulip-flutter/commit/ba7a2bfe50aa99d79a03535ade4eab252d07c9e7\r\n https://github.com/flutter/flutter/pull/140621\r\n\r\nand Material menu behavior:\r\n https://github.com/zulip/zulip-flutter/commit/38ed6c812defcb5da8c2d9185e95fc2eaf1eb37b\r\n https://github.com/flutter/flutter/pull/130536\r\n\r\nand SlottedContainerRenderObjectMixin gaining a type parameter:\r\n https://github.com/zulip/zulip-flutter/commit/2f0f4692f2d55748d055ac7c140ab7414307a36d\r\n https://github.com/flutter/flutter/pull/126108\r\n\r\nI'm not complaining, to be clear, and none of these were\r\nparticularly onerous for us to adapt to. By registering these\r\ntests, I'm hoping to provide feedback on future such breakages\r\nat a point where it's actionable.\r\n\r\nOmitted here are several tests that re-generate generated files\r\nand check they match what's in the tree. Those are pretty slow,\r\nand I think they're pretty insensitive to changes in the Flutter\r\ntree anyway; rather they depend on pigeon, json_serializable,\r\nbuild_runner, and drift_dev.","shortMessageHtmlLink":"Add zulip.test (#368)"}},{"before":"869d09693da4737e1ab156691de20dd57cb00aea","after":"54cc35f9f82e3ba2bee708411af38dccd9a3cbb3","ref":"refs/heads/main","pushedAt":"2024-05-23T18:01:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gnprice","name":"Greg Price","path":"/gnprice","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28173?s=80&v=4"},"commit":{"message":"Add zulip.test (#368)\n\nZulip is an open-source team chat app, with a new Flutter-based\r\nmobile client now in beta. This is that client's test suite.\r\n\r\nI believe these will be the only tests currently in this registry\r\nfor an app, rather than a library. That should naturally give them\r\na different mix of use cases and types of tests.\r\n\r\nConcretely, we've seen a handful of breaking changes over the past\r\nyear that weren't caught by any of Flutter's existing test suites.\r\nThese were in text hit-testing:\r\n https://github.com/zulip/zulip-flutter/commit/ba7a2bfe50aa99d79a03535ade4eab252d07c9e7\r\n https://github.com/flutter/flutter/pull/140621\r\n\r\nand Material menu behavior:\r\n https://github.com/zulip/zulip-flutter/commit/38ed6c812defcb5da8c2d9185e95fc2eaf1eb37b\r\n https://github.com/flutter/flutter/pull/130536\r\n\r\nand SlottedContainerRenderObjectMixin gaining a type parameter:\r\n https://github.com/zulip/zulip-flutter/commit/2f0f4692f2d55748d055ac7c140ab7414307a36d\r\n https://github.com/flutter/flutter/pull/126108\r\n\r\nI'm not complaining, to be clear, and none of these were\r\nparticularly onerous for us to adapt to. By registering these\r\ntests, I'm hoping to provide feedback on future such breakages\r\nat a point where it's actionable.\r\n\r\nOmitted here are several tests that re-generate generated files\r\nand check they match what's in the tree. Those are pretty slow,\r\nand I think they're pretty insensitive to changes in the Flutter\r\ntree anyway; rather they depend on pigeon, json_serializable,\r\nbuild_runner, and drift_dev.","shortMessageHtmlLink":"Add zulip.test (#368)"}},{"before":"e26a8305149e3833882cae4c8a6c50a12d9ee948","after":"869d09693da4737e1ab156691de20dd57cb00aea","ref":"refs/heads/master","pushedAt":"2024-05-20T19:44:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Bump github/codeql-action from 3.25.5 to 3.25.6 (#366)\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.5 to 3.25.6.\n
\nChangelog\n

Sourced from github/codeql-action's changelog.

\n
\n

CodeQL Action Changelog

\n

See the releases page for the relevant changes to the CodeQL CLI and language packs.

\n

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

\n

[UNRELEASED]

\n

No user facing changes.

\n

3.25.6 - 20 May 2024

\n\n

3.25.5 - 13 May 2024

\n\n

3.25.4 - 08 May 2024

\n\n

3.25.3 - 25 Apr 2024

\n\n

3.25.2 - 22 Apr 2024

\n

No user facing changes.

\n

3.25.1 - 17 Apr 2024

\n\n

3.25.0 - 15 Apr 2024

\n\n
\n

... (truncated)

\n
\n
\nCommits\n\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=3.25.5&new-version=3.25.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n
","shortMessageHtmlLink":"Bump github/codeql-action from 3.25.5 to 3.25.6 (#366)"}},{"before":"68daa89a5326da35992c88f48cc527fd5cae04d3","after":null,"ref":"refs/heads/dependabot/github_actions/github/codeql-action-3.25.6","pushedAt":"2024-05-20T19:44:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"}},{"before":"e26a8305149e3833882cae4c8a6c50a12d9ee948","after":"869d09693da4737e1ab156691de20dd57cb00aea","ref":"refs/heads/main","pushedAt":"2024-05-20T19:44:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"Bump github/codeql-action from 3.25.5 to 3.25.6 (#366)\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.5 to 3.25.6.\n
\nChangelog\n

Sourced from github/codeql-action's changelog.

\n
\n

CodeQL Action Changelog

\n

See the releases page for the relevant changes to the CodeQL CLI and language packs.

\n

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

\n

[UNRELEASED]

\n

No user facing changes.

\n

3.25.6 - 20 May 2024

\n\n

3.25.5 - 13 May 2024

\n\n

3.25.4 - 08 May 2024

\n\n

3.25.3 - 25 Apr 2024

\n\n

3.25.2 - 22 Apr 2024

\n

No user facing changes.

\n

3.25.1 - 17 Apr 2024

\n\n

3.25.0 - 15 Apr 2024

\n\n
\n

... (truncated)

\n
\n
\nCommits\n\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=3.25.5&new-version=3.25.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n
","shortMessageHtmlLink":"Bump github/codeql-action from 3.25.5 to 3.25.6 (#366)"}},{"before":null,"after":"68daa89a5326da35992c88f48cc527fd5cae04d3","ref":"refs/heads/dependabot/github_actions/github/codeql-action-3.25.6","pushedAt":"2024-05-20T19:21:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"---"}},{"before":"b76736f5675b8de150263e8622c50a955dc12bd8","after":"e26a8305149e3833882cae4c8a6c50a12d9ee948","ref":"refs/heads/master","pushedAt":"2024-05-20T19:03:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Update test script to allow being run locally (#365)\n\n## Description\r\n\r\nI wanted to run tests locally the same way that the server ran them, and that was more complicated than it should have been, so I updated the script to make it easier.\r\n\r\nAlso fixes some bash style issues (mainly quoting of variables).","shortMessageHtmlLink":"Update test script to allow being run locally (#365)"}},{"before":"b76736f5675b8de150263e8622c50a955dc12bd8","after":"e26a8305149e3833882cae4c8a6c50a12d9ee948","ref":"refs/heads/main","pushedAt":"2024-05-20T19:03:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"Update test script to allow being run locally (#365)\n\n## Description\r\n\r\nI wanted to run tests locally the same way that the server ran them, and that was more complicated than it should have been, so I updated the script to make it easier.\r\n\r\nAlso fixes some bash style issues (mainly quoting of variables).","shortMessageHtmlLink":"Update test script to allow being run locally (#365)"}},{"before":"5d06398223a3ad4639c8adaa8b8d59dc367777ea","after":"b76736f5675b8de150263e8622c50a955dc12bd8","ref":"refs/heads/master","pushedAt":"2024-05-17T21:25:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Bump devtools testing version. (#362)\n\n## Description\r\n\r\nBumps the devtools testing version to pick up https://github.com/flutter/devtools/pull/7740","shortMessageHtmlLink":"Bump devtools testing version. (#362)"}},{"before":"5d06398223a3ad4639c8adaa8b8d59dc367777ea","after":"b76736f5675b8de150263e8622c50a955dc12bd8","ref":"refs/heads/main","pushedAt":"2024-05-17T21:24:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"Bump devtools testing version. (#362)\n\n## Description\r\n\r\nBumps the devtools testing version to pick up https://github.com/flutter/devtools/pull/7740","shortMessageHtmlLink":"Bump devtools testing version. (#362)"}},{"before":"c8f7ef11a617851459a45a71a68032fde1436094","after":"5d06398223a3ad4639c8adaa8b8d59dc367777ea","ref":"refs/heads/master","pushedAt":"2024-05-17T19:55:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Bump github/codeql-action from 2.13.4 to 3.25.5 (#364)\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 2.13.4 to 3.25.5.\n
\nRelease notes\n

Sourced from github/codeql-action's releases.

\n
\n

CodeQL Bundle v2.17.3

\n

Bundles CodeQL CLI v2.17.3

\n\n

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.3:

\n\n

CodeQL Bundle v2.17.2

\n

Bundles CodeQL CLI v2.17.2

\n\n

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.2:

\n\n

CodeQL Bundle v2.17.1

\n

Bundles CodeQL CLI v2.17.1

\n\n

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.1:

\n\n
\n

... (truncated)

\n
\n
\nChangelog\n

Sourced from github/codeql-action's changelog.

\n
\n

CodeQL Action Changelog

\n

See the releases page for the relevant changes to the CodeQL CLI and language packs.

\n

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

\n

[UNRELEASED]

\n
    \n
  • Update default CodeQL bundle version to 2.17.3. #2295
  • \n
\n

3.25.5 - 13 May 2024

\n
    \n
  • Add a compatibility matrix of supported CodeQL Action, CodeQL CLI, and GitHub Enterprise Server versions to the https://github.com/github/codeql-action/blob/main/README.md. #2273
  • \n
  • Avoid printing out a warning for a missing on.push trigger when the CodeQL Action is triggered via a workflow_call event. #2274
  • \n
  • The tools: latest input to the init Action has been renamed to tools: linked. This option specifies that the Action should use the tools shipped at the same time as the Action. The old name will continue to work for backwards compatibility, but we recommend that new workflows use the new name. #2281
  • \n
\n

3.25.4 - 08 May 2024

\n
    \n
  • Update default CodeQL bundle version to 2.17.2. #2270
  • \n
\n

3.25.3 - 25 Apr 2024

\n
    \n
  • Update default CodeQL bundle version to 2.17.1. #2247
  • \n
  • Workflows running on macos-latest using CodeQL CLI versions before v2.15.1 will need to either upgrade their CLI version to v2.15.1 or newer, or change the platform to an Intel MacOS runner, such as macos-12. ARM machines with SIP disabled, including the newest macos-latest image, are unsupported for CLI versions before 2.15.1. #2261
  • \n
\n

3.25.2 - 22 Apr 2024

\n

No user facing changes.

\n

3.25.1 - 17 Apr 2024

\n
    \n
  • We are rolling out a feature in April/May 2024 that improves the reliability and performance of analyzing code when analyzing a compiled language with the autobuild build mode. #2235
  • \n
  • Fix a bug where the init Action would fail if --overwrite was specified in CODEQL_ACTION_EXTRA_OPTIONS. #2245
  • \n
\n

3.25.0 - 15 Apr 2024

\n
    \n
  • \n

    The deprecated feature for extracting dependencies for a Python analysis has been removed. #2224

    \n

    As a result, the following inputs and environment variables are now ignored:

    \n
      \n
    • The setup-python-dependencies input to the init Action
    • \n
    • The CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION environment variable
    • \n
    \n

    We recommend removing any references to these from your workflows. For more information, see the release notes for CodeQL Action v3.23.0 and v2.23.0.

    \n
  • \n
  • \n

    Automatically overwrite an existing database if found on the filesystem. #2229

    \n
  • \n
  • \n

    Bump the minimum CodeQL bundle version to 2.12.6. #2232

    \n
  • \n
  • \n

    A more relevant log message and a diagnostic are now emitted when the file program is not installed on a Linux runner, but is required for Go tracing to succeed. #2234

    \n
  • \n
\n

3.24.10 - 05 Apr 2024

\n
\n

... (truncated)

\n
\n
\nCommits\n\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=2.13.4&new-version=3.25.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n
","shortMessageHtmlLink":"Bump github/codeql-action from 2.13.4 to 3.25.5 (#364)"}},{"before":"cd15864cff0c958663ea55b7e8b3d50dc09db908","after":null,"ref":"refs/heads/dependabot/github_actions/github/codeql-action-3.25.5","pushedAt":"2024-05-17T19:55:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"}},{"before":"c8f7ef11a617851459a45a71a68032fde1436094","after":"5d06398223a3ad4639c8adaa8b8d59dc367777ea","ref":"refs/heads/main","pushedAt":"2024-05-17T19:55:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"Bump github/codeql-action from 2.13.4 to 3.25.5 (#364)\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 2.13.4 to 3.25.5.\n
\nRelease notes\n

Sourced from github/codeql-action's releases.

\n
\n

CodeQL Bundle v2.17.3

\n

Bundles CodeQL CLI v2.17.3

\n\n

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.3:

\n\n

CodeQL Bundle v2.17.2

\n

Bundles CodeQL CLI v2.17.2

\n\n

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.2:

\n\n

CodeQL Bundle v2.17.1

\n

Bundles CodeQL CLI v2.17.1

\n\n

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.1:

\n\n
\n

... (truncated)

\n
\n
\nChangelog\n

Sourced from github/codeql-action's changelog.

\n
\n

CodeQL Action Changelog

\n

See the releases page for the relevant changes to the CodeQL CLI and language packs.

\n

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

\n

[UNRELEASED]

\n
    \n
  • Update default CodeQL bundle version to 2.17.3. #2295
  • \n
\n

3.25.5 - 13 May 2024

\n
    \n
  • Add a compatibility matrix of supported CodeQL Action, CodeQL CLI, and GitHub Enterprise Server versions to the https://github.com/github/codeql-action/blob/main/README.md. #2273
  • \n
  • Avoid printing out a warning for a missing on.push trigger when the CodeQL Action is triggered via a workflow_call event. #2274
  • \n
  • The tools: latest input to the init Action has been renamed to tools: linked. This option specifies that the Action should use the tools shipped at the same time as the Action. The old name will continue to work for backwards compatibility, but we recommend that new workflows use the new name. #2281
  • \n
\n

3.25.4 - 08 May 2024

\n
    \n
  • Update default CodeQL bundle version to 2.17.2. #2270
  • \n
\n

3.25.3 - 25 Apr 2024

\n
    \n
  • Update default CodeQL bundle version to 2.17.1. #2247
  • \n
  • Workflows running on macos-latest using CodeQL CLI versions before v2.15.1 will need to either upgrade their CLI version to v2.15.1 or newer, or change the platform to an Intel MacOS runner, such as macos-12. ARM machines with SIP disabled, including the newest macos-latest image, are unsupported for CLI versions before 2.15.1. #2261
  • \n
\n

3.25.2 - 22 Apr 2024

\n

No user facing changes.

\n

3.25.1 - 17 Apr 2024

\n
    \n
  • We are rolling out a feature in April/May 2024 that improves the reliability and performance of analyzing code when analyzing a compiled language with the autobuild build mode. #2235
  • \n
  • Fix a bug where the init Action would fail if --overwrite was specified in CODEQL_ACTION_EXTRA_OPTIONS. #2245
  • \n
\n

3.25.0 - 15 Apr 2024

\n
    \n
  • \n

    The deprecated feature for extracting dependencies for a Python analysis has been removed. #2224

    \n

    As a result, the following inputs and environment variables are now ignored:

    \n
      \n
    • The setup-python-dependencies input to the init Action
    • \n
    • The CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION environment variable
    • \n
    \n

    We recommend removing any references to these from your workflows. For more information, see the release notes for CodeQL Action v3.23.0 and v2.23.0.

    \n
  • \n
  • \n

    Automatically overwrite an existing database if found on the filesystem. #2229

    \n
  • \n
  • \n

    Bump the minimum CodeQL bundle version to 2.12.6. #2232

    \n
  • \n
  • \n

    A more relevant log message and a diagnostic are now emitted when the file program is not installed on a Linux runner, but is required for Go tracing to succeed. #2234

    \n
  • \n
\n

3.24.10 - 05 Apr 2024

\n
\n

... (truncated)

\n
\n
\nCommits\n\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=2.13.4&new-version=3.25.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n
","shortMessageHtmlLink":"Bump github/codeql-action from 2.13.4 to 3.25.5 (#364)"}},{"before":null,"after":"cd15864cff0c958663ea55b7e8b3d50dc09db908","ref":"refs/heads/dependabot/github_actions/github/codeql-action-3.25.5","pushedAt":"2024-05-17T19:32:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github/codeql-action from 2.13.4 to 3.25.5\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 2.13.4 to 3.25.5.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/cdcdbb579706841c47f7063dda365e292e5cad7a...b7cec7526559c32f1616476ff32d17ba4c59b2d6)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github/codeql-action from 2.13.4 to 3.25.5"}},{"before":"8511e95db16bdcb7e4610433ab933b1e2eaf0950","after":"c8f7ef11a617851459a45a71a68032fde1436094","ref":"refs/heads/master","pushedAt":"2024-05-16T19:32:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Bump actions/checkout from 4.1.5 to 4.1.6 (#363)\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.\n
\nRelease notes\n

Sourced from actions/checkout's releases.

\n
\n

v4.1.6

\n

What's Changed

\n\n

Full Changelog: https://github.com/actions/checkout/compare/v4.1.5...v4.1.6

\n
\n
\n
\nChangelog\n

Sourced from actions/checkout's changelog.

\n
\n

Changelog

\n

v4.1.6

\n\n

v4.1.5

\n\n

v4.1.4

\n\n

v4.1.3

\n\n

v4.1.2

\n\n

v4.1.1

\n\n

v4.1.0

\n\n

v4.0.0

\n\n

v3.6.0

\n\n

v3.5.3

\n\n

v3.5.2

\n\n

v3.5.1

\n
\n

... (truncated)

\n
\n
\nCommits\n\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.1.5&new-version=4.1.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n
","shortMessageHtmlLink":"Bump actions/checkout from 4.1.5 to 4.1.6 (#363)"}},{"before":"c66675242c899248588465e79f321460ab2d3d41","after":null,"ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.6","pushedAt":"2024-05-16T19:32:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"}},{"before":"8511e95db16bdcb7e4610433ab933b1e2eaf0950","after":"c8f7ef11a617851459a45a71a68032fde1436094","ref":"refs/heads/main","pushedAt":"2024-05-16T19:32:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"Bump actions/checkout from 4.1.5 to 4.1.6 (#363)\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.\n
\nRelease notes\n

Sourced from actions/checkout's releases.

\n
\n

v4.1.6

\n

What's Changed

\n\n

Full Changelog: https://github.com/actions/checkout/compare/v4.1.5...v4.1.6

\n
\n
\n
\nChangelog\n

Sourced from actions/checkout's changelog.

\n
\n

Changelog

\n

v4.1.6

\n\n

v4.1.5

\n\n

v4.1.4

\n\n

v4.1.3

\n\n

v4.1.2

\n\n

v4.1.1

\n\n

v4.1.0

\n\n

v4.0.0

\n\n

v3.6.0

\n\n

v3.5.3

\n\n

v3.5.2

\n\n

v3.5.1

\n
\n

... (truncated)

\n
\n
\nCommits\n\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.1.5&new-version=4.1.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n
","shortMessageHtmlLink":"Bump actions/checkout from 4.1.5 to 4.1.6 (#363)"}},{"before":null,"after":"c66675242c899248588465e79f321460ab2d3d41","ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.6","pushedAt":"2024-05-16T19:08:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/checkout from 4.1.5 to 4.1.6\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/44c2b7a8a4ea60a981eaca3cf939b5f4305c123b...a5ac7e51b41094c92402da3b24376905380afc29)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/checkout from 4.1.5 to 4.1.6"}},{"before":"edc7307540971bb73a32615c2222d1a38e232ed8","after":"8511e95db16bdcb7e4610433ab933b1e2eaf0950","ref":"refs/heads/master","pushedAt":"2024-05-10T20:22:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Bump ossf/scorecard-action from 2.3.1 to 2.3.3 (#361)\n\nBumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3.\n
\nRelease notes\n

Sourced from ossf/scorecard-action's releases.

\n
\n

v2.3.3

\n
\n

[!NOTE]
\nThere is no v2.3.2 release as a step was skipped in the release process. This was fixed and re-released under the v2.3.3 tag

\n
\n

What's Changed

\n\n

For a full changelist of what these include, see the v5.0.0-rc1 and v5.0.0-rc2 release notes.

\n

Documentation

\n\n

Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.3.1...v2.3.3

\n
\n
\n
\nCommits\n
    \n
  • dc50aa9 :seedling: Bump docker tag for v2.3.3 release (#1368)
  • \n
  • 8ff5700 :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0-rc2.0....
  • \n
  • 8ba5e73 update api links to new scorecard.dev site (#1376)
  • \n
  • 92ddde3 Bump github.com/ossf/scorecard/v5 from v5.0.0-rc1 to v5.0.0-rc2 (#1374)
  • \n
  • 6c55905 :seedling: Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1373)
  • \n
  • 09bb953 :seedling: Bump distroless/base in the docker-images group (#1372)
  • \n
  • 1511e13 :seedling: Bump the github-actions group across 1 directory with 6 updates (#...
  • \n
  • df66cd8 :seedling: Bump the docker-images group with 2 updates (#1370)
  • \n
  • fad9a3c :seedling: Bump distroless/base in the docker-images group (#1364)
  • \n
  • 1e01a30 :seedling: Bump the github-actions group with 3 updates (#1365)
  • \n
  • Additional commits viewable in compare view
  • \n
\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ossf/scorecard-action&package-manager=github_actions&previous-version=2.3.1&new-version=2.3.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n
","shortMessageHtmlLink":"Bump ossf/scorecard-action from 2.3.1 to 2.3.3 (#361)"}},{"before":"edc7307540971bb73a32615c2222d1a38e232ed8","after":"8511e95db16bdcb7e4610433ab933b1e2eaf0950","ref":"refs/heads/main","pushedAt":"2024-05-10T20:22:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"Bump ossf/scorecard-action from 2.3.1 to 2.3.3 (#361)\n\nBumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3.\n
\nRelease notes\n

Sourced from ossf/scorecard-action's releases.

\n
\n

v2.3.3

\n
\n

[!NOTE]
\nThere is no v2.3.2 release as a step was skipped in the release process. This was fixed and re-released under the v2.3.3 tag

\n
\n

What's Changed

\n\n

For a full changelist of what these include, see the v5.0.0-rc1 and v5.0.0-rc2 release notes.

\n

Documentation

\n\n

Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.3.1...v2.3.3

\n
\n
\n
\nCommits\n
    \n
  • dc50aa9 :seedling: Bump docker tag for v2.3.3 release (#1368)
  • \n
  • 8ff5700 :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0-rc2.0....
  • \n
  • 8ba5e73 update api links to new scorecard.dev site (#1376)
  • \n
  • 92ddde3 Bump github.com/ossf/scorecard/v5 from v5.0.0-rc1 to v5.0.0-rc2 (#1374)
  • \n
  • 6c55905 :seedling: Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1373)
  • \n
  • 09bb953 :seedling: Bump distroless/base in the docker-images group (#1372)
  • \n
  • 1511e13 :seedling: Bump the github-actions group across 1 directory with 6 updates (#...
  • \n
  • df66cd8 :seedling: Bump the docker-images group with 2 updates (#1370)
  • \n
  • fad9a3c :seedling: Bump distroless/base in the docker-images group (#1364)
  • \n
  • 1e01a30 :seedling: Bump the github-actions group with 3 updates (#1365)
  • \n
  • Additional commits viewable in compare view
  • \n
\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ossf/scorecard-action&package-manager=github_actions&previous-version=2.3.1&new-version=2.3.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n
","shortMessageHtmlLink":"Bump ossf/scorecard-action from 2.3.1 to 2.3.3 (#361)"}},{"before":"847c1ef7f869841990e33621315a0491a2a824e3","after":null,"ref":"refs/heads/dependabot/github_actions/ossf/scorecard-action-2.3.3","pushedAt":"2024-05-10T20:22:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"}},{"before":null,"after":"847c1ef7f869841990e33621315a0491a2a824e3","ref":"refs/heads/dependabot/github_actions/ossf/scorecard-action-2.3.3","pushedAt":"2024-05-10T19:55:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump ossf/scorecard-action from 2.3.1 to 2.3.3\n\nBumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3.\n- [Release notes](https://github.com/ossf/scorecard-action/releases)\n- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)\n- [Commits](https://github.com/ossf/scorecard-action/compare/0864cf19026789058feabb7e87baa5f140aac736...dc50aa9510b46c811795eb24b2f1ba02a914e534)\n\n---\nupdated-dependencies:\n- dependency-name: ossf/scorecard-action\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump ossf/scorecard-action from 2.3.1 to 2.3.3"}},{"before":"e7a078defd9ad158e8c7494af5f28a6f0cbf343b","after":"edc7307540971bb73a32615c2222d1a38e232ed8","ref":"refs/heads/master","pushedAt":"2024-05-06T20:03:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Bump actions/checkout from 4.1.4 to 4.1.5 (#360)\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.\n
\nRelease notes\n

Sourced from actions/checkout's releases.

\n
\n

v4.1.5

\n

What's Changed

\n\n

Full Changelog: https://github.com/actions/checkout/compare/v4.1.4...v4.1.5

\n
\n
\n
\nCommits\n\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.1.4&new-version=4.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n
","shortMessageHtmlLink":"Bump actions/checkout from 4.1.4 to 4.1.5 (#360)"}},{"before":"829ed8945ca4d57edd694f7dc498bc71cfb203c6","after":null,"ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.5","pushedAt":"2024-05-06T20:02:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"}},{"before":"e7a078defd9ad158e8c7494af5f28a6f0cbf343b","after":"edc7307540971bb73a32615c2222d1a38e232ed8","ref":"refs/heads/main","pushedAt":"2024-05-06T20:02:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"Bump actions/checkout from 4.1.4 to 4.1.5 (#360)\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.\n
\nRelease notes\n

Sourced from actions/checkout's releases.

\n
\n

v4.1.5

\n

What's Changed

\n\n

Full Changelog: https://github.com/actions/checkout/compare/v4.1.4...v4.1.5

\n
\n
\n
\nCommits\n\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.1.4&new-version=4.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n
","shortMessageHtmlLink":"Bump actions/checkout from 4.1.4 to 4.1.5 (#360)"}},{"before":null,"after":"829ed8945ca4d57edd694f7dc498bc71cfb203c6","ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.5","pushedAt":"2024-05-06T19:39:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/checkout from 4.1.4 to 4.1.5\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/0ad4b8fadaa221de15dcec353f45205ec38ea70b...44c2b7a8a4ea60a981eaca3cf939b5f4305c123b)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/checkout from 4.1.4 to 4.1.5"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEV0K1iAA","startCursor":null,"endCursor":null}},"title":"Activity · flutter/tests"}