From 854add04b08eb7d3ff493853f0dee58f0e7181a3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 7 Mar 2022 14:25:08 +0000
Subject: [PATCH 1/2] build(deps): Bump actions/checkout from 2.4.0 to 3
(#8076)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
Release notes
Sourced from actions/checkout's releases.
v3.0.0
- Update default runtime to node16
Changelog
Sourced from actions/checkout's changelog.
Changelog
v2.3.1
v2.3.0
v2.2.0
v2.1.1
v2.1.0
v2.0.0
v2 (beta)
- Improved fetch performance
- The default behavior now fetches only the SHA being checked-out
- Script authenticated git commands
- Persists
with.token
in the local git config
- Enables your scripts to run authenticated git commands
- Post-job cleanup removes the token
- Coming soon: Opt out by setting
with.persist-credentials
to false
- Creates a local branch
- No longer detached HEAD when checking out a branch
- A local branch is created with the corresponding upstream branch set
- Improved layout
... (truncated)
Commits
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=2.4.0&new-version=3)](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)
---
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)
---
.github/workflows/build.yml | 6 +++---
.github/workflows/docker.yml | 2 +-
.github/workflows/e2e-manual.yml | 2 +-
.github/workflows/e2e-nightly-34x.yml | 2 +-
.github/workflows/e2e-nightly-35x.yml | 2 +-
.github/workflows/e2e-nightly-master.yml | 2 +-
.github/workflows/e2e.yml | 2 +-
.github/workflows/fuzz-nightly.yml | 2 +-
.github/workflows/jepsen.yml | 2 +-
.github/workflows/linkchecker.yml | 2 +-
.github/workflows/lint.yml | 2 +-
.github/workflows/linter.yml | 2 +-
.github/workflows/markdown-links.yml | 2 +-
.github/workflows/proto-check.yml | 4 ++--
.github/workflows/proto-dockerfile.yml | 2 +-
.github/workflows/release.yml | 2 +-
.github/workflows/tests.yml | 4 ++--
17 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index db157ad37..8bd44fe8a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.17"
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6.0.1
with:
PATTERNS: |
@@ -44,7 +44,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.17"
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6.0.1
with:
PATTERNS: |
@@ -66,7 +66,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.17"
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6.0.1
with:
PATTERNS: |
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index bf79568c9..f657497bf 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
- name: Prepare
id: prep
run: |
diff --git a/.github/workflows/e2e-manual.yml b/.github/workflows/e2e-manual.yml
index 1e5f6c36c..d80415340 100644
--- a/.github/workflows/e2e-manual.yml
+++ b/.github/workflows/e2e-manual.yml
@@ -19,7 +19,7 @@ jobs:
with:
go-version: '1.17'
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
- name: Build
working-directory: test/e2e
diff --git a/.github/workflows/e2e-nightly-34x.yml b/.github/workflows/e2e-nightly-34x.yml
index 38cb3a9d4..7febc491b 100644
--- a/.github/workflows/e2e-nightly-34x.yml
+++ b/.github/workflows/e2e-nightly-34x.yml
@@ -24,7 +24,7 @@ jobs:
with:
go-version: '1.17'
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
with:
ref: 'v0.34.x'
diff --git a/.github/workflows/e2e-nightly-35x.yml b/.github/workflows/e2e-nightly-35x.yml
index 425108169..1914f9e57 100644
--- a/.github/workflows/e2e-nightly-35x.yml
+++ b/.github/workflows/e2e-nightly-35x.yml
@@ -24,7 +24,7 @@ jobs:
with:
go-version: '1.17'
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
with:
ref: 'v0.35.x'
diff --git a/.github/workflows/e2e-nightly-master.yml b/.github/workflows/e2e-nightly-master.yml
index bc4feae45..19cf5cce8 100644
--- a/.github/workflows/e2e-nightly-master.yml
+++ b/.github/workflows/e2e-nightly-master.yml
@@ -23,7 +23,7 @@ jobs:
with:
go-version: '1.17'
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
- name: Build
working-directory: test/e2e
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index 71aec16f7..b5d8df0af 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '1.17'
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6.0.1
with:
PATTERNS: |
diff --git a/.github/workflows/fuzz-nightly.yml b/.github/workflows/fuzz-nightly.yml
index e12ee2321..569442362 100644
--- a/.github/workflows/fuzz-nightly.yml
+++ b/.github/workflows/fuzz-nightly.yml
@@ -17,7 +17,7 @@ jobs:
with:
go-version: '1.17'
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
- name: Install go-fuzz
working-directory: test/fuzz
diff --git a/.github/workflows/jepsen.yml b/.github/workflows/jepsen.yml
index 60b49443d..8ffb29e8c 100644
--- a/.github/workflows/jepsen.yml
+++ b/.github/workflows/jepsen.yml
@@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the Jepsen repository
- uses: actions/checkout@v2.4.0
+ uses: actions/checkout@v3
with:
repository: 'tendermint/jepsen'
diff --git a/.github/workflows/linkchecker.yml b/.github/workflows/linkchecker.yml
index af446771a..89eabc77e 100644
--- a/.github/workflows/linkchecker.yml
+++ b/.github/workflows/linkchecker.yml
@@ -6,7 +6,7 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.13
with:
folder-path: "docs"
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 40b00eba1..28c464545 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 8
steps:
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6.0.1
with:
PATTERNS: |
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index d430485ab..badae8c1f 100644
--- a/.github/workflows/linter.yml
+++ b/.github/workflows/linter.yml
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
- uses: actions/checkout@v2.4.0
+ uses: actions/checkout@v3
- name: Lint Code Base
uses: docker://github/super-linter:v4
env:
diff --git a/.github/workflows/markdown-links.yml b/.github/workflows/markdown-links.yml
index 3e3341d16..e67c05162 100644
--- a/.github/workflows/markdown-links.yml
+++ b/.github/workflows/markdown-links.yml
@@ -11,7 +11,7 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@master
+ - uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.13
with:
check-modified-files-only: 'yes'
diff --git a/.github/workflows/proto-check.yml b/.github/workflows/proto-check.yml
index 306e62903..d17139e89 100644
--- a/.github/workflows/proto-check.yml
+++ b/.github/workflows/proto-check.yml
@@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 4
steps:
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
- name: lint
run: make proto-lint
proto-breakage:
runs-on: ubuntu-latest
timeout-minutes: 4
steps:
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
- name: check-breakage
run: make proto-check-breaking-ci
diff --git a/.github/workflows/proto-dockerfile.yml b/.github/workflows/proto-dockerfile.yml
index 0d08758b6..94362370f 100644
--- a/.github/workflows/proto-dockerfile.yml
+++ b/.github/workflows/proto-dockerfile.yml
@@ -28,7 +28,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
- name: Check out and assign tags
id: prep
run: |
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 3d65b289b..d3a6a8a71 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v2.4.0
+ uses: actions/checkout@v3
with:
fetch-depth: 0
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index f3f5cba1d..b0736dabe 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.17"
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6.0.1
with:
PATTERNS: |
@@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
needs: tests
steps:
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6.0.1
with:
PATTERNS: |
From e7955185b47c942d26b68e590f6a05014cd66959 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 7 Mar 2022 14:27:08 +0000
Subject: [PATCH 2/2] build(deps): Bump docker/login-action from 1.13.0 to
1.14.1 (#8075)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.13.0 to 1.14.1.
Release notes
Sourced from docker/login-action's releases.
v1.14.1
- Revert to Node 12 as default runtime to fix issue for GHE users (#160)
v1.14.0
- Update to node 16 (#158)
- Bump
@aws-sdk/client-ecr
from 3.45.0 to 3.53.0 (#157)
- Bump
@aws-sdk/client-ecr-public
from 3.45.0 to 3.53.0 (#156)
Commits
dd4fa06
Merge pull request #160 from crazy-max/node12
4e35385
Revert to Node 12 as default runtime
bb984ef
Merge pull request #156 from docker/dependabot/npm_and_yarn/aws-sdk/client-ec...
7228881
Update generated content
17780b5
Bump @aws-sdk/client-ecr-public
from 3.45.0 to 3.53.0
39857b3
Merge pull request #157 from docker/dependabot/npm_and_yarn/aws-sdk/client-ec...
5fcc728
Update generated content
9fb8721
Bump @aws-sdk/client-ecr
from 3.45.0 to 3.53.0
4e3c937
Merge pull request #158 from crazy-max/node-16
4b59a42
update to node 16
- See full diff in compare view
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/login-action&package-manager=github_actions&previous-version=1.13.0&new-version=1.14.1)](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)
---
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)
---
.github/workflows/docker.yml | 2 +-
.github/workflows/proto-dockerfile.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index f657497bf..8f88e9d49 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -43,7 +43,7 @@ jobs:
- name: Login to DockerHub
if: ${{ github.event_name != 'pull_request' }}
- uses: docker/login-action@v1.13.0
+ uses: docker/login-action@v1.14.1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
diff --git a/.github/workflows/proto-dockerfile.yml b/.github/workflows/proto-dockerfile.yml
index 94362370f..4056ef94d 100644
--- a/.github/workflows/proto-dockerfile.yml
+++ b/.github/workflows/proto-dockerfile.yml
@@ -49,7 +49,7 @@ jobs:
uses: docker/setup-buildx-action@v1.6.0
- name: Log in to the container registry
- uses: docker/login-action@v1.13.0
+ uses: docker/login-action@v1.14.1
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}