Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
10f0c32
build(deps): Bump tj-actions/changed-files from 44.3.0 to 44.4.0 (#129)
dependabot[bot] May 13, 2024
8ba00bd
Merge branch 'linkerd:main' into main
Wenliang-CHEN May 13, 2024
add87c3
build(deps): Bump codecov/codecov-action from 4.3.1 to 4.4.0 (#135)
dependabot[bot] May 14, 2024
ddafdb5
--- (#139)
dependabot[bot] May 21, 2024
9f5247b
build(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 (#143)
dependabot[bot] Jun 13, 2024
21e7b10
build(deps): bump softprops/action-gh-release from 2.0.5 to 2.0.6 (#147)
dependabot[bot] Jun 20, 2024
327172d
build(deps): bump actions/download-artifact from 4.1.7 to 4.1.8 (#151)
dependabot[bot] Jul 8, 2024
3f88190
build(deps): bump softprops/action-gh-release from 2.0.6 to 2.0.7 (#155)
dependabot[bot] Jul 18, 2024
6204a06
build(deps): bump softprops/action-gh-release from 2.0.7 to 2.0.8 (#157)
dependabot[bot] Jul 19, 2024
9d58338
build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.5 (#159)
dependabot[bot] Aug 5, 2024
ba90fdb
build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 (#162)
dependabot[bot] Aug 7, 2024
9784679
build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 (#164)
dependabot[bot] Sep 2, 2024
ebf9270
build(deps): bump DavidAnson/markdownlint-cli2-action (#168)
dependabot[bot] Sep 11, 2024
f16fafe
build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#173)
dependabot[bot] Oct 2, 2024
6685410
build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.1 (#176)
dependabot[bot] Oct 8, 2024
b47f099
build(deps): bump actions/upload-artifact from 4.4.1 to 4.4.2 (#177)
dependabot[bot] Oct 9, 2024
22ea690
build(deps): bump actions/upload-artifact from 4.4.2 to 4.4.3 (#178)
dependabot[bot] Oct 10, 2024
91026e2
build(deps): bump softprops/action-gh-release from 2.0.8 to 2.0.9 (#184)
dependabot[bot] Nov 1, 2024
1643180
build(deps): bump softprops/action-gh-release from 2.0.9 to 2.1.0 (#190)
dependabot[bot] Nov 12, 2024
1bf8382
build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.0 (#191)
dependabot[bot] Nov 15, 2024
fd354c7
build(deps): bump codecov/codecov-action from 5.0.0 to 5.0.2 (#192)
dependabot[bot] Nov 18, 2024
abc774e
build(deps): bump DavidAnson/markdownlint-cli2-action (#193)
dependabot[bot] Nov 19, 2024
e4c5bf9
build(deps): bump codecov/codecov-action from 5.0.2 to 5.0.4 (#194)
dependabot[bot] Nov 20, 2024
1c5e35e
build(deps): bump codecov/codecov-action from 5.0.4 to 5.0.7 (#197)
dependabot[bot] Nov 21, 2024
d9b3d65
build(deps): bump tj-actions/changed-files from 44.4.0 to 45.0.7
dependabot[bot] Feb 5, 2025
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
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- id: changed
uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c
uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8
with:
files: |
.codecov.yml
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
# Some tests are especially flakey in coverage tests. That's fine. We
# only really care to measure how much of our codebase is covered.
continue-on-error: true
- uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be
- uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a
2 changes: 1 addition & 1 deletion .github/workflows/fuzzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: apt update && apt install -y jo
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
- uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c
- uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8
id: changed-files
- name: list changed crates
id: list-changed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8
- uses: DavidAnson/markdownlint-cli2-action@eb5ca3ab411449c66620fe7f1b3c9e10547144b0
with:
globs: "**/*.md"
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ jobs:
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- id: build
uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c
uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8
with:
files: |
.github/workflows/pr.yml
justfile
Dockerfile
- id: actions
uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c
uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8
with:
files: |
.github/workflows/**
.devcontainer/*
- id: cargo
uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c
uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8
with:
files_ignore: "Cargo.toml"
files: |
Expand All @@ -40,7 +40,7 @@ jobs:
if: steps.cargo.outputs.any_changed == 'true'
run: ./.github/list-crates.sh ${{ steps.cargo.outputs.all_changed_files }}
- id: rust
uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c
uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8
with:
files: |
**/*.rs
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
if: github.event_name == 'pull_request'
- id: changed
if: github.event_name == 'pull_request'
uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c
uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8
with:
files: |
.github/workflows/release.yml
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- run: just arch=${{ matrix.arch }} libc=${{ matrix.libc }} rustup
- run: just arch=${{ matrix.arch }} libc=${{ matrix.libc }} profile=${{ needs.meta.outputs.profile }} build
- run: just arch=${{ matrix.arch }} libc=${{ matrix.libc }} profile=${{ needs.meta.outputs.profile }} package
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
with:
name: ${{ matrix.arch }}-artifacts
path: target/package/*
Expand Down Expand Up @@ -180,15 +180,15 @@ jobs:
ref: ${{ needs.meta.outputs.ref }}
- run: git tag -a -m "$VERSION" "$TAG"
# Fetch the artifacts.
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
path: artifacts
- run: du -h artifacts/**/*
# Publish the release.
- if: needs.meta.outputs.publish == 'true'
run: git push origin "$TAG"
- if: needs.meta.outputs.publish == 'true'
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974
with:
name: ${{ env.VERSION }}
tag_name: ${{ env.TAG }}
Expand Down
Loading