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 #1838

Merged
merged 1 commit into from
Apr 3, 2023
Merged

chore(deps): update ci dependencies #1838

merged 1 commit into from
Apr 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v3.2.0 -> v3.5.0
actions/dependency-review-action action patch v3.0.2 -> v3.0.4
actions/setup-node action minor v3.5.1 -> v3.6.0
actions/upload-artifact action patch v3.1.1 -> v3.1.2
alex-page/github-project-automation-plus action patch v0.8.2 -> v0.8.3
cloudflare/pages-action action minor v1.3.0 -> v1.4.1
dawidd6/action-download-artifact action minor v2.24.2 -> v2.26.0
docker/build-push-action action major v3.2.0 -> v4.0.0
docker/setup-buildx-action action minor v2.2.1 -> v2.5.0
thollander/actions-comment-pull-request action patch v2.3.0 -> v2.3.1

Release Notes

actions/checkout

v3.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v3.4.0...v3.5.0

v3.4.0

Compare Source

v3.3.0

Compare Source

actions/dependency-review-action

v3.0.4: 3.0.4

Compare Source

What's New?

The Action can now publish a comment in the pull request if the comment-summary-in-pr option is set. More information can be found in the README.

New Contributors

Changelog

Full Changelog: actions/dependency-review-action@v3...v3.0.4

v3.0.3: 3.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v3...v3.0.3

actions/setup-node

v3.6.0: Add Support for Nightly, Canary and RC builds for Node.js

Compare Source

In scope of this release we added support to download nightly, rc (https://github.com/actions/setup-node/pull/611) and canary (https://github.com/actions/setup-node/pull/619) Node.js distributions.

For nightly versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-nightly'
      - run: npm ci
      - run: npm test
For canary versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-v8-canary’
      - run: npm ci
      - run: npm test
For rc versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16.0.0-rc.1’
      - run: npm ci
      - run: npm test

Note: For more examples please refer to documentation.

Besides, we added the following changes as:

actions/upload-artifact

v3.1.2

Compare Source

  • Update all @actions/* NPM packages to their latest versions- #​374
  • Update all dev dependencies to their most recent versions - #​375
alex-page/github-project-automation-plus

v0.8.3

Compare Source

Update documentation so users get the latest version.

cloudflare/pages-action

v1.4.1

Compare Source

What's Changed

Full Changelog: cloudflare/pages-action@v1.4.0...v1.4.1

v1.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: cloudflare/pages-action@1...v1.4.0

dawidd6/action-download-artifact

v2.26.0

Compare Source

v2.25.0

Compare Source

v2.24.4

Compare Source

v2.24.3

Compare Source

docker/build-push-action

v4.0.0

Compare Source

Note

Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

Full Changelog: docker/build-push-action@v3.3.1...v4.0.0

v3.3.1

Compare Source

Full Changelog: docker/build-push-action@v3.3.0...v3.3.1

v3.3.0

Compare Source

Note

Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

Full Changelog: docker/build-push-action@v3.2.0...v3.3.0

docker/setup-buildx-action

v2.5.0

Compare Source

Full Changelog: docker/setup-buildx-action@v2.4.1...v2.5.0

v2.4.1

Compare Source

Full Changelog: docker/setup-buildx-action@v2.4.0...v2.4.1

v2.4.0

Compare Source

Full Changelog: docker/setup-buildx-action@v2.3.0...v2.4.0

v2.3.0

Compare Source

Full Changelog: docker/setup-buildx-action@v2.2.1...v2.3.0

thollander/actions-comment-pull-request

v2.3.1: : fix absolute path management

Compare Source

What's Changed

Full Changelog: thollander/actions-comment-pull-request@v2.3.0...v2.3.1


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 is behind base branch, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 4, 2023
@jellyfin-bot jellyfin-bot added the ci Pull requests that update Continuos Integration-related code label Jan 4, 2023
@renovate renovate bot changed the title chore(deps): update dawidd6/action-download-artifact action to v2.24.3 chore(deps): update ci dependencies Jan 5, 2023
@renovate renovate bot force-pushed the renovate/ci-deps branch 7 times, most recently from db717fd to 994f9b2 Compare January 13, 2023 11:58
@renovate renovate bot force-pushed the renovate/ci-deps branch 8 times, most recently from 2828254 to 998f507 Compare January 19, 2023 17:58
@renovate renovate bot force-pushed the renovate/ci-deps branch 6 times, most recently from c34d67c to 03568f0 Compare January 30, 2023 21:33
@renovate renovate bot force-pushed the renovate/ci-deps branch 3 times, most recently from 5c32ecd to a035f1c Compare February 6, 2023 14:12
@renovate renovate bot force-pushed the renovate/ci-deps branch 3 times, most recently from 8c4dc87 to ea1f3e2 Compare February 16, 2023 16:16
@ferferga ferferga mentioned this pull request Feb 18, 2023
15 tasks
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from ae7467d to a42ef87 Compare February 22, 2023 22:01
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from c8aa2f2 to 4d80593 Compare March 1, 2023 23:02
@renovate renovate bot force-pushed the renovate/ci-deps branch 5 times, most recently from 1a69149 to efbebf7 Compare March 15, 2023 22:07
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from d8396a1 to 5a7dcc9 Compare March 24, 2023 06:11
@sonarcloud
Copy link

sonarcloud bot commented Mar 31, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented Apr 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@jellyfin-bot
Copy link

Cloudflare Pages deployment

Latest commit 8a176f3
Status ✅ Deployed!
Preview URL https://e807f8cd.jf-vue.pages.dev
Type 🔀 Preview

View build logs
View bot logs

@ferferga ferferga merged commit 574806b into master Apr 3, 2023
@ferferga ferferga deleted the renovate/ci-deps branch April 3, 2023 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Pull requests that update Continuos Integration-related code dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants