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

build(deps): bump cachix/install-nix-action from 18 to 19 #2520

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2023

Bumps cachix/install-nix-action from 18 to 19.

Release notes

Sourced from cachix/install-nix-action's releases.

install-nix-action-v19

  • expose github_access_token option and use the default github token by default to prevent rate limiting
  • support --no-daemon installation
Commits
  • 5c11eae Merge pull request #158 from cachix/fix-test
  • 846213d update tests
  • bd6084e Merge pull request #156 from InternetUnexplorer/update-readme
  • 67388ca Merge pull request #157 from zimbatm/default-token
  • a4b8aaf Fix rate-limits by using github.token by default
  • 70980f0 clarify behavior of github_access_token option
  • 25d64bb Merge pull request #153 from InternetUnexplorer/master
  • b95f682 fix typo in github_access_token option
  • b15708f Merge pull request #152 from zimbatm/github-access-token
  • c04fcbc add github_access_token option
  • 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 [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 19.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v18...v19)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 7, 2023 10:16
@dependabot dependabot bot requested a review from bstrie February 7, 2023 10:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 7, 2023
@enarxbot enarxbot enabled auto-merge (rebase) February 7, 2023 10:16
@github-actions github-actions bot added the infrastructure General issues around project infrastructure label Feb 7, 2023
@codecov
Copy link

codecov bot commented Feb 7, 2023

Codecov Report

Merging #2520 (a809812) into main (5ed8a01) will decrease coverage by 3.11%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2520      +/-   ##
==========================================
- Coverage   56.80%   53.69%   -3.11%     
==========================================
  Files         205      205              
  Lines       14225    14225              
==========================================
- Hits         8080     7638     -442     
- Misses       6145     6587     +442     
Impacted Files Coverage Δ
src/backend/sev/cpuid_page.rs 0.00% <0.00%> (-96.00%) ⬇️
src/backend/sev/snp/launch/linux.rs 0.00% <0.00%> (-95.72%) ⬇️
src/backend/sev/builder.rs 0.00% <0.00%> (-89.38%) ⬇️
src/cli/key/mod.rs 0.00% <0.00%> (-83.34%) ⬇️
src/cli/key/sev/mod.rs 0.00% <0.00%> (-71.43%) ⬇️
src/backend/sev/mod.rs 36.11% <0.00%> (-59.73%) ⬇️
src/backend/sev/snp/launch/mod.rs 38.31% <0.00%> (-54.55%) ⬇️
src/cli/key/sev/digest.rs 67.39% <0.00%> (-23.92%) ⬇️
src/backend/kvm/mem.rs 85.71% <0.00%> (-14.29%) ⬇️
src/backend/sev/snp/mod.rs 7.52% <0.00%> (-8.61%) ⬇️
... and 4 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@rjzak
Copy link
Member

rjzak commented Feb 15, 2023

@haraldh can you force merge? Also, is there a better way to handle the code coverage job from blocking PRs?

auto-merge was automatically disabled February 15, 2023 21:12

Pull request was closed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 15, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@rvolosatovs rvolosatovs reopened this Feb 15, 2023
@github-actions github-actions bot enabled auto-merge (rebase) February 15, 2023 21:12
@haraldh
Copy link
Member

haraldh commented Feb 16, 2023

It's not the coverage holding it up. It's one required check, which did not even run.. most likely misnamed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2023

Superseded by #2524.

@dependabot dependabot bot closed this Mar 1, 2023
auto-merge was automatically disabled March 1, 2023 11:14

Pull request was closed

@dependabot dependabot bot deleted the dependabot/github_actions/cachix/install-nix-action-19 branch March 1, 2023 11:14
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 infrastructure General issues around project infrastructure
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants