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.2.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.27.0
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.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.27.0

Compare Source

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 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 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 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 2 times, most recently from 64092d5 to 15be7ae Compare May 13, 2024 16:43
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from 6fb53d0 to 7b7c954 Compare June 4, 2024 16:11
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from b6102bb to 1b1efe3 Compare June 13, 2024 17:39
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from a3edc28 to 090b5f0 Compare July 25, 2024 11:09
@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
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