From f7f4ab00b88ac10a7a6e664198d2d4ab2a7baabe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:38:56 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from d03a93c0dbfac6d6dd6a0d8a5e7daff992b07449 to dbf178ceecb9304128c8e0648591d71208c6e2c9. - [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/d03a93c0dbfac6d6dd6a0d8a5e7daff992b07449...dbf178ceecb9304128c8e0648591d71208c6e2c9) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: dbf178ceecb9304128c8e0648591d71208c6e2c9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-kernel-security-analysis.yml | 2 +- .github/workflows/pr-lint-scripts.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-kernel-security-analysis.yml b/.github/workflows/pr-kernel-security-analysis.yml index f478ca12b..ed56243ca 100644 --- a/.github/workflows/pr-kernel-security-analysis.yml +++ b/.github/workflows/pr-kernel-security-analysis.yml @@ -34,7 +34,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@d03a93c0dbfac6d6dd6a0d8a5e7daff992b07449 # v46.0.3 + uses: tj-actions/changed-files@dbf178ceecb9304128c8e0648591d71208c6e2c9 # v46.0.3 - name: Checkout repository uses: actions/checkout@v5 diff --git a/.github/workflows/pr-lint-scripts.yml b/.github/workflows/pr-lint-scripts.yml index ae6566891..d6110ab82 100644 --- a/.github/workflows/pr-lint-scripts.yml +++ b/.github/workflows/pr-lint-scripts.yml @@ -30,7 +30,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@d03a93c0dbfac6d6dd6a0d8a5e7daff992b07449 # v46.0.3 + uses: tj-actions/changed-files@dbf178ceecb9304128c8e0648591d71208c6e2c9 # v46.0.3 - name: List all changed files run: |