)]}'
{
  "commit": "ed8c9fac970d24289c7d7b7107af51f728a69e37",
  "tree": "067b535fe5a28c137bad6976b6d683211af065a3",
  "parents": [
    "a4b538ca8525a8ff873532c10945519be3e5f5d3"
  ],
  "author": {
    "name": "dependabot[bot]",
    "email": "49699333+dependabot[bot]@users.noreply.github.com",
    "time": "Wed Aug 07 09:41:11 2024 +0000"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Wed Aug 07 09:41:11 2024 +0000"
  },
  "message": "Bump github/codeql-action from 3.25.15 to 3.26.0 (#886)\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.15 to 3.26.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href\u003d\"https://github.com/github/codeql-action/blob/main/CHANGELOG.md\"\u003egithub/codeql-action\u0027s changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eCodeQL Action Changelog\u003c/h1\u003e\n\u003cp\u003eSee the \u003ca href\u003d\"https://github.com/github/codeql-action/releases\"\u003ereleases page\u003c/a\u003e for the relevant changes to the CodeQL CLI and language packs.\u003c/p\u003e\n\u003cp\u003eNote that the only difference between \u003ccode\u003ev2\u003c/code\u003e and \u003ccode\u003ev3\u003c/code\u003e of the CodeQL Action is the node version they support, with \u003ccode\u003ev3\u003c/code\u003e running on node 20 while we continue to release \u003ccode\u003ev2\u003c/code\u003e to support running on node 16. For example \u003ccode\u003e3.22.11\u003c/code\u003e was the first \u003ccode\u003ev3\u003c/code\u003e release and is functionally identical to \u003ccode\u003e2.22.11\u003c/code\u003e. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.\u003c/p\u003e\n\u003ch2\u003e[UNRELEASED]\u003c/h2\u003e\n\u003cp\u003eNo user facing changes.\u003c/p\u003e\n\u003ch2\u003e3.26.0 - 06 Aug 2024\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cem\u003eDeprecation:\u003c/em\u003e Swift analysis on Ubuntu runner images is no longer supported. Please migrate to a macOS runner if this affects you. \u003ca href\u003d\"https://redirect.github.com/github/codeql-action/pull/2403\"\u003e#2403\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minimum CodeQL bundle version to 2.13.5. \u003ca href\u003d\"https://redirect.github.com/github/codeql-action/pull/2408\"\u003e#2408\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.25.15 - 26 Jul 2024\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to 2.18.1. \u003ca href\u003d\"https://redirect.github.com/github/codeql-action/pull/2385\"\u003e#2385\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.25.14 - 25 Jul 2024\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eExperimental: add a new \u003ccode\u003estart-proxy\u003c/code\u003e action which starts the same HTTP proxy as used by \u003ca href\u003d\"https://github.com/github/dependabot-action\"\u003e\u003ccode\u003egithub/dependabot-action\u003c/code\u003e\u003c/a\u003e. Do not use this in production as it is part of an internal experiment and subject to change at any time. \u003ca href\u003d\"https://redirect.github.com/github/codeql-action/pull/2376\"\u003e#2376\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.25.13 - 19 Jul 2024\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd \u003ccode\u003ecodeql-version\u003c/code\u003e to outputs. \u003ca href\u003d\"https://redirect.github.com/github/codeql-action/pull/2368\"\u003e#2368\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd a deprecation warning for customers using CodeQL version 2.13.4 and earlier. These versions of CodeQL were discontinued on 9 July 2024 alongside GitHub Enterprise Server 3.9, and will be unsupported by CodeQL Action versions 3.26.0 and later and versions 2.26.0 and later. \u003ca href\u003d\"https://redirect.github.com/github/codeql-action/pull/2375\"\u003e#2375\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003eIf you are using one of these versions, please update to CodeQL CLI version 2.13.5 or later. For instance, if you have specified a custom version of the CLI using the \u0027tools\u0027 input to the \u0027init\u0027 Action, you can remove this input to use the default version.\u003c/li\u003e\n\u003cli\u003eAlternatively, if you want to continue using a version of the CodeQL CLI between 2.12.6 and 2.13.4, you can replace \u003ccode\u003egithub/codeql-action/*@v3\u003c/code\u003e by \u003ccode\u003egithub/codeql-action/*@v3.25.13\u003c/code\u003e and \u003ccode\u003egithub/codeql-action/*@v2\u003c/code\u003e by \u003ccode\u003egithub/codeql-action/*@v2.25.13\u003c/code\u003e in your code scanning workflow to ensure you continue using this version of the CodeQL Action.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.25.12 - 12 Jul 2024\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eImprove the reliability and performance of analyzing code when analyzing a compiled language with the \u003ccode\u003eautobuild\u003c/code\u003e \u003ca href\u003d\"https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages#codeql-build-modes\"\u003ebuild mode\u003c/a\u003e on GitHub Enterprise Server. This feature is already available to GitHub.com users. \u003ca href\u003d\"https://redirect.github.com/github/codeql-action/pull/2353\"\u003e#2353\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to 2.18.0. \u003ca href\u003d\"https://redirect.github.com/github/codeql-action/pull/2364\"\u003e#2364\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.25.11 - 28 Jun 2024\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAvoid failing the workflow run if there is an error while uploading debug artifacts. \u003ca href\u003d\"https://redirect.github.com/github/codeql-action/pull/2349\"\u003e#2349\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to 2.17.6. \u003ca href\u003d\"https://redirect.github.com/github/codeql-action/pull/2352\"\u003e#2352\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.25.10 - 13 Jun 2024\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to 2.17.5. \u003ca href\u003d\"https://redirect.github.com/github/codeql-action/pull/2327\"\u003e#2327\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.25.9 - 12 Jun 2024\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAvoid failing database creation if the database folder already exists and contains some unexpected files. Requires CodeQL 2.18.0 or higher. \u003ca href\u003d\"https://redirect.github.com/github/codeql-action/pull/2330\"\u003e#2330\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe init Action will attempt to clean up the database cluster directory before creating a new database and at the end of the job. This will help to avoid issues where the database cluster directory is left in an inconsistent state. \u003ca href\u003d\"https://redirect.github.com/github/codeql-action/pull/2332\"\u003e#2332\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.25.8 - 04 Jun 2024\u003c/h2\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/github/codeql-action/commit/eb055d739abdc2e8de2e5f4ba1a8b246daa779aa\"\u003e\u003ccode\u003eeb055d7\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href\u003d\"https://redirect.github.com/github/codeql-action/issues/2410\"\u003e#2410\u003c/a\u003e from github/update-v3.26.0-c24926b73\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/github/codeql-action/commit/3884d04c1155b714391ad663c28d71f332778d0c\"\u003e\u003ccode\u003e3884d04\u003c/code\u003e\u003c/a\u003e Update changelog for v3.26.0\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/github/codeql-action/commit/c24926b73412ecf51b27bc8e3cacb43a6b3f02ae\"\u003e\u003ccode\u003ec24926b\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href\u003d\"https://redirect.github.com/github/codeql-action/issues/2407\"\u003e#2407\u003c/a\u003e from github/dependabot/npm_and_yarn/npm-7954a73ad2\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/github/codeql-action/commit/68ba39bacf27d8362ac9c671e45a970d776578f9\"\u003e\u003ccode\u003e68ba39b\u003c/code\u003e\u003c/a\u003e Merge branch \u0027main\u0027 into dependabot/npm_and_yarn/npm-7954a73ad2\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/github/codeql-action/commit/8dd17734677bad12f20a39b470d1bd45acbadc48\"\u003e\u003ccode\u003e8dd1773\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href\u003d\"https://redirect.github.com/github/codeql-action/issues/2408\"\u003e#2408\u003c/a\u003e from github/henrymercer/deprecate-codeql-2.13.4\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/github/codeql-action/commit/441c9d90e44d79449d7f555d97a5f04f0970b927\"\u003e\u003ccode\u003e441c9d9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href\u003d\"https://redirect.github.com/github/codeql-action/issues/2409\"\u003e#2409\u003c/a\u003e from github/henrymercer/fix-required-checks\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/github/codeql-action/commit/f03da1345462bf7292a562681f136608588272c5\"\u003e\u003ccode\u003ef03da13\u003c/code\u003e\u003c/a\u003e Exclude push-only unit tests job from required PR checks script\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/github/codeql-action/commit/29a5cfc75d38b3893eb5b8f72652c57a9b5231be\"\u003e\u003ccode\u003e29a5cfc\u003c/code\u003e\u003c/a\u003e Bump version to 3.26.0\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/github/codeql-action/commit/9e440ad4c728db26c19f33cb713b9404dcc4d0ca\"\u003e\u003ccode\u003e9e440ad\u003c/code\u003e\u003c/a\u003e Add changelog note\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/github/codeql-action/commit/136f5a589b6f389231c51cb03d17bb60f22ccda6\"\u003e\u003ccode\u003e136f5a5\u003c/code\u003e\u003c/a\u003e Add CodeQL v2.17.6 to default test versions\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href\u003d\"https://github.com/github/codeql-action/compare/afb54ba388a7dca6ecae48f608c4ff05ff4cc77a...eb055d739abdc2e8de2e5f4ba1a8b246daa779aa\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eMost Recent Ignore Conditions Applied to This Pull Request\u003c/summary\u003e\n\n| Dependency Name | Ignore Conditions |\n| --- | --- |\n| github/codeql-action | [\u003c 2.3.5, \u003e 2.3.4] |\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name\u003dgithub/codeql-action\u0026package-manager\u003dgithub_actions\u0026previous-version\u003d3.25.15\u0026new-version\u003d3.26.0)](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\u0027t alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\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 \u003cdependency name\u003e 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\u003c/details\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "14504bdaab2f85c8192570e6f3a0f6f0d0503ee3",
      "old_mode": 33188,
      "old_path": ".github/workflows/scorecards-analysis.yml",
      "new_id": "97f9c49e43f554c2c3b21501a035e53e6b9909ad",
      "new_mode": 33188,
      "new_path": ".github/workflows/scorecards-analysis.yml"
    }
  ]
}
