From c7c9ad8755cf12a64e3e13a558820b3d7b82d9e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:20:36 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 47.0.1 to 47.0.2 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 47.0.1 to 47.0.2. - [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/e0021407031f5be11a464abee9a0776171c79891...8cba46e29c11878d930bca7870bb54394d3e8b21) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 47.0.2 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 4c30c2a5f7..594dd971c3 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@e0021407031f5be11a464abee9a0776171c79891 # v46.0.3 + uses: tj-actions/changed-files@8cba46e29c11878d930bca7870bb54394d3e8b21 # 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 9122aec2f6..7551b9d6d2 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@e0021407031f5be11a464abee9a0776171c79891 # v46.0.3 + uses: tj-actions/changed-files@8cba46e29c11878d930bca7870bb54394d3e8b21 # v46.0.3 - name: List all changed files run: |