From bbf67da14dde2ba6f1b392f402871843bace3a18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 11:04:59 +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/gemini-security-scan.yml | 2 +- .github/workflows/wordpress-standards-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gemini-security-scan.yml b/.github/workflows/gemini-security-scan.yml index 1bedcec..a632e4e 100644 --- a/.github/workflows/gemini-security-scan.yml +++ b/.github/workflows/gemini-security-scan.yml @@ -34,7 +34,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v46 with: files: | **/*.php diff --git a/.github/workflows/wordpress-standards-check.yml b/.github/workflows/wordpress-standards-check.yml index b277821..5b0da05 100644 --- a/.github/workflows/wordpress-standards-check.yml +++ b/.github/workflows/wordpress-standards-check.yml @@ -32,7 +32,7 @@ jobs: - name: Get changed PHP files id: changed-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v46 with: files: | **/*.php