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): update ci dependencies #234

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 21, 2023

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v3.5.2 -> v3.6.0
actions/setup-dotnet action minor v3.0.3 -> v3.3.0
actions/upload-artifact action minor v3.1.2 -> v3.2.1
alex-page/github-project-automation-plus action minor v0.8.3 -> v0.9.0
github/codeql-action action minor v2.3.0 -> v2.28.1
peter-evans/create-or-update-comment action minor v3.0.0 -> v3.1.0
peter-evans/find-comment action minor v2.3.0 -> v2.4.0

Release Notes

actions/checkout (actions/checkout)

v3.6.0

Compare Source

v3.5.3

Compare Source

actions/setup-dotnet (actions/setup-dotnet)

v3.3.0

Compare Source

What's Changed

Some .NET binaries and installers currently hosted on Azure Content Delivery Network (CDN) domains ending in .azureedge.net will move to new domains as the provider, edg.io, will soon cease operations. There may be downtime or unavailability of .azureedge.net domains in the future as the .NET team is required to migrate to a new CDN and set of domains moving forward.

If your workflows are pinned to specific SHAs or minor tags, please upgrade to a major release tag to avoid service disruptions. Edgio has confirmed their services will be operational until at least January 15, 2025.

For updates, follow https://github.com/dotnet/core/issues/9671.

Full Changelog: actions/setup-dotnet@v3.2.0...v3.3.0

v3.2.0

Compare Source

What's Changed

In scope of this minor release, the ability to cache the NuGet global-packages folder was added in https://github.com/actions/setup-dotnet/pull/303 by @​nogic1008

For caching, the action uses the @​toolkit/cache library under the hood, which in turn allows getting rid of configuring the @​actions/cache action separately.

Such input parameters as cache and cache-dependency-path were added. The cache input is optional, and caching is turned off by default, cache-dependency-path is used to specify the path to a dependency file - packages.lock.json.

Example of use-case:

- uses: actions/setup-dotnet@v3
  with:
    dotnet-version: 6.x
    cache: true
    cache-dependency-path: subdir/packages.lock.json

More details can be found in the action's documentation.

Full Changelog: actions/setup-dotnet@v3...v3.2.0

v3.1.0

Compare Source

What's Changed

This minor release includes the following new features:

- uses: actions/setup-dotnet@v3
  with:
    dotnet-version: '7.0.2xx'

More details about the new syntax can be found here.

It also contains several infrastructure changes:

New Contributors

Full Changelog: actions/setup-dotnet@v3...v3.1.0

actions/upload-artifact (actions/upload-artifact)

v3.2.1

Compare Source

What's Changed

This fixes the include-hidden-files input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0

Full Changelog: actions/upload-artifact@v3.2.0...v3.2.1

v3.2.0

Compare Source

Notice: Breaking Changes ⚠️

We will no longer include hidden files and folders by default in the upload-artifact action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files, to continue to do so.

See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.

What's Changed

Full Changelog: actions/upload-artifact@v3.1.3...v3.2.0

v3.1.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v3...v3.1.3

alex-page/github-project-automation-plus (alex-page/github-project-automation-plus)

v0.9.0

Compare Source

  • Update the NodeJS version of the action runner to Node 20. Thanks @​lkostrowski for the contribution.
github/codeql-action (github/codeql-action)

v2.28.1

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

This is the last planned release of the v2. To continue getting updates for the CodeQL Action, please switch to v3.

2.28.1 - 10 Jan 2025

  • CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #​2677
  • Update default CodeQL bundle version to 2.20.1. #​2678

See the full CHANGELOG.md for more information.

v2.28.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

This is the last planned release of the v2. To continue getting updates for the CodeQL Action, please switch to v3.

2.28.0 - 20 Dec 2024

  • Bump the minimum CodeQL bundle version to 2.15.5. #​2655
  • Don't fail in the unusual case that a file is on the search path. #​2660.

See the full CHANGELOG.md for more information.

v2.27.9

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.27.9 - 12 Dec 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v2.27.8

Compare Source

v2.27.7

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.27.7 - 10 Dec 2024
  • We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. #​2631
  • Update default CodeQL bundle version to 2.20.0. #​2636

See the full CHANGELOG.md for more information.

v2.27.6

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.27.6 - 03 Dec 2024
  • Update default CodeQL bundle version to 2.19.4. #​2626

See the full CHANGELOG.md for more information.

v2.27.5

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.27.5 - 19 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v2.27.4

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.27.4 - 14 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v2.27.3

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.27.3 - 12 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v2.27.2

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.27.2 - 12 Nov 2024

  • Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #​2590

See the full CHANGELOG.md for more information.

v2.27.1

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.27.1 - 08 Nov 2024
  • The CodeQL Action now downloads bundles compressed using Zstandard on GitHub Enterprise Server when using Linux or macOS runners. This speeds up the installation of the CodeQL tools. This feature is already available to GitHub.com users. #​2573
  • Update default CodeQL bundle version to 2.19.3. #​2576

See the full CHANGELOG.md for more information.

v2.27.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.27.0 - 22 Oct 2024

  • Bump the minimum CodeQL bundle version to 2.14.6. #​2549
  • Fix an issue where the upload-sarif Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by the upload-sarif Action. #​2557
  • Update default CodeQL bundle version to 2.19.2. #​2552

See the full CHANGELOG.md for more information.

v2.26.13

Compare Source

v2.26.12

Compare Source

v2.26.11

Compare Source

v2.26.10

Compare Source

v2.26.9

Compare Source

v2.26.8

Compare Source

v2.26.7

Compare Source

v2.26.6

Compare Source

v2.26.5

Compare Source

v2.26.4

Compare Source

v2.26.3

Compare Source

v2.26.2

Compare Source

v2.26.1

Compare Source

v2.26.0

Compare Source

v2.25.15

Compare Source

v2.25.14

Compare Source

v2.25.13

Compare Source

v2.25.12

Compare Source

v2.25.11

Compare Source

v2.25.10

Compare Source

v2.25.9

Compare Source

v2.25.8

Compare Source

v2.25.7

Compare Source

v2.25.6

Compare Source

v2.25.5

Compare Source

v2.25.4

Compare Source

v2.25.3

Compare Source

v2.25.2

Compare Source

v2.25.1

Compare Source

v2.25.0

Compare Source

v2.24.11

Compare Source

v2.24.10

Compare Source

v2.24.9

Compare Source

v2.24.8

Compare Source

v2.24.7

Compare Source

v2.24.6

Compare Source

v2.24.5

Compare Source

v2.24.4

Compare Source

v2.24.3

Compare Source

v2.24.2

Compare Source

v2.24.1

Compare Source

v2.24.0

Compare Source

v2.23.2

Compare Source

v2.23.1

Compare Source

v2.23.0

Compare Source

v2.22.12

Compare Source

v2.22.11

Compare Source

v2.22.10

Compare Source

v2.22.9

Compare Source

v2.22.8

Compare Source

v2.22.7

Compare Source

v2.22.6

Compare Source

v2.22.5

Compare Source

v2.22.4

Compare Source

v2.22.3

Compare Source

v2.22.2

Compare Source

v2.22.1

Compare Source

v2.22.0

Compare Source

v2.21.9

Compare Source

v2.21.8

Compare Source

v2.21.7

Compare Source

v2.21.6

Compare Source

v2.21.5

Compare Source

v2.21.4

Compare Source

v2.21.3

Compare Source

v2.21.2

Compare Source

v2.21.1

Compare Source

v2.21.0

Compare Source

v2.20.4

Compare Source

v2.20.3

Compare Source

v2.20.2

Compare Source

v2.20.1

Compare Source

v2.20.0

Compare Source

v2.13.4

Compare Source

v2.3.6

Compare Source

v2.3.5

Compare Source

v2.3.4

Compare Source

v2.3.3

Compare Source

v2.3.2

Compare Source

v2.3.1

Compare Source

peter-evans/create-or-update-comment (peter-evans/create-or-update-comment)

v3.1.0: Create or Update Comment v3.1.0

Compare Source

What's Changed

Full Changelog: peter-evans/create-or-update-comment@v3.0.2...v3.1.0

v3.0.2: Create or Update Comment v3.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: peter-evans/create-or-update-comment@v3.0.1...v3.0.2

v3.0.1: Create or Update Comment v3.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: peter-evans/create-or-update-comment@v3.0.0...v3.0.1

peter-evans/find-comment (peter-evans/find-comment)

v2.4.0: Find Comment v2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: peter-evans/find-comment@v2.3.0...v2.4.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added ci dependencies Pull requests that update a dependency file github-actions labels Apr 21, 2023
@renovate renovate bot force-pushed the renovate/ci-deps branch from 60f291b to bb663e0 Compare April 25, 2023 10:18
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.3.0 chore(deps): update ci dependencies Apr 25, 2023
@renovate renovate bot changed the title chore(deps): update ci dependencies chore(deps): update peter-evans/find-comment action to v2.4.0 Apr 26, 2023
@renovate renovate bot force-pushed the renovate/ci-deps branch from bb663e0 to 4b95185 Compare April 26, 2023 22:12
@renovate renovate bot changed the title chore(deps): update peter-evans/find-comment action to v2.4.0 chore(deps): update ci dependencies Apr 26, 2023
@renovate renovate bot force-pushed the renovate/ci-deps branch 3 times, most recently from 5c9bbcc to d04334e Compare May 4, 2023 20:05
@renovate renovate bot force-pushed the renovate/ci-deps branch 3 times, most recently from b4bc6bc to 31e7d4c Compare June 2, 2023 17:41
@renovate renovate bot force-pushed the renovate/ci-deps branch 3 times, most recently from 48cf1df to 9252387 Compare June 13, 2023 19:10
@renovate renovate bot force-pushed the renovate/ci-deps branch from 9252387 to c10959d Compare June 21, 2023 14:27
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from 10fdb02 to 7d2132d Compare July 6, 2023 14:32
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from 67add2f to fe4b29d Compare July 19, 2023 13:11
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from d7b24bb to 41ab4c4 Compare July 28, 2023 16:01
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from a4a0f4c to 3b0cd63 Compare August 14, 2023 14:45
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from a0709b3 to d439cf5 Compare August 28, 2023 19:16
@renovate renovate bot force-pushed the renovate/ci-deps branch from d439cf5 to d2657da Compare September 6, 2023 21:33
@renovate renovate bot force-pushed the renovate/ci-deps branch from f8ce9de to 34fa4d5 Compare August 6, 2024 19:47
@renovate renovate bot force-pushed the renovate/ci-deps branch 3 times, most recently from 4002555 to fb18b7c Compare August 19, 2024 19:00
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from 55b46eb to 2fa2375 Compare August 24, 2024 01:52
@renovate renovate bot force-pushed the renovate/ci-deps branch 3 times, most recently from 54d1bbc to a53d643 Compare September 2, 2024 18:37
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from a197867 to 1141ac4 Compare September 19, 2024 14:27
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from 106504c to a72011a Compare September 30, 2024 15:03
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from 16a1e93 to 4295069 Compare October 7, 2024 18:34
@renovate renovate bot force-pushed the renovate/ci-deps branch from 4295069 to 2b00763 Compare October 14, 2024 20:39
@renovate renovate bot force-pushed the renovate/ci-deps branch from 2b00763 to 63961b1 Compare October 22, 2024 20:04
@renovate renovate bot force-pushed the renovate/ci-deps branch 4 times, most recently from 44cacb7 to 29ef389 Compare November 14, 2024 16:50
@renovate renovate bot force-pushed the renovate/ci-deps branch from 29ef389 to 22dda43 Compare November 20, 2024 22:38
@renovate renovate bot force-pushed the renovate/ci-deps branch from 22dda43 to 91e038b Compare December 3, 2024 15:24
@renovate renovate bot force-pushed the renovate/ci-deps branch 3 times, most recently from d25ad98 to 25abffa Compare December 13, 2024 02:15
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from a342075 to bb09a4d Compare December 27, 2024 00:37
@renovate renovate bot force-pushed the renovate/ci-deps branch from bb09a4d to 23cfde3 Compare January 10, 2025 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci dependencies Pull requests that update a dependency file github-actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants