From 99de93c4af3309a63baea0e7bc2cd6438720c8ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 16:37:47 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 46.0.1 to 47.0.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 46.0.1 to 47.0.0. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v46.0.1...v47.0.0) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 47.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/protect-files.yml | 2 +- .github/workflows/protect-infra-directories-contributions.yml | 2 +- .github/workflows/review-release-notes.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/protect-files.yml b/.github/workflows/protect-files.yml index dfc597179797..d0d563f5b4f0 100644 --- a/.github/workflows/protect-files.yml +++ b/.github/workflows/protect-files.yml @@ -22,7 +22,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v46.0.1 # disable-secrets-detection + uses: tj-actions/changed-files@v47.0.0 # disable-secrets-detection with: files: | .gitlab/ci/.gitlab-ci.yml diff --git a/.github/workflows/protect-infra-directories-contributions.yml b/.github/workflows/protect-infra-directories-contributions.yml index bcfe03687dce..347eea4c37c7 100644 --- a/.github/workflows/protect-infra-directories-contributions.yml +++ b/.github/workflows/protect-infra-directories-contributions.yml @@ -21,7 +21,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v46.0.1 # disable-secrets-detection + uses: tj-actions/changed-files@v47.0.0 # disable-secrets-detection - name: Check for changes in protected directories run: | diff --git a/.github/workflows/review-release-notes.yml b/.github/workflows/review-release-notes.yml index 444a289935e2..69a58b42ff8a 100644 --- a/.github/workflows/review-release-notes.yml +++ b/.github/workflows/review-release-notes.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 2 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v46.0.1 # disable-secrets-detection + uses: tj-actions/changed-files@v47.0.0 # disable-secrets-detection with: separator: ${{ env.CHANGED_FILES_DELIMITER }} files: |