From a9383b38d0c9f71a199ceba6a3c1038047ad9453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 04:49:11 +0000 Subject: [PATCH] Bump tj-actions/changed-files Bumps the github_actions group with 1 update in the /.github/workflows directory: [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `tj-actions/changed-files` from 44 to 46 - [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/v44...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '46' dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2000046d..a0d3838b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Check for src file changes id: check_files if: github.event_name == 'pull_request' - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v46 with: files: src/** diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 37e8877a..1fc4967c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,7 +26,7 @@ jobs: - name: Check for src file changes id: check_files if: github.event_name == 'pull_request' - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v46 with: files: src/** files-ignore: |