From 0e70c1859f2534f1c005d3309dfe92049ea681e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:50:25 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 47.0.2 to 47.0.4 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 47.0.2 to 47.0.4. - [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/8cba46e29c11878d930bca7870bb54394d3e8b21...7dee1b0c1557f278e5c7dc244927139d78c0e22a) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 47.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/maintenance-check-kernel-security.yml | 2 +- .github/workflows/maintenance-lint-scripts.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maintenance-check-kernel-security.yml b/.github/workflows/maintenance-check-kernel-security.yml index 594dd971c3..ad6a6a6c2d 100644 --- a/.github/workflows/maintenance-check-kernel-security.yml +++ b/.github/workflows/maintenance-check-kernel-security.yml @@ -34,7 +34,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@8cba46e29c11878d930bca7870bb54394d3e8b21 # v46.0.3 + uses: tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a # v46.0.3 - name: Checkout repository uses: actions/checkout@v6 diff --git a/.github/workflows/maintenance-lint-scripts.yml b/.github/workflows/maintenance-lint-scripts.yml index 7551b9d6d2..4dd95a679d 100644 --- a/.github/workflows/maintenance-lint-scripts.yml +++ b/.github/workflows/maintenance-lint-scripts.yml @@ -30,7 +30,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@8cba46e29c11878d930bca7870bb54394d3e8b21 # v46.0.3 + uses: tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a # v46.0.3 - name: List all changed files run: |