Browse Source

build(deps): Bump actions/checkout from 2.3.4 to 2.3.5 (#7139)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v2.3.5</h2>
<p>Update dependencies</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="1e204e9a92"><code>1e204e9</code></a> update licensed check (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/606">#606</a>)</li>
<li><a href="0299a0d2b6"><code>0299a0d</code></a> update dist (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/605">#605</a>)</li>
<li><a href="be0f448456"><code>be0f448</code></a> Bump ws from 5.2.2 to 5.2.3 (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/604">#604</a>)</li>
<li><a href="56c00a7b1f"><code>56c00a7</code></a> Bump tmpl from 1.0.4 to 1.0.5 (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/588">#588</a>)</li>
<li><a href="85e47d1a2b"><code>85e47d1</code></a> Bump path-parse from 1.0.6 to 1.0.7 (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/568">#568</a>)</li>
<li><a href="3fc17f8645"><code>3fc17f8</code></a> Bump hosted-git-info from 2.8.5 to 2.8.9 (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/500">#500</a>)</li>
<li><a href="e3bc06d986"><code>e3bc06d</code></a> Bump lodash from 4.17.15 to 4.17.21 (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/499">#499</a>)</li>
<li><a href="442567ba57"><code>442567b</code></a> Bump handlebars from 4.5.3 to 4.7.7 (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/497">#497</a>)</li>
<li><a href="7f00b66d06"><code>7f00b66</code></a> Bump y18n from 4.0.0 to 4.0.1 (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/469">#469</a>)</li>
<li><a href="eccf386318"><code>eccf386</code></a> Bump <code>@​actions/core</code> from 1.1.3 to 1.2.6 (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/361">#361</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/actions/checkout/compare/v2.3.4...v2.3.5">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=2.3.4&new-version=2.3.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
pull/7144/head
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
0408888a5e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 21 additions and 21 deletions
  1. +4
    -4
      .github/workflows/coverage.yml
  2. +1
    -1
      .github/workflows/docker.yml
  3. +1
    -1
      .github/workflows/e2e-nightly-34x.yml
  4. +1
    -1
      .github/workflows/e2e-nightly-35x.yml
  5. +1
    -1
      .github/workflows/e2e-nightly-master.yml
  6. +1
    -1
      .github/workflows/e2e.yml
  7. +1
    -1
      .github/workflows/fuzz-nightly.yml
  8. +1
    -1
      .github/workflows/jepsen.yml
  9. +1
    -1
      .github/workflows/linkchecker.yml
  10. +1
    -1
      .github/workflows/lint.yml
  11. +1
    -1
      .github/workflows/linter.yml
  12. +1
    -1
      .github/workflows/proto-docker.yml
  13. +2
    -2
      .github/workflows/proto.yml
  14. +1
    -1
      .github/workflows/release.yml
  15. +3
    -3
      .github/workflows/tests.yml

+ 4
- 4
.github/workflows/coverage.yml View File

@ -12,7 +12,7 @@ jobs:
split-test-files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- name: Create a file with all the pkgs
run: go list ./... > pkgs.txt
- name: Split pkgs into 4 files
@ -47,7 +47,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.17"
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |
@ -70,7 +70,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.17"
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |
@ -99,7 +99,7 @@ jobs:
runs-on: ubuntu-latest
needs: tests
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |


+ 1
- 1
.github/workflows/docker.yml View File

@ -14,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- name: Prepare
id: prep
run: |


+ 1
- 1
.github/workflows/e2e-nightly-34x.yml View File

@ -25,7 +25,7 @@ jobs:
with:
go-version: '1.17'
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
with:
ref: 'v0.34.x'


+ 1
- 1
.github/workflows/e2e-nightly-35x.yml View File

@ -25,7 +25,7 @@ jobs:
with:
go-version: '1.17'
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
with:
ref: 'v0.35.x'


+ 1
- 1
.github/workflows/e2e-nightly-master.yml View File

@ -24,7 +24,7 @@ jobs:
with:
go-version: '1.17'
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- name: Build
working-directory: test/e2e


+ 1
- 1
.github/workflows/e2e.yml View File

@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '1.17'
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |


+ 1
- 1
.github/workflows/fuzz-nightly.yml View File

@ -17,7 +17,7 @@ jobs:
with:
go-version: '1.17'
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- name: Install go-fuzz
working-directory: test/fuzz


+ 1
- 1
.github/workflows/jepsen.yml View File

@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the Jepsen repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
with:
repository: 'tendermint/jepsen'


+ 1
- 1
.github/workflows/linkchecker.yml View File

@ -6,7 +6,7 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.13
with:
folder-path: "docs"

+ 1
- 1
.github/workflows/lint.yml View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 8
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |


+ 1
- 1
.github/workflows/linter.yml View File

@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
- name: Lint Code Base
uses: docker://github/super-linter:v3
env:


+ 1
- 1
.github/workflows/proto-docker.yml View File

@ -16,7 +16,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- name: Prepare
id: prep
run: |


+ 2
- 2
.github/workflows/proto.yml View File

@ -11,13 +11,13 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 4
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- name: lint
run: make proto-lint
proto-breakage:
runs-on: ubuntu-latest
timeout-minutes: 4
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- name: check-breakage
run: make proto-check-breaking-ci

+ 1
- 1
.github/workflows/release.yml View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
with:
fetch-depth: 0


+ 3
- 3
.github/workflows/tests.yml View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.17"
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |
@ -50,7 +50,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.17"
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |
@ -81,7 +81,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.17"
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |


Loading…
Cancel
Save