From 3a64aa18836f6e594971cbd88c56809ba0a8d2a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 19:33:01 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from c34c1c13a740b06851baff92ab9a653d93ad6ce7 to 5426ecc3f5c2b10effaefbd374f0abdc6a571b2f. - [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/c34c1c13a740b06851baff92ab9a653d93ad6ce7...5426ecc3f5c2b10effaefbd374f0abdc6a571b2f) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 5426ecc3f5c2b10effaefbd374f0abdc6a571b2f 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 05a1c0ded7..546621a143 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@c34c1c13a740b06851baff92ab9a653d93ad6ce7 # v46.0.3 + uses: tj-actions/changed-files@5426ecc3f5c2b10effaefbd374f0abdc6a571b2f # v46.0.3 - name: Checkout repository uses: actions/checkout@v4 diff --git a/.github/workflows/pr-lint-scripts.yml b/.github/workflows/pr-lint-scripts.yml index 990991795a..14abf7adf4 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@c34c1c13a740b06851baff92ab9a653d93ad6ce7 # v46.0.3 + uses: tj-actions/changed-files@5426ecc3f5c2b10effaefbd374f0abdc6a571b2f # v46.0.3 - name: List all changed files run: |