Skip to content

Bump github/codeql-action from 2.1.25 to 2.1.29#127

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github/codeql-action-2.1.29
Closed

Bump github/codeql-action from 2.1.25 to 2.1.29#127
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github/codeql-action-2.1.29

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 27, 2022

Copy link
Copy Markdown

Bumps github/codeql-action from 2.1.25 to 2.1.29.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

[UNRELEASED]

No user facing changes.

2.1.29 - 26 Oct 2022

  • Update default CodeQL bundle version to 2.11.2. #1320

2.1.28 - 18 Oct 2022

  • Update default CodeQL bundle version to 2.11.1. #1294
  • Replace uses of GitHub Actions command set-output because it is now deprecated. See more information in the GitHub Changelog. #1301

2.1.27 - 06 Oct 2022

  • We are rolling out a feature of the CodeQL Action in October 2022 that changes the way that Go code is analyzed to be more consistent with other compiled languages like C/C++, C#, and Java. You do not need to alter your code scanning workflows. If you encounter any problems, please file an issue or open a private ticket with GitHub Support and request an escalation to engineering.

2.1.26 - 29 Sep 2022

  • Update default CodeQL bundle version to 2.11.0. #1267

2.1.25 - 21 Sep 2022

  • We will soon be rolling out a feature of the CodeQL Action that stores some information used to make future runs faster in the GitHub Actions cache. Initially, this will only be enabled on JavaScript repositories, but we plan to add more languages to this soon. The new feature can be disabled by passing the trap-caching: false option to your workflow's init step, for example if you are already using the GitHub Actions cache for a different purpose and are near the storage limit for it.
  • Add support for Python automatic dependency installation with Poetry 1.2 #1258.

2.1.24 - 16 Sep 2022

No user facing changes.

2.1.23 - 14 Sep 2022

  • Allow CodeQL packs to be downloaded from GitHub Enterprise Server instances, using the new registries input for the init action. #1221
  • Update default CodeQL bundle version to 2.10.5. #1240

2.1.22 - 01 Sep 2022

  • Downloading CodeQL packs has been moved to the init step. Previously, CodeQL packs were downloaded during the analyze step. #1218
  • Update default CodeQL bundle version to 2.10.4. #1224
  • The newly released Poetry 1.2 is not yet supported. In the most common case where the CodeQL Action is automatically installing Python dependencies, it will continue to install and use Poetry 1.1 on its own. However, in certain cases such as with self-hosted runners, you may need to ensure Poetry 1.1 is installed yourself.

2.1.21 - 25 Aug 2022

  • Improve error messages when the code scanning configuration file includes an invalid queries block or an invalid query-filters block. #1208
  • Fix a bug where Go build tracing could fail on Windows. #1209

2.1.20 - 22 Aug 2022

... (truncated)

Commits
  • ec3cf9c Merge pull request #1323 from github/update-v2.1.29-4b53723d
  • f246f20 Update changelog for v2.1.29
  • 4b53723 Merge pull request #1320 from github/edoardo/2.11.2-bump
  • de9f112 Merge pull request #1318 from github/aeisenberg/bump-min-version
  • f1a4ff5 Bumps the min version for code scanning config in the cli
  • 624418c Bump default CodeQL version to 2.11.2
  • f0a1281 Merge pull request #1315 from github/mergeback/v2.1.28-to-main-cc7986c0
  • f0b3ef9 Update checked-in dependencies
  • 3920e2d Merge pull request #1313 from github/criemen/ghes-31-deprecation
  • be55631 Update changelog and version after v2.1.28
  • 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 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)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.25 to 2.1.29.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@86f3159...ec3cf9c)

---
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 requested a review from khanhnwin as a code owner October 27, 2022 02:45
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 27, 2022
@dependabot @github

dependabot Bot commented on behalf of github Nov 3, 2022

Copy link
Copy Markdown
Author

Superseded by #134.

@dependabot dependabot Bot closed this Nov 3, 2022
@dependabot dependabot Bot deleted the dependabot/github_actions/github/codeql-action-2.1.29 branch November 3, 2022 02:04
khanhnwin added a commit that referenced this pull request Feb 1, 2023
* Update build action for website-private repo (#81)

Co-authored-by: Khanh Nguyen <khanhnwin@gmail.com>

* Bring PR template up to date & update build for website-private (#96)

* Bring PR template up to date for freeze

* update build to run ci on website-private

* Bump examples/codelabs from `644dc33` to `33aadee` (#95)

Bumps [examples/codelabs](https://github.com/flutter/codelabs) from `644dc33` to `33aadee`.
- [Release notes](https://github.com/flutter/codelabs/releases)
- [Commits](flutter/codelabs@644dc33...33aadee)

---
updated-dependencies:
- dependency-name: examples/codelabs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Khanh Nguyen <khanhnwin@gmail.com>

* Bump site-shared from `faddba8` to `04233ee` (#97)

Bumps [site-shared](https://github.com/dart-lang/site-shared) from `faddba8` to `04233ee`.
- [Release notes](https://github.com/dart-lang/site-shared/releases)
- [Commits](dart-archive/site-shared@faddba8...04233ee)

---
updated-dependencies:
- dependency-name: site-shared
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* [Windows] Document the dark title bar migration (#98)

* Document Windows dark title bar migration guide

* Update example link

Co-authored-by: Loic Sharma <loicsharma@google.com>

* Bump examples/codelabs from `33aadee` to `48a4d2d` (#100)

Bumps [examples/codelabs](https://github.com/flutter/codelabs) from `33aadee` to `48a4d2d`.
- [Release notes](https://github.com/flutter/codelabs/releases)
- [Commits](flutter/codelabs@33aadee...48a4d2d)

---
updated-dependencies:
- dependency-name: examples/codelabs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* Migrate check_link_references tool to be Dart based (#99)

* Migrate check_link_references tool to be Dart based
Also enable the workflow for flutter-forward-23 so broken links are found.

* Add a success confirmation message

* Adjust name of workflow for new behavior

* Simplify workflow name

* Clean up messaging and names

* Update linkcheck to null-safe release (#101)

* Update to Ruby 3.2 with fix to liquid (#102)

* Bump examples/codelabs from `48a4d2d` to `907b2a4` (#105)

* Add CupertinoList widgets to the catalog (#107)

* Bump github/codeql-action from 2.1.37 to 2.1.38 (#111)

* Bump examples/codelabs from `907b2a4` to `caeae28` (#112)

Bumps [examples/codelabs](https://github.com/flutter/codelabs) from `907b2a4` to `caeae28`.
- [Release notes](https://github.com/flutter/codelabs/releases)
- [Commits](flutter/codelabs@907b2a4...caeae28)

---
updated-dependencies:
- dependency-name: examples/codelabs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* Fix and cleanup snippets from recent i18n changes (#110)

* Remove intl_example test and analysis skip

* Fixes and cleanup to snippets from recent i18n changes

* Adjust text around pinning

* Add linguist override to increase language accuracy (#115)

* Add new commands to Flutter CLI reference (#116)

* Add localization entries to Flutter pubspec reference (#114)

Fixes flutter#7456

* Update 'intl_example' to use 'intl_translation' and add basic test (#113)

* Update 'intl_example' to use 'intl_translation' and add basic test

* Add new line at end of file

* Remove lastModified

* Refresh code excerpts

Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com>

* Update 'Obfuscating Dart code' for updated platform support (#108)

* Update 'Obfuscating Dart code' for updated platform support

* Add Linux to list of supported build targets as well

* Switch to info for the web note

* Use code font for the supported build targets

* Make web note more concise

Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com>

* Make adjustments to pre-existing writing from feedback

* Switch list format

* Switch app back to code

Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com>

* Update base Docker image to bullseye from buster (#103)

* Update base Docker image to bullseye from buster

* Use slim version of bullseye

Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com>

* Bump examples/codelabs from `caeae28` to `57bed10` (#117)

* Bump pigeon in /examples/development/platform_integration (#118)

Bumps [pigeon](https://github.com/flutter/packages/tree/main/packages) from 5.0.1 to 6.0.1.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/pigeon-v6.0.1/packages)

---
updated-dependencies:
- dependency-name: pigeon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Khanh Nguyen <khanhnwin@gmail.com>

* fix examples for beta (#119)

* fix examples for beta

* update build.yml for beta build

* Adding a page on false positives from security tools (#120)

* Adding a page on false positives from security tools

* Incorporating feedback

* Updating the security page (#124)

* Adding a page on false positives from security tools

* Updating the security page and adding a link to the new false security errors page.

* Bump examples/codelabs from `57bed10` to `fa74033` (#121)

Bumps [examples/codelabs](https://github.com/flutter/codelabs) from `57bed10` to `fa74033`.
- [Release notes](https://github.com/flutter/codelabs/releases)
- [Commits](flutter/codelabs@57bed10...fa74033)

---
updated-dependencies:
- dependency-name: examples/codelabs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* Bump googleapis from 9.2.0 to 10.0.0 in /examples/googleapis (#123)

Bumps [googleapis](https://github.com/google/googleapis.dart/tree/master/generated) from 9.2.0 to 10.0.0.
- [Release notes](https://github.com/google/googleapis.dart/releases)
- [Commits](https://github.com/google/googleapis.dart/commits/googleapis-v10.0.0/generated)

---
updated-dependencies:
- dependency-name: googleapis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* Bump github/codeql-action from 2.1.38 to 2.1.39 (#127)

* Update activesupport and nokogiri (#126)

* Remove duplicated false positives page (#125)

* Bump examples/codelabs from `fa74033` to `2adc98c` (#128)

Bumps [examples/codelabs](https://github.com/flutter/codelabs) from `fa74033` to `2adc98c`.
- [Release notes](https://github.com/flutter/codelabs/releases)
- [Commits](flutter/codelabs@fa74033...2adc98c)

---
updated-dependencies:
- dependency-name: examples/codelabs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* Thoroughly update and categorize codelabs page (#129)

Add new codelabs and categorize the 'Codelabs & workshops' page.

Co-authored-by: Parker Lougheed <parlough@gmail.com>

* Updating info about bitcode (#130)

* Adding a page on false positives from security tools

* Thorough update of the codelabs page.

* Updating bitcode info for iOS

* Incorporating feedback and fixing build

* Revert "Adding a page on false positives from security tools"

This reverts commit cd401f4.

* Revert "Thorough update of the codelabs page."

This reverts commit b79b8d0.

* Removing bitcode image

Co-authored-by: Parker Lougheed <parlough@gmail.com>

* Bump examples/codelabs from `2adc98c` to `d48179d` (#131)

Bumps [examples/codelabs](https://github.com/flutter/codelabs) from `2adc98c` to `d48179d`.
- [Release notes](https://github.com/flutter/codelabs/releases)
- [Commits](flutter/codelabs@2adc98c...d48179d)

---
updated-dependencies:
- dependency-name: examples/codelabs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* Bump pigeon in /examples/development/platform_integration (#132)

Bumps [pigeon](https://github.com/flutter/packages/tree/main/packages) from 6.0.3 to 7.0.0.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/pigeon-v7.0.0/packages)

---
updated-dependencies:
- dependency-name: pigeon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* Documents new web initialization config. (#133)

* Document new web initialization.

* Attempt to correctly render tables in github.

* Fix table definition (3 cols)

* Apply suggestions from code review

Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>

Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>

* Bump examples/codelabs from `d48179d` to `967b87a` (#137)

* Bump jekyll from 4.3.1 to 4.3.2 (#139)

Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/jekyll/jekyll/releases)
- [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown)
- [Commits](jekyll/jekyll@v4.3.1...v4.3.2)

---
updated-dependencies:
- dependency-name: jekyll
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* Bump jekyll-toc from 0.17.1 to 0.18.0 (#138)

Bumps [jekyll-toc](https://github.com/toshimaru/jekyll-toc) from 0.17.1 to 0.18.0.
- [Release notes](https://github.com/toshimaru/jekyll-toc/releases)
- [Commits](toshimaru/jekyll-toc@v0.17.1...v0.18.0)

---
updated-dependencies:
- dependency-name: jekyll-toc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* Background isolate channels (#140)

* Updated the platform channels documentation to show how to use plugins and platform channels from background isolate.

* Update src/development/platform-integration/platform-channels.md

Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>

Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>

* Add a blockquote style for new 'Security false positives' page (#141)

* Add a new check_link_references exception for release notes (#142)

* Add a new check_link_references exception

* Adjust code comments

* Remove release notes used for testing

* Use full code block for 'Testing accessibility on web' command (#143)

This allows for syntax highlighting and easy copying of the command.

* updating the Whats new in 3.7 page (#134)

* Updating for the 3.7 release

* Adding another update

* Fixing a typo

* Updating the what's new page for 3.7

* Fix unclosed comment

* Fix Impeller GitHub Wiki link reference

Co-authored-by: Parker Lougheed <parlough@gmail.com>

* 3.7.0 release notes (#136)

* [WIP] 3.7.0 release notes

* Update medium link

Update medium link to include flutter 3.7

* Fix broken medium link

Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>

* News toolkit page (#135)

* Stashing the in-progress news toolkit page

* Stashing the news toolkit page

* Tweaking, as per Zoey's instructions

* Fix toolkit docs link reference

Co-authored-by: Parker Lougheed <parlough@gmail.com>

* Update the videos page (#144)

* Adding a page on false positives from security tools

* Thorough update of the codelabs page.

* Stashing changes until I get more info

* Update the videos page for 3.7

* Remove sidenav change

* Delete security-false-positives.md

* link learning to fly s2e1

Co-authored-by: Khanh Nguyen <khanhnwin@gmail.com>

* Bump examples/codelabs from `967b87a` to `a6b830b` (#145)

* Updating banner to check to livestream (#147)

* Removing unpublished articles (#146)

* Bump flutter from `135454a` to `b06b8b2` (#148)

Bumps [flutter](https://github.com/flutter/flutter) from `135454a` to `b06b8b2`.
- [Release notes](https://github.com/flutter/flutter/releases)
- [Commits](flutter/flutter@135454a...b06b8b2)

---
updated-dependencies:
- dependency-name: flutter
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* fix build.yml

* Remove Python from CodeQL analysis

* Remove extra branch specifiers from link check workflow

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: John Ryan <ryjohn@google.com>
Co-authored-by: Khanh Nguyen <khanhnwin@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com>
Co-authored-by: Loic Sharma <loicsharma@google.com>
Co-authored-by: Mitchell Goodwin <58190796+MitchellGoodwin@users.noreply.github.com>
Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com>
Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
Co-authored-by: David Iglesias <ditman@gmail.com>
Co-authored-by: gaaclarke <30870216+gaaclarke@users.noreply.github.com>
Co-authored-by: Kevin Chisholm <kevinjchisholm@gmail.com>
Co-authored-by: Khanh Nguyen <yenkhanh@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants