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 github/codeql-action from 1 to 2 #724

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2022

Bumps github/codeql-action from 1 to 2.

Changelog

Sourced from github/codeql-action's changelog.

2.1.9 - 27 Apr 2022

  • Add working-directory input to the autobuild action. #1024
  • The analyze and upload-sarif actions will now wait up to 2 minutes for processing to complete after they have uploaded the results so they can report any processing errors that occurred. This behavior can be disabled by setting the wait-for-processing action input to "false". #1007
  • Update default CodeQL bundle version to 2.9.0.
  • Fix a bug where status reporting fails on Windows. #1042

2.1.8 - 08 Apr 2022

  • Update default CodeQL bundle version to 2.8.5. #1014
  • Fix error where the init action would fail due to a GitHub API request that was taking too long to complete #1025

2.1.7 - 05 Apr 2022

  • A bug where additional queries specified in the workflow file would sometimes not be respected has been fixed. #1018

2.1.6 - 30 Mar 2022

  • [v2+ only] The CodeQL Action now runs on Node.js v16. #1000
  • Update default CodeQL bundle version to 2.8.4. #990
  • Fix a bug where an invalid commit_oid was being sent to code scanning when a custom checkout path was being used. #956
Commits
  • 3962f1b Bump glob from 7.1.7 to 8.0.1
  • 9daf1de Update references to release branches
  • bce749b Improve consistency of variable references in Bash
  • fce4a01 Update the major version tag within the release process
  • bac9320 Update description of "Tag release and merge back" workflow
  • b3bf557 Merge branch 'main' into henrymercer/handle-merge-conflicts-in-releases
  • f6312f1 Commit any conflicts during v1 backport to simplify release process
  • See full diff 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 [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 9, 2022
@codecov
Copy link

codecov bot commented May 9, 2022

Codecov Report

Merging #724 (79227c8) into master (3a932f3) will increase coverage by 0.59%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #724      +/-   ##
==========================================
+ Coverage   95.26%   95.85%   +0.59%     
==========================================
  Files           4        4              
  Lines         169      169              
  Branches       48       48              
==========================================
+ Hits          161      162       +1     
+ Misses          8        7       -1     
Flag Coverage Δ
demo 80.00% <ø> (ø)
macos-latest 95.85% <ø> (+0.59%) ⬆️
script 97.40% <ø> (+0.64%) ⬆️
ubuntu-latest 95.85% <ø> (+0.59%) ⬆️
version 80.00% <ø> (ø)
windows-latest 95.85% <ø> (+0.59%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/buildExec.ts 99.16% <0.00%> (+0.83%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3a932f3...79227c8. Read the comment docs.

@mitchell-codecov mitchell-codecov merged commit cbf117b into master May 9, 2022
@mitchell-codecov mitchell-codecov deleted the dependabot/github_actions/github/codeql-action-2 branch May 9, 2022 12:24
bruxisma pushed a commit to bruxisma/go-apt-transport that referenced this pull request Sep 19, 2022
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [codecov/codecov-action](https://togithub.com/codecov/codecov-action)
| action | patch | `v3.1.0` -> `v3.1.1` |

---

### Release Notes

<details>
<summary>codecov/codecov-action</summary>

###
[`v3.1.1`](https://togithub.com/codecov/codecov-action/releases/tag/v3.1.1)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v3.1.0...v3.1.1)

#### What's Changed

- Update deprecation warning by
[@&#8203;slifty](https://togithub.com/slifty) in
[codecov/codecov-action#661
- Create codeql-analysis.yml by
[@&#8203;mitchell-codecov](https://togithub.com/mitchell-codecov) in
[codecov/codecov-action#593
- build(deps): bump node-fetch from 3.2.3 to 3.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#714
- build(deps-dev): bump typescript from 4.6.3 to 4.6.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#713
- README: fix typo by [@&#8203;Evalir](https://togithub.com/Evalir) in
[codecov/codecov-action#712
- build(deps): bump github/codeql-action from 1 to 2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#724
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 27.4.1 to
27.5.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#717
- fix: Remove a blank row by
[@&#8203;johnmanjiro13](https://togithub.com/johnmanjiro13) in
[codecov/codecov-action#725
- Update README.md with correct badge version by
[@&#8203;gsheni](https://togithub.com/gsheni) in
[codecov/codecov-action#726
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 17.0.25 to
17.0.33 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#729
- build(deps-dev): downgrade
[@&#8203;types/node](https://togithub.com/types/node) to 16.11.35 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#734
- build(deps): bump actions/checkout from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#723
- build(deps): bump
[@&#8203;actions/github](https://togithub.com/actions/github) from 5.0.1
to 5.0.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#733
- build(deps): bump
[@&#8203;actions/core](https://togithub.com/actions/core) from 1.6.0 to
1.8.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#732
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.35 to
16.11.36 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#737
- Create scorecards-analysis.yml by
[@&#8203;mitchell-codecov](https://togithub.com/mitchell-codecov) in
[codecov/codecov-action#633
- build(deps): bump ossf/scorecard-action from 1.0.1 to 1.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#749
- fix: add more verbosity to validation by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#747
- build(deps-dev): bump typescript from 4.6.4 to 4.7.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#755
- Regenerate scorecards-analysis.yml by
[@&#8203;mitchell-codecov](https://togithub.com/mitchell-codecov) in
[codecov/codecov-action#750
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.36 to
16.11.39 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#759
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.39 to
16.11.40 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#762
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.33.4 to
0.34.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#746
- build(deps): bump ossf/scorecard-action from 1.1.0 to 1.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#757
- build(deps): bump openpgp from 5.2.1 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#760
- build(deps): bump actions/upload-artifact from 2.3.1 to 3.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#748
- build(deps-dev): bump typescript from 4.7.3 to 4.7.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#766
- Switch to v3 by
[@&#8203;thomasrockhu](https://togithub.com/thomasrockhu) in
[codecov/codecov-action#774
- Fix `network` entry in table by
[@&#8203;kevmoo](https://togithub.com/kevmoo) in
[codecov/codecov-action#783
- Trim arguments after splitting them by
[@&#8203;mitchell-codecov](https://togithub.com/mitchell-codecov) in
[codecov/codecov-action#791
- build(deps): bump openpgp from 5.3.0 to 5.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#799
- build(deps): bump
[@&#8203;actions/core](https://togithub.com/actions/core) from 1.8.2 to
1.9.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#798
- Plumb failCi into verification function. by
[@&#8203;RobbieMcKinstry](https://togithub.com/RobbieMcKinstry) in
[codecov/codecov-action#769
- release: update changelog and version to 3.1.1 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#828

#### New Contributors

- [@&#8203;slifty](https://togithub.com/slifty) made their first
contribution in
[codecov/codecov-action#661
- [@&#8203;Evalir](https://togithub.com/Evalir) made their first
contribution in
[codecov/codecov-action#712
- [@&#8203;johnmanjiro13](https://togithub.com/johnmanjiro13) made their
first contribution in
[codecov/codecov-action#725
- [@&#8203;gsheni](https://togithub.com/gsheni) made their first
contribution in
[codecov/codecov-action#726
- [@&#8203;kevmoo](https://togithub.com/kevmoo) made their first
contribution in
[codecov/codecov-action#783
- [@&#8203;RobbieMcKinstry](https://togithub.com/RobbieMcKinstry) made
their first contribution in
[codecov/codecov-action#769

**Full Changelog**:
codecov/codecov-action@v3.1.0...v3.1.1

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/bruxisma/go-apt-transport).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTguMSIsInVwZGF0ZWRJblZlciI6IjMyLjE5OC4xIn0=-->

Signed-off-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fuxingloh pushed a commit to levaintech/sticky that referenced this pull request Oct 18, 2022
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [codecov/codecov-action](https://togithub.com/codecov/codecov-action)
| action | patch | `v3.1.0` -> `v3.1.1` |

---

### Release Notes

<details>
<summary>codecov/codecov-action</summary>

###
[`v3.1.1`](https://togithub.com/codecov/codecov-action/releases/tag/v3.1.1)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v3.1.0...v3.1.1)

#### What's Changed

- Update deprecation warning by
[@&#8203;slifty](https://togithub.com/slifty) in
[codecov/codecov-action#661
- Create codeql-analysis.yml by
[@&#8203;mitchell-codecov](https://togithub.com/mitchell-codecov) in
[codecov/codecov-action#593
- build(deps): bump node-fetch from 3.2.3 to 3.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#714
- build(deps-dev): bump typescript from 4.6.3 to 4.6.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#713
- README: fix typo by [@&#8203;Evalir](https://togithub.com/Evalir) in
[codecov/codecov-action#712
- build(deps): bump github/codeql-action from 1 to 2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#724
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 27.4.1 to
27.5.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#717
- fix: Remove a blank row by
[@&#8203;johnmanjiro13](https://togithub.com/johnmanjiro13) in
[codecov/codecov-action#725
- Update README.md with correct badge version by
[@&#8203;gsheni](https://togithub.com/gsheni) in
[codecov/codecov-action#726
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 17.0.25 to
17.0.33 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#729
- build(deps-dev): downgrade
[@&#8203;types/node](https://togithub.com/types/node) to 16.11.35 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#734
- build(deps): bump actions/checkout from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#723
- build(deps): bump
[@&#8203;actions/github](https://togithub.com/actions/github) from 5.0.1
to 5.0.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#733
- build(deps): bump
[@&#8203;actions/core](https://togithub.com/actions/core) from 1.6.0 to
1.8.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#732
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.35 to
16.11.36 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#737
- Create scorecards-analysis.yml by
[@&#8203;mitchell-codecov](https://togithub.com/mitchell-codecov) in
[codecov/codecov-action#633
- build(deps): bump ossf/scorecard-action from 1.0.1 to 1.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#749
- fix: add more verbosity to validation by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#747
- build(deps-dev): bump typescript from 4.6.4 to 4.7.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#755
- Regenerate scorecards-analysis.yml by
[@&#8203;mitchell-codecov](https://togithub.com/mitchell-codecov) in
[codecov/codecov-action#750
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.36 to
16.11.39 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#759
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.39 to
16.11.40 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#762
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.33.4 to
0.34.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#746
- build(deps): bump ossf/scorecard-action from 1.1.0 to 1.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#757
- build(deps): bump openpgp from 5.2.1 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#760
- build(deps): bump actions/upload-artifact from 2.3.1 to 3.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#748
- build(deps-dev): bump typescript from 4.7.3 to 4.7.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#766
- Switch to v3 by
[@&#8203;thomasrockhu](https://togithub.com/thomasrockhu) in
[codecov/codecov-action#774
- Fix `network` entry in table by
[@&#8203;kevmoo](https://togithub.com/kevmoo) in
[codecov/codecov-action#783
- Trim arguments after splitting them by
[@&#8203;mitchell-codecov](https://togithub.com/mitchell-codecov) in
[codecov/codecov-action#791
- build(deps): bump openpgp from 5.3.0 to 5.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#799
- build(deps): bump
[@&#8203;actions/core](https://togithub.com/actions/core) from 1.8.2 to
1.9.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#798
- Plumb failCi into verification function. by
[@&#8203;RobbieMcKinstry](https://togithub.com/RobbieMcKinstry) in
[codecov/codecov-action#769
- release: update changelog and version to 3.1.1 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#828

#### New Contributors

- [@&#8203;slifty](https://togithub.com/slifty) made their first
contribution in
[codecov/codecov-action#661
- [@&#8203;Evalir](https://togithub.com/Evalir) made their first
contribution in
[codecov/codecov-action#712
- [@&#8203;johnmanjiro13](https://togithub.com/johnmanjiro13) made their
first contribution in
[codecov/codecov-action#725
- [@&#8203;gsheni](https://togithub.com/gsheni) made their first
contribution in
[codecov/codecov-action#726
- [@&#8203;kevmoo](https://togithub.com/kevmoo) made their first
contribution in
[codecov/codecov-action#783
- [@&#8203;RobbieMcKinstry](https://togithub.com/RobbieMcKinstry) made
their first contribution in
[codecov/codecov-action#769

**Full Changelog**:
codecov/codecov-action@v3.1.0...v3.1.1

</details>

---

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

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/BirthdayResearch/sticky).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTguMSIsInVwZGF0ZWRJblZlciI6IjMyLjIwNC41In0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fuxingloh pushed a commit to DeFiCh/metachain that referenced this pull request Oct 31, 2022
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [codecov/codecov-action](https://togithub.com/codecov/codecov-action)
| action | patch | `v3.1.0` -> `v3.1.1` |

---

### Release Notes

<details>
<summary>codecov/codecov-action</summary>

###
[`v3.1.1`](https://togithub.com/codecov/codecov-action/releases/tag/v3.1.1)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v3.1.0...v3.1.1)

#### What's Changed

- Update deprecation warning by
[@&#8203;slifty](https://togithub.com/slifty) in
[codecov/codecov-action#661
- Create codeql-analysis.yml by
[@&#8203;mitchell-codecov](https://togithub.com/mitchell-codecov) in
[codecov/codecov-action#593
- build(deps): bump node-fetch from 3.2.3 to 3.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#714
- build(deps-dev): bump typescript from 4.6.3 to 4.6.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#713
- README: fix typo by [@&#8203;Evalir](https://togithub.com/Evalir) in
[codecov/codecov-action#712
- build(deps): bump github/codeql-action from 1 to 2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#724
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 27.4.1 to
27.5.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#717
- fix: Remove a blank row by
[@&#8203;johnmanjiro13](https://togithub.com/johnmanjiro13) in
[codecov/codecov-action#725
- Update README.md with correct badge version by
[@&#8203;gsheni](https://togithub.com/gsheni) in
[codecov/codecov-action#726
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 17.0.25 to
17.0.33 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#729
- build(deps-dev): downgrade
[@&#8203;types/node](https://togithub.com/types/node) to 16.11.35 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#734
- build(deps): bump actions/checkout from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#723
- build(deps): bump
[@&#8203;actions/github](https://togithub.com/actions/github) from 5.0.1
to 5.0.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#733
- build(deps): bump
[@&#8203;actions/core](https://togithub.com/actions/core) from 1.6.0 to
1.8.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#732
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.35 to
16.11.36 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#737
- Create scorecards-analysis.yml by
[@&#8203;mitchell-codecov](https://togithub.com/mitchell-codecov) in
[codecov/codecov-action#633
- build(deps): bump ossf/scorecard-action from 1.0.1 to 1.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#749
- fix: add more verbosity to validation by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#747
- build(deps-dev): bump typescript from 4.6.4 to 4.7.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#755
- Regenerate scorecards-analysis.yml by
[@&#8203;mitchell-codecov](https://togithub.com/mitchell-codecov) in
[codecov/codecov-action#750
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.36 to
16.11.39 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#759
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.39 to
16.11.40 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#762
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.33.4 to
0.34.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#746
- build(deps): bump ossf/scorecard-action from 1.1.0 to 1.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#757
- build(deps): bump openpgp from 5.2.1 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#760
- build(deps): bump actions/upload-artifact from 2.3.1 to 3.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#748
- build(deps-dev): bump typescript from 4.7.3 to 4.7.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#766
- Switch to v3 by
[@&#8203;thomasrockhu](https://togithub.com/thomasrockhu) in
[codecov/codecov-action#774
- Fix `network` entry in table by
[@&#8203;kevmoo](https://togithub.com/kevmoo) in
[codecov/codecov-action#783
- Trim arguments after splitting them by
[@&#8203;mitchell-codecov](https://togithub.com/mitchell-codecov) in
[codecov/codecov-action#791
- build(deps): bump openpgp from 5.3.0 to 5.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#799
- build(deps): bump
[@&#8203;actions/core](https://togithub.com/actions/core) from 1.8.2 to
1.9.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#798
- Plumb failCi into verification function. by
[@&#8203;RobbieMcKinstry](https://togithub.com/RobbieMcKinstry) in
[codecov/codecov-action#769
- release: update changelog and version to 3.1.1 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#828

#### New Contributors

- [@&#8203;slifty](https://togithub.com/slifty) made their first
contribution in
[codecov/codecov-action#661
- [@&#8203;Evalir](https://togithub.com/Evalir) made their first
contribution in
[codecov/codecov-action#712
- [@&#8203;johnmanjiro13](https://togithub.com/johnmanjiro13) made their
first contribution in
[codecov/codecov-action#725
- [@&#8203;gsheni](https://togithub.com/gsheni) made their first
contribution in
[codecov/codecov-action#726
- [@&#8203;kevmoo](https://togithub.com/kevmoo) made their first
contribution in
[codecov/codecov-action#783
- [@&#8203;RobbieMcKinstry](https://togithub.com/RobbieMcKinstry) made
their first contribution in
[codecov/codecov-action#769

**Full Changelog**:
codecov/codecov-action@v3.1.0...v3.1.1

</details>

---

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

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/DeFiCh/metachain).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTYuMCIsInVwZGF0ZWRJblZlciI6IjM0LjkuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant