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 ossf/scorecard-action action to v2 #273

Merged
merged 1 commit into from Nov 6, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ossf/scorecard-action action major v1.1.1 -> v2.0.6

Release Notes

ossf/scorecard-action

v2.0.6

Compare Source

What's Changed

Full Changelog: ossf/scorecard-action@v2.0.5...v2.0.6

v2.0.5

Compare Source

What's Changed

New Contributors

Full Changelog: ossf/scorecard-action@v2.0.4...v2.0.5

v2.0.4

Compare Source

Fixes #​856

What's Changed

New Contributors

Full Changelog: ossf/scorecard-action@v2.0.3...v2.0.4

v2.0.3

Compare Source

Patch for fix in #​898

v2.0.2

Compare Source

Fixes https://github.com/ossf/scorecard-action/issues/895

v2.0.1

Compare Source

Fix for #​856

v2.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: ossf/scorecard-action@v1.1.2...v2.0.0

v1.1.2

Compare Source

What's Changed

Full Changelog: ossf/scorecard-action@v1.1.1...v1.1.2


Configuration

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

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 requested review from kilpatty and a team as code owners November 6, 2022 00:40
@renovate renovate bot added the auto-update label Nov 6, 2022
@github-actions
Copy link

github-actions bot commented Nov 6, 2022

🤠 Cargo bloat for toolchain stable-x86_64-unknown-linux-gnu 🤠

@@ Size breakdown @@

Size       1.31 MB
Text size  1.31 MB

No changes to crate sizes

Dependency tree
@@ Dependency tree @@
Count: 124

├─ async-trait v0.1.58 (proc-macro)
│  ├─ proc-macro2 v1.0.47
│  │  └─ unicode-ident v1.0.5
│  ├─ quote v1.0.21
│  │  └─ proc-macro2 v1.0.47 
│  └─ syn v1.0.103
│     ├─ proc-macro2 v1.0.47 
│     ├─ quote v1.0.21 
│     └─ unicode-ident v1.0.5
├─ bit-set v0.5.3
│  └─ bit-vec v0.6.3
├─ chrono v0.4.22
│  ├─ iana-time-zone v0.1.53
│  ├─ num-integer v0.1.45
│  │  ├─ num-traits v0.2.15
│  │  │  └─ autocfg v1.1.0
│  │  └─ autocfg v1.1.0
│  └─ num-traits v0.2.15 
├─ encodings v0.1.0
├─ extended-primitives v0.3.8
│  ├─ encodings v0.1.0
│  └─ thiserror v1.0.37
│     └─ thiserror-impl v1.0.37 (proc-macro)
│        ├─ proc-macro2 v1.0.47 
│        ├─ quote v1.0.21 
│        └─ syn v1.0.103 
├─ futures v0.3.25
│  ├─ futures-channel v0.3.25
│  │  ├─ futures-core v0.3.25
│  │  └─ futures-sink v0.3.25
│  ├─ futures-core v0.3.25
│  ├─ futures-executor v0.3.25
│  │  ├─ futures-core v0.3.25
│  │  ├─ futures-task v0.3.25
│  │  └─ futures-util v0.3.25
│  │     ├─ futures-channel v0.3.25 
│  │     ├─ futures-core v0.3.25
│  │     ├─ futures-io v0.3.25
│  │     ├─ futures-macro v0.3.25 (proc-macro)
│  │     │  ├─ proc-macro2 v1.0.47 
│  │     │  ├─ quote v1.0.21 
│  │     │  └─ syn v1.0.103 
│  │     ├─ futures-sink v0.3.25
│  │     ├─ futures-task v0.3.25
│  │     ├─ memchr v2.5.0
│  │     ├─ pin-project-lite v0.2.9
│  │     ├─ pin-utils v0.1.0
│  │     └─ slab v0.4.7
│  │        └─ autocfg v1.1.0
│  ├─ futures-io v0.3.25
│  ├─ futures-sink v0.3.25
│  ├─ futures-task v0.3.25
│  └─ futures-util v0.3.25 
├─ serde v1.0.147
│  └─ serde_derive v1.0.147 (proc-macro)
│     ├─ proc-macro2 v1.0.47 
│     ├─ quote v1.0.21 
│     └─ syn v1.0.103 
├─ serde_json v1.0.87
│  ├─ itoa v1.0.4
│  ├─ ryu v1.0.11
│  └─ serde v1.0.147 
├─ signal-hook v0.3.14
│  ├─ libc v0.2.137
│  └─ signal-hook-registry v1.4.0
│     └─ libc v0.2.137
├─ signal-hook-tokio v0.3.1
│  ├─ futures-core v0.3.25
│  ├─ libc v0.2.137
│  ├─ signal-hook v0.3.14 
│  └─ tokio v1.21.2
│     ├─ bytes v1.2.1
│     ├─ libc v0.2.137
│     ├─ memchr v2.5.0
│     ├─ mio v0.8.5
│     │  ├─ libc v0.2.137
│     │  └─ log v0.4.17
│     │     └─ cfg-if v1.0.0
│     ├─ num_cpus v1.14.0
│     │  └─ libc v0.2.137
│     ├─ parking_lot v0.12.1
│     │  ├─ lock_api v0.4.9
│     │  │  ├─ scopeguard v1.1.0
│     │  │  └─ autocfg v1.1.0
│     │  └─ parking_lot_core v0.9.4
│     │     ├─ cfg-if v1.0.0
│     │     ├─ libc v0.2.137
│     │     └─ smallvec v1.10.0
│     ├─ pin-project-lite v0.2.9
│     ├─ signal-hook-registry v1.4.0 
│     ├─ socket2 v0.4.7
│     │  └─ libc v0.2.137
│     ├─ tokio-macros v1.8.0 (proc-macro)
│     │  ├─ proc-macro2 v1.0.47 
│     │  ├─ quote v1.0.21 
│     │  └─ syn v1.0.103 
│     └─ autocfg v1.1.0
├─ thiserror v1.0.37 
├─ tokio v1.21.2 
├─ tokio-stream v0.1.11
│  ├─ futures-core v0.3.25
│  ├─ pin-project-lite v0.2.9
│  └─ tokio v1.21.2 
├─ tokio-util v0.7.4
│  ├─ bytes v1.2.1
│  ├─ futures-core v0.3.25
│  ├─ futures-sink v0.3.25
│  ├─ pin-project-lite v0.2.9
│  └─ tokio v1.21.2 
├─ tracing v0.1.37
│  ├─ cfg-if v1.0.0
│  ├─ pin-project-lite v0.2.9
│  ├─ tracing-attributes v0.1.23 (proc-macro)
│  │  ├─ proc-macro2 v1.0.47 
│  │  ├─ quote v1.0.21 
│  │  └─ syn v1.0.103 
│  └─ tracing-core v0.1.30
│     └─ once_cell v1.16.0
└─ uuid v1.2.1
   ├─ getrandom v0.2.8
   │  ├─ cfg-if v1.0.0
   │  └─ libc v0.2.137
   └─ serde v1.0.147 

Commit: 5964489 (Compare with baseline commit)

@codecov-commenter
Copy link

Codecov Report

Merging #273 (0d900e0) into master (057c0c5) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #273   +/-   ##
=======================================
  Coverage   21.01%   21.01%           
=======================================
  Files          19       19           
  Lines        1318     1318           
=======================================
  Hits          277      277           
  Misses       1041     1041           

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

@renovate
Copy link
Contributor Author

renovate bot commented Nov 6, 2022

bors: r+

@bors
Copy link
Contributor

bors bot commented Nov 6, 2022

Build succeeded:

@bors bors bot merged commit 4de0ed6 into master Nov 6, 2022
@bors bors bot deleted the renovate/ossf-scorecard-action-2.x branch November 6, 2022 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant