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

chore(deps): Bump github/codeql-action from 3.26.8 to 3.26.10 #5896

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps github/codeql-action from 3.26.8 to 3.26.10.

Changelog

Sourced from github/codeql-action's changelog.

3.26.10 - 30 Sep 2024

  • We are rolling out a feature in September/October 2024 that sets up CodeQL using a bundle compressed with Zstandard. Our aim is to improve the performance of setting up CodeQL. #2502

3.26.9 - 24 Sep 2024

No user facing changes.

Commits
  • e2b3eaf Merge pull request #2507 from github/update-v3.26.10-2617ff2d3
  • 7dbbf6d Update changelog for v3.26.10
  • 2617ff2 Merge pull request #2502 from github/henrymercer/zstd-experiment
  • 46e0c78 Merge pull request #2504 from github/mergeback/v3.26.9-to-main-461ef6c7
  • da7be78 Update checked-in dependencies
  • ae1c6a2 Update changelog and version after v3.26.9
  • 461ef6c Merge pull request #2503 from github/update-v3.26.9-f861efb2b
  • 00b1146 Update changelog for v3.26.9
  • f861efb Merge pull request #2498 from github/dependabot/npm_and_yarn/npm-9874b37b58
  • 6b2f7e7 Run PR checks using JS only
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot requested a review from a team as a code owner September 30, 2024 19:31
Copy link

codecov bot commented Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 30.29%. Comparing base (406c53d) to head (a104226).
Report is 3 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #5896      +/-   ##
=============================================
+ Coverage      30.27%   30.29%   +0.01%     
  Complexity      4812     4812              
=============================================
  Files            287      287              
  Lines          20711    20699      -12     
=============================================
  Hits            6271     6271              
+ Misses         14440    14428      -12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/github_actions/github/codeql-action-3.26.10 branch from e6c52b9 to 6d94fb2 Compare September 30, 2024 20:19
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.8 to 3.26.10.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3.26.8...v3.26.10)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github/codeql-action-3.26.10 branch from 6d94fb2 to a104226 Compare September 30, 2024 20:19
@rinatkhaziev rinatkhaziev enabled auto-merge (squash) September 30, 2024 20:20
@rinatkhaziev rinatkhaziev merged commit a79f78e into develop Sep 30, 2024
32 of 33 checks passed
@rinatkhaziev rinatkhaziev deleted the dependabot/github_actions/github/codeql-action-3.26.10 branch September 30, 2024 20:20
Copy link

sonarcloud bot commented Sep 30, 2024

sjinks added a commit that referenced this pull request Oct 1, 2024
* Simplify Parse.ly loader (#5863)

Remove the ability to load by option and fix the reporting discrepancy where versions would be reported as `UNKNOWN`

Improve the code readability by switching to `switch` rather than multiple `if/else/elseif` statements.

---------

Co-authored-by: Rebecca Hum <[email protected]>

* Add base telemetry library (take 2) (#5869)

This PR adds a new generic Telemetry library consisting of base classes for Automattic's Tracks system integration. This is based heavily on the existing Telemetry package under the vip-parsely directory but is meant to be more generic and can be used by other plugins, and extended with other telemetry providers. There are no singletons, and most classes have fixed responsibilities.

---------

Co-authored-by: Hanif Norman <[email protected]>
Co-authored-by: Hanif Norman <[email protected]>
Co-authored-by: Alec Geatches <[email protected]>

* chore(deps): Bump actions/checkout from 4.1.7 to 4.2.0 (#5897)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.7...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump 10up-toolkit from 6.2.2 to 6.3.0 (#5892)

Bumps [10up-toolkit](https://github.com/10up/10up-toolkit/tree/HEAD/packages/toolkit) from 6.2.2 to 6.3.0.
- [Release notes](https://github.com/10up/10up-toolkit/releases)
- [Changelog](https://github.com/10up/10up-toolkit/blob/develop/packages/toolkit/CHANGELOG.md)
- [Commits](https://github.com/10up/10up-toolkit/commits/[email protected]/packages/toolkit)

---
updated-dependencies:
- dependency-name: 10up-toolkit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): Bump github/codeql-action from 3.26.8 to 3.26.10 (#5896)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.8 to 3.26.10.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3.26.8...v3.26.10)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): Bump actions/checkout in /.github/actions/prepare-source (#5899)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.7...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Rinat K <[email protected]>
Co-authored-by: Rebecca Hum <[email protected]>
Co-authored-by: Alexey Kopytko <[email protected]>
Co-authored-by: Hanif Norman <[email protected]>
Co-authored-by: Hanif Norman <[email protected]>
Co-authored-by: Alec Geatches <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Status] No files to Deploy [Type] Maintenance Support the development in this repo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant