Artalk
Artalk copied to clipboard
chore(deps/ci): bump the deps group in /.github/workflows with 3 updates
Bumps the deps group in /.github/workflows with 3 updates: github/codeql-action, peter-evans/create-pull-request and peter-evans/repository-dispatch.
Updates github/codeql-action from 2 to 3
Release notes
Sourced from github/codeql-action's releases.
CodeQL Bundle v2.16.1
Bundles CodeQL CLI v2.16.1
Includes the following CodeQL language packs from
github/codeql@codeql-cli/v2.16.1:
codeql/cpp-queries(changelog, source)codeql/cpp-all(changelog, source)codeql/csharp-queries(changelog, source)codeql/csharp-all(changelog, source)codeql/go-queries(changelog, source)codeql/go-all(changelog, source)codeql/java-queries(changelog, source)codeql/java-all(changelog, source)codeql/javascript-queries(changelog, source)codeql/javascript-all(changelog, source)codeql/python-queries(changelog, source)codeql/python-all(changelog, source)codeql/ruby-queries(changelog, source)codeql/ruby-all(changelog, source)codeql/swift-queries(changelog, source)codeql/swift-all(changelog, source)CodeQL Bundle v2.16.0
Bundles CodeQL CLI v2.16.0
Includes the following CodeQL language packs from
github/codeql@codeql-cli/v2.16.0:
codeql/cpp-queries(changelog, source)codeql/cpp-all(changelog, source)codeql/csharp-queries(changelog, source)codeql/csharp-all(changelog, source)codeql/go-queries(changelog, source)codeql/go-all(changelog, source)codeql/java-queries(changelog, source)codeql/java-all(changelog, source)codeql/javascript-queries(changelog, source)codeql/javascript-all(changelog, source)codeql/python-queries(changelog, source)codeql/python-all(changelog, source)codeql/ruby-queries(changelog, source)codeql/ruby-all(changelog, source)codeql/swift-queries(changelog, source)codeql/swift-all(changelog, source)CodeQL Bundle v2.15.5
Bundles CodeQL CLI v2.15.5
Includes the following CodeQL language packs from
github/codeql@codeql-cli/v2.15.5:
... (truncated)
Changelog
Sourced from github/codeql-action's changelog.
3.23.2 - 26 Jan 2024
- On Linux, the maximum possible value for the
--threadsoption now respects the CPU count as specified incgroupfiles to more accurately reflect the number of available cores when running in containers. #2083- Update default CodeQL bundle version to 2.16.1. #2096
3.23.1 - 17 Jan 2024
- Update default CodeQL bundle version to 2.16.0. #2073
- Change the retention period for uploaded debug artifacts to 7 days. Previously, this was whatever the repository default was. #2079
3.23.0 - 08 Jan 2024
- We are rolling out a feature in January 2024 that will disable Python dependency installation by default for all users. This improves the speed of analysis while having only a very minor impact on results. You can override this behavior by setting
CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION=falsein your workflow, however we plan to remove this ability in future versions of the CodeQL Action. #2031- The CodeQL Action now requires CodeQL version 2.11.6 or later. For more information, see the corresponding changelog entry for CodeQL Action version 2.22.7. #2009
3.22.12 - 22 Dec 2023
- Update default CodeQL bundle version to 2.15.5. #2047
3.22.11 - 13 Dec 2023
- [v3+ only] The CodeQL Action now runs on Node.js v20. #2006
2.22.10 - 12 Dec 2023
- Update default CodeQL bundle version to 2.15.4. #2016
2.22.9 - 07 Dec 2023
No user facing changes.
2.22.8 - 23 Nov 2023
- Update default CodeQL bundle version to 2.15.3. #2001
2.22.7 - 16 Nov 2023
- Add a deprecation warning for customers using CodeQL version 2.11.5 and earlier. These versions of CodeQL were discontinued on 8 November 2023 alongside GitHub Enterprise Server 3.7, and will be unsupported by CodeQL Action v2.23.0 and later. #1993
- If you are using one of these versions, please update to CodeQL CLI version 2.11.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
- Alternatively, if you want to continue using a version of the CodeQL CLI between 2.10.5 and 2.11.5, you can replace
github/codeql-action/*@v2bygithub/codeql-action/*@v2.22.7in your code scanning workflow to ensure you continue using this version of the CodeQL Action.2.22.6 - 14 Nov 2023
- Customers running Python analysis on macOS using version 2.14.6 or earlier of the CodeQL CLI should upgrade to CodeQL CLI version 2.15.0 or later. If you do not wish to upgrade the CodeQL CLI, ensure that you are using Python version 3.11 or earlier, as CodeQL version 2.14.6 and earlier do not support Python 3.12. You can achieve this by adding a
setup-pythonstep to your code scanning workflow before the step that invokesgithub/codeql-action/init.- Update default CodeQL bundle version to 2.15.2. #1978
2.22.5 - 27 Oct 2023
No user facing changes.
... (truncated)
Commits
e86ee7ffix typo in comment4f9fb97update wording of deprecation warninga854253ensure deprecation warning is only shown once per jobf72cffcadd v2 deprecation warningd13ca04Merge pull request #2090 from github/mergeback/v3.23.1-to-main-0b21cf24475e2afUpdate checked-in dependencies- See full diff in compare view
Updates peter-evans/create-pull-request from 5 to 6
Release notes
Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v6.0.0
Behaviour changes
- The default values for
authorandcommitterhave changed. See "What's new" below for details. If you are overriding the default values you will not be affected by this change.- On completion, the action now removes the temporary git remote configuration it adds when using
push-to-fork. This should not affect you unless you were using the temporary configuration for some other purpose after the action completes.What's new
- Updated runtime to Node.js 20
- The action now requires a minimum version of v2.308.0 for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.
- The default value for
authorhas been changed to${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>. The change adds the${{ github.actor_id }}+prefix to the email address to align with GitHub's standard format for the author email address.- The default value for
committerhas been changed togithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>. This is to align with the default GitHub Actions bot user account.- Adds input
git-token, the Personal Access Token (PAT) that the action will use for git operations. This input defaults to the value oftoken. Use this input if you would like the action to use a different token for git operations than the one used for the GitHub API.push-to-forknow supports pushing to sibling repositories in the same network.- Previously, when using
push-to-fork, the action did not remove temporary git remote configuration it adds during execution. This has been fixed and the configuration is now removed when the action completes.- If the pull request body is truncated due to exceeding the maximum length, the action will now suffix the body with the message "...[Pull request body truncated]" to indicate that the body has been truncated.
- The action now uses
--unshallowonly when necessary, rather than as a default argument ofgit fetch. This should improve performance, particularly for large git repositories with extensive commit history.- The action can now be executed on one GitHub server and create pull requests on a different GitHub server. Server products include GitHub hosted (github.com), GitHub Enterprise Server (GHES), and GitHub Enterprise Cloud (GHEC). For example, the action can be executed on GitHub hosted and create pull requests on a GHES or GHEC instance.
What's Changed
- Update distribution by
@actions-botin peter-evans/create-pull-request#2086- fix crazy-max/ghaction-import-gp parameters by
@fharperin peter-evans/create-pull-request#2177- Update distribution by
@actions-botin peter-evans/create-pull-request#2364- Use checkout v4 by
@okuramasafumiin peter-evans/create-pull-request#2521- Note about
delete-branchby@dezren39in peter-evans/create-pull-request#2631- 98 dependency updates by
@dependabotNew Contributors
@fharpermade their first contribution in peter-evans/create-pull-request#2177@okuramasafumimade their first contribution in peter-evans/create-pull-request#2521@dezren39made their first contribution in peter-evans/create-pull-request#2631Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v5.0.2...v6.0.0
Create Pull Request v5.0.2
⚙️ Fixes an issue that occurs when using
push-to-forkand both base and head repositories are in the same org/user account.What's Changed
- fix: specify head repo by
@peter-evansin peter-evans/create-pull-request#2044- 20 dependency updates by
@dependabotFull Changelog: https://github.com/peter-evans/create-pull-request/compare/v5.0.1...v5.0.2
Create Pull Request v5.0.1
What's Changed
- fix: truncate body if exceeds max length by
@peter-evansin peter-evans/create-pull-request#1915- 12 dependency updates by
@dependabotFull Changelog: https://github.com/peter-evans/create-pull-request/compare/v5.0.0...v5.0.1
Commits
b1ddad2feat: v6 (#2717)bb80902build(deps-dev): bump@types/nodefrom 18.19.8 to 18.19.10 (#2712)e0037d4build(deps): bump peter-evans/create-or-update-comment from 3 to 4 (#2702)94b1f99build(deps): bump peter-evans/find-comment from 2 to 3 (#2703)69c27eabuild(deps-dev): bump ts-jest from 29.1.1 to 29.1.2 (#2685)7ea722abuild(deps-dev): bump prettier from 3.2.2 to 3.2.4 (#2684)5ee839abuild(deps-dev): bump@types/nodefrom 18.19.7 to 18.19.8 (#2683)60fc256build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 (#2660)0c67723build(deps-dev): bump@types/nodefrom 18.19.5 to 18.19.7 (#2661)4e288e8build(deps-dev): bump prettier from 3.1.1 to 3.2.2 (#2659)- Additional commits viewable in compare view
Updates peter-evans/repository-dispatch from 2 to 3
Release notes
Sourced from peter-evans/repository-dispatch's releases.
Repository Dispatch v3.0.0
⚙️ Updated runtime to Node.js 20
- The action now requires a minimum version of v2.308.0 for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.
What's Changed
- Bump prettier to fix deps by
@peter-evansin peter-evans/repository-dispatch#255- build(deps-dev): bump
@types/nodefrom 18.17.12 to 18.17.14 by@dependabotin peter-evans/repository-dispatch#257- build(deps-dev): bump
@vercel/nccfrom 0.36.1 to 0.38.0 by@dependabotin peter-evans/repository-dispatch#258- build(deps): bump actions/checkout from 3 to 4 by
@dependabotin peter-evans/repository-dispatch#259- build(deps-dev): bump
@types/nodefrom 18.17.14 to 18.17.16 by@dependabotin peter-evans/repository-dispatch#261- build(deps): bump
@actions/corefrom 1.10.0 to 1.10.1 by@dependabotin peter-evans/repository-dispatch#262- build(deps-dev): bump jest-circus from 29.6.4 to 29.7.0 by
@dependabotin peter-evans/repository-dispatch#263- build(deps-dev): bump eslint from 8.48.0 to 8.49.0 by
@dependabotin peter-evans/repository-dispatch#264- Update distribution by
@actions-botin peter-evans/repository-dispatch#265- build(deps-dev): bump
@types/nodefrom 18.17.16 to 18.17.18 by@dependabotin peter-evans/repository-dispatch#266- build(deps-dev): bump eslint-plugin-github from 4.10.0 to 4.10.1 by
@dependabotin peter-evans/repository-dispatch#267- build(deps-dev): bump
@types/nodefrom 18.17.18 to 18.18.0 by@dependabotin peter-evans/repository-dispatch#268- build(deps-dev): bump eslint from 8.49.0 to 8.50.0 by
@dependabotin peter-evans/repository-dispatch#269- build(deps-dev): bump
@types/nodefrom 18.18.0 to 18.18.3 by@dependabotin peter-evans/repository-dispatch#271- build(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.0.1 by
@dependabotin peter-evans/repository-dispatch#275- build(deps-dev): bump
@types/nodefrom 18.18.3 to 18.18.5 by@dependabotin peter-evans/repository-dispatch#274- build(deps-dev): bump eslint from 8.50.0 to 8.51.0 by
@dependabotin peter-evans/repository-dispatch#276- build(deps-dev): bump
@babel/traversefrom 7.16.3 to 7.23.2 by@dependabotin peter-evans/repository-dispatch#278- build(deps-dev): bump
@types/nodefrom 18.18.5 to 18.18.6 by@dependabotin peter-evans/repository-dispatch#279- build(deps-dev): bump
@vercel/nccfrom 0.38.0 to 0.38.1 by@dependabotin peter-evans/repository-dispatch#280- build(deps-dev): bump eslint from 8.51.0 to 8.52.0 by
@dependabotin peter-evans/repository-dispatch#281- build(deps-dev): bump
@types/nodefrom 18.18.6 to 18.18.7 by@dependabotin peter-evans/repository-dispatch#282- build(deps): bump actions/setup-node from 3 to 4 by
@dependabotin peter-evans/repository-dispatch#283- build(deps-dev): bump
@types/nodefrom 18.18.7 to 18.18.8 by@dependabotin peter-evans/repository-dispatch#284- build(deps-dev): bump
@types/nodefrom 18.18.8 to 18.18.9 by@dependabotin peter-evans/repository-dispatch#285- build(deps-dev): bump eslint from 8.52.0 to 8.53.0 by
@dependabotin peter-evans/repository-dispatch#286- build(deps-dev): bump prettier from 3.0.3 to 3.1.0 by
@dependabotin peter-evans/repository-dispatch#287- build(deps-dev): bump eslint from 8.53.0 to 8.54.0 by
@dependabotin peter-evans/repository-dispatch#289- build(deps-dev): bump
@types/nodefrom 18.18.9 to 18.18.13 by@dependabotin peter-evans/repository-dispatch#290- build(deps-dev): bump
@types/nodefrom 18.18.13 to 18.19.0 by@dependabotin peter-evans/repository-dispatch#291- build(deps-dev): bump
@types/nodefrom 18.19.0 to 18.19.3 by@dependabotin peter-evans/repository-dispatch#292- build(deps-dev): bump eslint from 8.54.0 to 8.55.0 by
@dependabotin peter-evans/repository-dispatch#293- build(deps-dev): bump prettier from 3.1.0 to 3.1.1 by
@dependabotin peter-evans/repository-dispatch#296- build(deps): bump actions/upload-artifact from 3 to 4 by
@dependabotin peter-evans/repository-dispatch#295- build(deps-dev): bump eslint from 8.55.0 to 8.56.0 by
@dependabotin peter-evans/repository-dispatch#297- build(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.1 by
@dependabotin peter-evans/repository-dispatch#298- build(deps-dev): bump eslint-plugin-prettier from 5.1.1 to 5.1.2 by
@dependabotin peter-evans/repository-dispatch#299- build(deps-dev): bump
@types/nodefrom 18.19.3 to 18.19.4 by@dependabotin peter-evans/repository-dispatch#300- build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 by
@dependabotin peter-evans/repository-dispatch#301- build(deps-dev): bump
@types/nodefrom 18.19.4 to 18.19.6 by@dependabotin peter-evans/repository-dispatch#302- build(deps-dev): bump prettier from 3.1.1 to 3.2.4 by
@dependabotin peter-evans/repository-dispatch#303- build(deps-dev): bump
@types/nodefrom 18.19.6 to 18.19.8 by@dependabotin peter-evans/repository-dispatch#304- feat: update runtime to node 20 by
@peter-evansin peter-evans/repository-dispatch#305
... (truncated)
Commits
ff45666feat: update runtime to node 20 (#305)a4a9027build(deps-dev): bump@types/nodefrom 18.19.6 to 18.19.8 (#304)2605253build(deps-dev): bump prettier from 3.1.1 to 3.2.4 (#303)ab3258ebuild(deps-dev): bump@types/nodefrom 18.19.4 to 18.19.6 (#302)240bc73build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 (#301)8aa15c5build(deps-dev): bump@types/nodefrom 18.19.3 to 18.19.4 (#300)22aa07cbuild(deps-dev): bump eslint-plugin-prettier from 5.1.1 to 5.1.2 (#299)ba02985build(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.1 (#298)accfd7bbuild(deps-dev): bump eslint from 8.55.0 to 8.56.0 (#297)3c7d964build(deps): bump actions/upload-artifact from 3 to 4 (#295)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions