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

build(deps): bump github/codeql-action from 1.0.23 to 1.0.26 #18244

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2021

Bumps github/codeql-action from 1.0.23 to 1.0.26.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action and CodeQL Runner Changelog

[UNRELEASED]

No user facing changes.

1.0.26 - 10 Dec 2021

  • Update default CodeQL bundle version to 2.7.3. #842

1.0.25 - 06 Dec 2021

No user facing changes.

1.0.24 - 23 Nov 2021

  • Update default CodeQL bundle version to 2.7.2. #827

1.0.23 - 16 Nov 2021

  • The upload-sarif action now allows multiple uploads in a single job, as long as they have different categories. #801
  • Update default CodeQL bundle version to 2.7.1. #816

1.0.22 - 04 Nov 2021

  • The init step of the Action now supports ram and threads inputs to limit resource use of CodeQL extractors. These inputs also serve as defaults to the subsequent analyze step, which finalizes the database and executes queries. #738
  • When used with CodeQL 2.7.1 or above, the Action now includes custom query help in the analysis results uploaded to GitHub code scanning, if available. To add help text for a custom query, create a Markdown file next to the .ql file containing the query, using the same base name but the file extension .md. #804

1.0.21 - 28 Oct 2021

  • Update default CodeQL bundle version to 2.7.0. #795

1.0.20 - 25 Oct 2021

No user facing changes.

1.0.19 - 18 Oct 2021

No user facing changes.

1.0.18 - 08 Oct 2021

  • Fixed a bug where some builds were no longer being traced correctly. #766

1.0.17 - 07 Oct 2021

  • Update default CodeQL bundle version to 2.6.3. #761

1.0.16 - 05 Oct 2021

... (truncated)

Commits
  • 5f53256 Merge pull request #848 from github/update-v1.0.26-07825549
  • 25a5103 1.0.26
  • 0782554 Merge pull request #845 from github/refuse-broken-versions
  • 705f634 Refuse to use broken versions in the toolcache
  • 6ad00fd Merge pull request #842 from github/aeisenberg/cli-2.7.3
  • fccdee0 Prepare for the CodeQL 2.7.3 release
  • e694ca6 Merge pull request #841 from github/aeisenberg/fix-del
  • 67d11b5 Always use force: true for del
  • 924a64d Merge pull request #840 from github/aeisenberg/fix-rm
  • 45dc27d Remove rmDir references
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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 review from a team as code owners December 13, 2021 10:41
@dependabot dependabot bot added kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. labels Dec 13, 2021
@dependabot dependabot bot requested a review from tklauser December 13, 2021 10:41
@maintainer-s-little-helper maintainer-s-little-helper bot added backport/1.11 This PR represents a backport for Cilium 1.11.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master. labels Dec 13, 2021
@pchaigno
Copy link
Member

Blocked on #17982 being backported to v1.11.

@pchaigno pchaigno added the dont-merge/blocked Another PR must be merged before this one. label Dec 13, 2021
@tklauser
Copy link
Member

Blocked on #17982 being backported to v1.11.

This is was backported in #18232 which is now merged.

@tklauser tklauser removed the dont-merge/blocked Another PR must be merged before this one. label Dec 16, 2021
@tklauser
Copy link
Member

@dependabot rebase

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.23 to 1.0.26.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@a627e9f...5f53256)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/v1.11/github/codeql-action-1.0.26 branch from 3ef0da9 to 2c331d4 Compare December 16, 2021 10:56
@pchaigno
Copy link
Member

The CodeQL workflow passed. Marking ready to merge.

@pchaigno pchaigno added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Dec 16, 2021
@tklauser tklauser merged commit f285bfc into v1.11 Dec 16, 2021
@tklauser tklauser deleted the dependabot/github_actions/v1.11/github/codeql-action-1.0.26 branch December 16, 2021 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.11 This PR represents a backport for Cilium 1.11.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master. kind/enhancement This would improve or streamline existing functionality. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants