From 360b059a21c690bf199cb2c8a7bb1fade2481656 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Mon, 22 Sep 2025 21:25:28 +0000 Subject: [PATCH] [Github] Switch pr-code-lint.yml to tj-actions/changed-files Similar to #158335. pr-code-lint.yml was in progress as a PR when that change landed, so this workflow did not get updated. --- .github/workflows/pr-code-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-code-lint.yml b/.github/workflows/pr-code-lint.yml index bc70933147bd..0350e57b8c55 100644 --- a/.github/workflows/pr-code-lint.yml +++ b/.github/workflows/pr-code-lint.yml @@ -33,7 +33,7 @@ jobs: - name: Get changed files id: changed-files - uses: step-security/changed-files@3dbe17c78367e7d60f00d78ae6781a35be47b4a1 # v45.0.1 + uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5 with: separator: "," skip_initial_fetch: true