Skip to content

build(deps): bump actions/checkout from 3.0.0 to 3.0.1 #1607

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

Merged
merged 1 commit into from
Apr 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
curl --proto =https --tlsv1.3 -vsSfLo /usr/local/bin/cargo-action-fmt "https://github.com/olix0r/cargo-action-fmt/releases/download/release%2F${CARGO_ACTION_FMT_VERSION}/cargo-action-fmt-x86_64-unknown-linux-gnu"
chmod 755 /usr/local/bin/cargo-action-fmt
- run: rustup toolchain install --profile=minimal beta
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- run: cargo +beta fetch
- run: cargo +beta build --release -p linkerd2-proxy --message-format=json | cargo-action-fmt
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- run: |
curl --proto =https --tlsv1.3 -vsSfLo /usr/local/bin/cargo-action-fmt "https://github.com/olix0r/cargo-action-fmt/releases/download/release%2F${CARGO_ACTION_FMT_VERSION}/cargo-action-fmt-x86_64-unknown-linux-gnu"
chmod 755 /usr/local/bin/cargo-action-fmt
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- run: cargo fetch
- run: cargo build --release -p linkerd2-proxy --message-format=json | cargo-action-fmt
2 changes: 1 addition & 1 deletion .github/workflows/check-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: |
curl --proto =https --tlsv1.3 -vsSfLo /usr/local/bin/cargo-action-fmt "https://github.com/olix0r/cargo-action-fmt/releases/download/release%2F${CARGO_ACTION_FMT_VERSION}/cargo-action-fmt-x86_64-unknown-linux-gnu"
chmod 755 /usr/local/bin/cargo-action-fmt
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- uses: ./.github/actions/install-protoc
- run: cargo fetch
- run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-each.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- uses: tj-actions/changed-files@a59f800cbb60ed483623848e31be67659a2940f8
id: changed-files
with:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install meshtls-boring build deps
if: matrix.crate == 'linkerd-meshtls-boring'
run: apt update && apt install -y clang cmake
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- name: Install protoc
if: matrix.crate == 'linkerd-transport-header' || matrix.crate == 'opencensus-proto'
uses: ./.github/actions/install-protoc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
options: --security-opt seccomp=unconfined # 🤷
steps:
- run: apt update && apt install -y cmake clang golang # for boring
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- name: install cargo-tarpaulin ${{ env.CARGO_TARPAULIN_VERSION }}
run: |
cd "${CARGO_HOME}/bin"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- uses: EmbarkStudios/cargo-deny-action@ccfac4e084d1dedad50125be4550f87a21ba181e
with:
command: check advisories
Expand All @@ -35,7 +35,7 @@ jobs:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- uses: EmbarkStudios/cargo-deny-action@ccfac4e084d1dedad50125be4550f87a21ba181e
with:
command: check bans licenses sources
4 changes: 2 additions & 2 deletions .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- run: docker build .devcontainer

devcontainer-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
env:
DOCKER_BUILDKIT: "1"
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- run: docker build . --build-arg PROXY_UNOPTIMIZED=1
4 changes: 2 additions & 2 deletions .github/workflows/fuzzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
image: docker://rust:1.59.0-buster
steps:
- run: apt update && apt install -y jo
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- uses: tj-actions/changed-files@a59f800cbb60ed483623848e31be67659a2940f8
id: changed-files
- name: list changed crates
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
steps:
- run: rustup toolchain add nightly
- run: cargo install cargo-fuzz
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- working-directory: ${{matrix.dir}}
run: cargo +nightly fetch
- working-directory: ${{matrix.dir}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
container:
image: docker://rust:1.59.0-buster
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- run: |
cargo test --no-run \
--package=linkerd-app \
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
curl --proto =https --tlsv1.3 -vsSfLo /usr/local/bin/cargo-action-fmt "https://github.com/olix0r/cargo-action-fmt/releases/download/release%2F${CARGO_ACTION_FMT_VERSION}/cargo-action-fmt-x86_64-unknown-linux-gnu"
chmod 755 /usr/local/bin/cargo-action-fmt
- run: rustup component add clippy
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- run: cargo fetch
- run: cargo clippy --all --exclude=linkerd-meshtls-boring --message-format=json | cargo-action-fmt

Expand All @@ -39,7 +39,7 @@ jobs:
image: docker://rust:1.59.0-buster
steps:
- run: rustup component add rustfmt
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- run: make check-fmt

docs:
Expand All @@ -51,7 +51,7 @@ jobs:
- run: |
curl --proto =https --tlsv1.3 -vsSfLo /usr/local/bin/cargo-action-fmt "https://github.com/olix0r/cargo-action-fmt/releases/download/release%2F${CARGO_ACTION_FMT_VERSION}/cargo-action-fmt-x86_64-unknown-linux-gnu"
chmod 755 /usr/local/bin/cargo-action-fmt
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- run: cargo fetch
- run: |
cargo doc --all --no-deps \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
curl --proto =https --tlsv1.3 -vsSfLo /usr/local/bin/cargo-action-fmt "https://github.com/olix0r/cargo-action-fmt/releases/download/release%2F${CARGO_ACTION_FMT_VERSION}/cargo-action-fmt-x86_64-unknown-linux-gnu"
chmod 755 /usr/local/bin/cargo-action-fmt
- run: rustup toolchain install --profile=minimal nightly
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- run: cargo +nightly fetch
- run: cargo +nightly build --release -p linkerd2-proxy --message-format=json | cargo-action-fmt
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
timeout-minutes: 40
steps:
- name: git co
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748

- name: meta
id: release-tag-meta
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
contents: write
steps:
- name: git co
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748

- name: meta
id: release-tag-meta
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
image: docker://rust:1.59.0-buster
steps:
- run: apt update && apt install -y cmake clang golang # for boring
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- working-directory: ./linkerd/meshtls
run: cargo test --all-features --no-run
- working-directory: ./linkerd/meshtls
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
container:
image: docker://rust:1.59.0-buster
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- uses: ./.github/actions/install-protoc
- run: |
cargo test --all --no-run \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
dockerfiles:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- run: |
VERSION="$(cat rust-toolchain)"
ex=0
Expand All @@ -38,7 +38,7 @@ jobs:
workflows:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- run: |
curl --proto '=https' --tlsv1.3 -vsSfLo /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" \
&& chmod +x /usr/local/bin/yq
Expand Down