diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7158a0c4f4..cf7d8cf828 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b - id: changed - uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c + uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 with: files: | .codecov.yml diff --git a/.github/workflows/fuzzers.yml b/.github/workflows/fuzzers.yml index db82bee865..1746f90dce 100644 --- a/.github/workflows/fuzzers.yml +++ b/.github/workflows/fuzzers.yml @@ -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@6b2903bdce6310cfbddd87c418f253cf29b2dec9 id: changed-files - name: list changed crates id: list-changed diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ab2594bb7b..c554a53784 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,20 +18,20 @@ jobs: steps: - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b - id: build - uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c + uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 with: files: | .github/workflows/pr.yml justfile Dockerfile - id: actions - uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c + uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 with: files: | .github/workflows/** .devcontainer/* - id: cargo - uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c + uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 with: files_ignore: "Cargo.toml" files: | @@ -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@6b2903bdce6310cfbddd87c418f253cf29b2dec9 with: files: | **/*.rs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5f29c05d1..8713a89115 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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@6b2903bdce6310cfbddd87c418f253cf29b2dec9 with: files: | .github/workflows/release.yml