From 140ab2e1bdeb7a70f38eb53d31560ada46dab9bb Mon Sep 17 00:00:00 2001 From: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com> Date: Fri, 7 Aug 2026 02:35:16 -0700 Subject: [PATCH] Bump step-security/changed-files to v47 (Node 24) Split from the other Node 20 bumps because the example lane gating depends on this action's files_yaml group outputs and any_modified semantics, and v47 ships no release notes covering them. Keeping it alone makes a gating regression attributable. Checked at v47.0.5: micromatch is still ^4.0.5 (the matcher the lane patterns were verified against), files/files_ignore/files_yaml/ files_ignore_yaml are all still inputs, and any_modified/any_changed/ changed_keys are still documented outputs. Co-Authored-By: Claude Opus 5 Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com> --- .github/workflows/_pr_gate.yml | 2 +- .github/workflows/example_tests.yml | 2 +- .github/workflows/unit_tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_pr_gate.yml b/.github/workflows/_pr_gate.yml index 062f1c0347b..e3605202f7c 100644 --- a/.github/workflows/_pr_gate.yml +++ b/.github/workflows/_pr_gate.yml @@ -41,7 +41,7 @@ jobs: - if: startsWith(github.ref, 'refs/heads/pull-request/') name: Check for changes in test-relevant directories id: changed-tests - uses: step-security/changed-files@v46.0.5 + uses: step-security/changed-files@v47.0.5 with: base_sha: ${{ steps.base.outputs.merge_base }} sha: ${{ steps.base.outputs.head_sha }} diff --git a/.github/workflows/example_tests.yml b/.github/workflows/example_tests.yml index 0bc39bcb38a..195fbcdbab3 100644 --- a/.github/workflows/example_tests.yml +++ b/.github/workflows/example_tests.yml @@ -40,7 +40,7 @@ jobs: uses: ./.github/actions/pr-merge-base - if: startsWith(github.ref, 'refs/heads/pull-request/') id: changed - uses: step-security/changed-files@v46.0.5 + uses: step-security/changed-files@v47.0.5 with: base_sha: ${{ steps.base.outputs.merge_base }} sha: ${{ steps.base.outputs.head_sha }} diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index e2f5dd91c40..12fd29be15b 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -41,7 +41,7 @@ jobs: - if: github.event_name == 'pull_request' name: Check for changes in test-relevant paths id: changed - uses: step-security/changed-files@v46.0.5 + uses: step-security/changed-files@v47.0.5 with: files: | .github/workflows/unit_tests.yml