mirror of https://github.com/linkerd/linkerd2.git
build(deps): bump actions/checkout from 4.1.4 to 4.1.5 (#12564)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](0ad4b8fada...44c2b7a8a4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ba8711b2ae
commit
9882212964
|
|
@ -15,12 +15,12 @@ jobs:
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
- uses: linkerd/dev/actions/setup-tools@v43
|
- uses: linkerd/dev/actions/setup-tools@v43
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- run: just-dev lint-actions
|
- run: just-dev lint-actions
|
||||||
|
|
||||||
devcontainer-versions:
|
devcontainer-versions:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: linkerd/dev/actions/setup-tools@v43
|
- uses: linkerd/dev/actions/setup-tools@v43
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- run: just-dev check-action-images
|
- run: just-dev check-action-images
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- uses: devblackops/github-action-psscriptanalyzer@854038567344559afaaa8ccb7a014452b99d86ee
|
- uses: devblackops/github-action-psscriptanalyzer@854038567344559afaaa8ccb7a014452b99d86ee
|
||||||
env:
|
env:
|
||||||
# https://github.com/devblackops/github-action-psscriptanalyzer/pull/3/files
|
# https://github.com/devblackops/github-action-psscriptanalyzer/pull/3/files
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: golang:1.22
|
image: golang:1.22
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- run: go install gotest.tools/gotestsum@v0.4.2
|
- run: go install gotest.tools/gotestsum@v0.4.2
|
||||||
- run: gotestsum -- -cover -coverprofile=coverage.out -v -mod=readonly ./...
|
- run: gotestsum -- -cover -coverprofile=coverage.out -v -mod=readonly ./...
|
||||||
- uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be
|
- uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be
|
||||||
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: node:20-stretch
|
image: node:20-stretch
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- name: Yarn setup
|
- name: Yarn setup
|
||||||
shell: bash
|
shell: bash
|
||||||
run: bin/scurl -o- https://yarnpkg.com/install.sh | bash -s -- --version 1.21.1 --network-concurrency 1
|
run: bin/scurl -o- https://yarnpkg.com/install.sh | bash -s -- --version 1.21.1 --network-concurrency 1
|
||||||
|
|
@ -54,7 +54,7 @@ jobs:
|
||||||
image: docker://rust:1.76.0
|
image: docker://rust:1.76.0
|
||||||
options: --security-opt seccomp=unconfined
|
options: --security-opt seccomp=unconfined
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- shell: bash
|
- shell: bash
|
||||||
run: mkdir -p target && cd target && bin/scurl -v https://github.com/xd009642/tarpaulin/releases/download/0.27.3/cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz | tar zxvf - && chmod 755 cargo-tarpaulin
|
run: mkdir -p target && cd target && bin/scurl -v https://github.com/xd009642/tarpaulin/releases/download/0.27.3/cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz | tar zxvf - && chmod 755 cargo-tarpaulin
|
||||||
- run: target/cargo-tarpaulin tarpaulin --workspace --out Xml
|
- run: target/cargo-tarpaulin tarpaulin --workspace --out Xml
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: "1.22"
|
go-version: "1.22"
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
|
|
||||||
- name: Initialize
|
- name: Initialize
|
||||||
# Unpinned action version so that we automatically get analyzer updates.
|
# Unpinned action version so that we automatically get analyzer updates.
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container: ghcr.io/linkerd/dev:v43-rust
|
container: ghcr.io/linkerd/dev:v43-rust
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- shell: bash
|
- shell: bash
|
||||||
run: |
|
run: |
|
||||||
# Extract current Rust version from the toolchain file.
|
# Extract current Rust version from the toolchain file.
|
||||||
|
|
@ -40,5 +40,5 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: linkerd/dev/actions/setup-tools@v43
|
- uses: linkerd/dev/actions/setup-tools@v43
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- run: just-dev pull-dev-image
|
- run: just-dev pull-dev-image
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ jobs:
|
||||||
meta:
|
meta:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69
|
- uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69
|
||||||
id: changed
|
id: changed
|
||||||
with:
|
with:
|
||||||
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container: ghcr.io/linkerd/dev:v43-go
|
container: ghcr.io/linkerd/dev:v43-go
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
|
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
|
||||||
- run: just go-lint --verbose --timeout=10m
|
- run: just go-lint --verbose --timeout=10m
|
||||||
|
|
||||||
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container: ghcr.io/linkerd/dev:v43-go
|
container: ghcr.io/linkerd/dev:v43-go
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
|
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
|
||||||
- run: just go-fmt
|
- run: just go-fmt
|
||||||
|
|
||||||
|
|
@ -53,7 +53,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container: ghcr.io/linkerd/dev:v43-go
|
container: ghcr.io/linkerd/dev:v43-go
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
|
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
|
||||||
- run: just go-fetch
|
- run: just go-fetch
|
||||||
- run: just go-test
|
- run: just go-test
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,6 @@ jobs:
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
steps:
|
steps:
|
||||||
- uses: linkerd/dev/actions/setup-tools@v43
|
- uses: linkerd/dev/actions/setup-tools@v43
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- run: helm-docs
|
- run: helm-docs
|
||||||
- run: git diff --exit-code -- **/charts/**/README.md
|
- run: git diff --exit-code -- **/charts/**/README.md
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
meta:
|
meta:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- id: tag
|
- id: tag
|
||||||
run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT"
|
run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT"
|
||||||
- uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69
|
- uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69
|
||||||
|
|
@ -120,7 +120,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- uses: ./.github/actions/docker-build
|
- uses: ./.github/actions/docker-build
|
||||||
id: build
|
id: build
|
||||||
with:
|
with:
|
||||||
|
|
@ -158,7 +158,7 @@ jobs:
|
||||||
- proxy
|
- proxy
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- uses: ./.github/actions/docker-build
|
- uses: ./.github/actions/docker-build
|
||||||
id: build
|
id: build
|
||||||
env:
|
env:
|
||||||
|
|
@ -189,7 +189,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
|
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
|
||||||
with:
|
with:
|
||||||
go-version: "1.22"
|
go-version: "1.22"
|
||||||
|
|
@ -224,7 +224,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- uses: olix0r/cargo-action-fmt/setup@9269f3aa1ff01775d95efc97037e2cbdb41d9684
|
- uses: olix0r/cargo-action-fmt/setup@9269f3aa1ff01775d95efc97037e2cbdb41d9684
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
|
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
|
||||||
with:
|
with:
|
||||||
pattern: image-archives-*
|
pattern: image-archives-*
|
||||||
|
|
@ -282,7 +282,7 @@ jobs:
|
||||||
- web
|
- web
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- uses: ./.github/actions/docker-build
|
- uses: ./.github/actions/docker-build
|
||||||
id: build
|
id: build
|
||||||
with:
|
with:
|
||||||
|
|
@ -316,7 +316,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
|
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
|
||||||
with:
|
with:
|
||||||
go-version: "1.22"
|
go-version: "1.22"
|
||||||
|
|
@ -341,7 +341,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
|
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
|
||||||
with:
|
with:
|
||||||
go-version: "1.22"
|
go-version: "1.22"
|
||||||
|
|
@ -375,7 +375,7 @@ jobs:
|
||||||
- uses: extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6
|
- uses: extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
|
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
|
||||||
with:
|
with:
|
||||||
go-version: "1.22"
|
go-version: "1.22"
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
NODE_ENV: test
|
NODE_ENV: test
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- name: Yarn setup
|
- name: Yarn setup
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8
|
- uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8
|
||||||
with:
|
with:
|
||||||
globs: |
|
globs: |
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,6 @@ jobs:
|
||||||
container: ghcr.io/linkerd/dev:v43-go
|
container: ghcr.io/linkerd/dev:v43-go
|
||||||
steps:
|
steps:
|
||||||
- run: apt update && apt install -y unzip
|
- run: apt update && apt install -y unzip
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
|
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
|
||||||
- run: bin/protoc-diff
|
- run: bin/protoc-diff
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
tag:
|
tag:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT"
|
- run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT"
|
||||||
id: tag
|
id: tag
|
||||||
outputs:
|
outputs:
|
||||||
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
# policy-controller docker builds have occasionally hit a 30-minute timeout.
|
# policy-controller docker builds have occasionally hit a 30-minute timeout.
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- name: Set tag
|
- name: Set tag
|
||||||
run: echo 'TAG=${{ needs.tag.outputs.tag }}' >> "$GITHUB_ENV"
|
run: echo 'TAG=${{ needs.tag.outputs.tag }}' >> "$GITHUB_ENV"
|
||||||
- uses: ./.github/actions/docker-build
|
- uses: ./.github/actions/docker-build
|
||||||
|
|
@ -95,7 +95,7 @@ jobs:
|
||||||
needs: [docker_build]
|
needs: [docker_build]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
|
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
|
||||||
with:
|
with:
|
||||||
go-version: "1.22"
|
go-version: "1.22"
|
||||||
|
|
@ -127,7 +127,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
|
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
|
||||||
with:
|
with:
|
||||||
go-version: "1.22"
|
go-version: "1.22"
|
||||||
|
|
@ -151,7 +151,7 @@ jobs:
|
||||||
runs-on: [self-hosted, Linux, ARM64]
|
runs-on: [self-hosted, Linux, ARM64]
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
|
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
|
||||||
with:
|
with:
|
||||||
go-version: "1.22"
|
go-version: "1.22"
|
||||||
|
|
@ -199,7 +199,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
if: startsWith(github.ref, 'refs/tags/stable')
|
if: startsWith(github.ref, 'refs/tags/stable')
|
||||||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- name: Chocolatey - update nuspec
|
- name: Chocolatey - update nuspec
|
||||||
if: startsWith(github.ref, 'refs/tags/stable')
|
if: startsWith(github.ref, 'refs/tags/stable')
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -229,7 +229,7 @@ jobs:
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
# - name: Download choco package
|
# - name: Download choco package
|
||||||
# if: startsWith(github.ref, 'refs/tags/stable')
|
# if: startsWith(github.ref, 'refs/tags/stable')
|
||||||
# uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
|
# uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
|
||||||
|
|
@ -277,7 +277,7 @@ jobs:
|
||||||
if: startsWith(github.ref, 'refs/tags/stable') || startsWith(github.ref, 'refs/tags/edge')
|
if: startsWith(github.ref, 'refs/tags/stable') || startsWith(github.ref, 'refs/tags/edge')
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- name: Set install target for stable
|
- name: Set install target for stable
|
||||||
if: startsWith(github.ref, 'refs/tags/stable')
|
if: startsWith(github.ref, 'refs/tags/stable')
|
||||||
run: echo "INSTALL=install" >> "$GITHUB_ENV"
|
run: echo "INSTALL=install" >> "$GITHUB_ENV"
|
||||||
|
|
@ -305,7 +305,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- name: Log into GCP
|
- name: Log into GCP
|
||||||
uses: "google-github-actions/auth@55bd3a7c6e2ae7cf1877fd1ccb9d54c0503c457c"
|
uses: "google-github-actions/auth@55bd3a7c6e2ae7cf1877fd1ccb9d54c0503c457c"
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
# Prevent sudden announcement of a new advisory from failing Ci.
|
# Prevent sudden announcement of a new advisory from failing Ci.
|
||||||
continue-on-error: ${{ matrix.checks == 'advisories' }}
|
continue-on-error: ${{ matrix.checks == 'advisories' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868
|
- uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868
|
||||||
with:
|
with:
|
||||||
command: check ${{ matrix.checks }}
|
command: check ${{ matrix.checks }}
|
||||||
|
|
@ -45,7 +45,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container: ghcr.io/linkerd/dev:v43-rust
|
container: ghcr.io/linkerd/dev:v43-rust
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
|
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
|
||||||
- run: just rs-check-fmt
|
- run: just rs-check-fmt
|
||||||
|
|
||||||
|
|
@ -54,7 +54,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container: ghcr.io/linkerd/dev:v43-rust
|
container: ghcr.io/linkerd/dev:v43-rust
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
|
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
|
||||||
- run: just rs-fetch
|
- run: just rs-fetch
|
||||||
- run: just rs-clippy
|
- run: just rs-clippy
|
||||||
|
|
@ -65,7 +65,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container: ghcr.io/linkerd/dev:v43-rust
|
container: ghcr.io/linkerd/dev:v43-rust
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
|
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
|
||||||
- run: just rs-fetch
|
- run: just rs-fetch
|
||||||
- run: just rs-check-dirs
|
- run: just rs-check-dirs
|
||||||
|
|
@ -76,7 +76,7 @@ jobs:
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
container: ghcr.io/linkerd/dev:v43-rust
|
container: ghcr.io/linkerd/dev:v43-rust
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
|
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
|
||||||
- run: just rs-fetch
|
- run: just rs-fetch
|
||||||
- run: just rs-test-build
|
- run: just rs-test-build
|
||||||
|
|
@ -87,7 +87,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
timeout-minutes: 2
|
timeout-minutes: 2
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- shell: bash
|
- shell: bash
|
||||||
run: |
|
run: |
|
||||||
toolchain_version="$(./bin/rust-toolchain-version)"
|
toolchain_version="$(./bin/rust-toolchain-version)"
|
||||||
|
|
|
||||||
|
|
@ -17,5 +17,5 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: linkerd/dev/actions/setup-tools@v43
|
- uses: linkerd/dev/actions/setup-tools@v43
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
- run: just sh-lint
|
- run: just sh-lint
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
VERSION: ${{ needs.meta.outputs.name }}
|
VERSION: ${{ needs.meta.outputs.name }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.LINKERD2_PROXY_GITHUB_TOKEN || github.token }}
|
token: ${{ secrets.LINKERD2_PROXY_GITHUB_TOKEN || github.token }}
|
||||||
- name: Check if proxy version has changed
|
- name: Check if proxy version has changed
|
||||||
|
|
@ -98,7 +98,7 @@ jobs:
|
||||||
git config --global --add safe.directory "$PWD" # actions/runner#2033
|
git config --global --add safe.directory "$PWD" # actions/runner#2033
|
||||||
git config --global user.name "$GITHUB_USERNAME"
|
git config --global user.name "$GITHUB_USERNAME"
|
||||||
git config --global user.email "$GITHUB_USERNAME"@users.noreply.github.com
|
git config --global user.email "$GITHUB_USERNAME"@users.noreply.github.com
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.LINKERD2_PROXY_GITHUB_TOKEN || github.token }}
|
token: ${{ secrets.LINKERD2_PROXY_GITHUB_TOKEN || github.token }}
|
||||||
- name: Commit proxy version
|
- name: Commit proxy version
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue