From 6805ebe39bb55aa9d86bf792ba029a1023acdf46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BCnte?= Date: Tue, 18 Mar 2025 18:27:54 +0100 Subject: [PATCH] fix: Upgrade tj-actions Github action. [CVE-2025-30066] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53536e800d..4b63e8ff72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: tj-actions/changed-files@v44 + - uses: tj-actions/changed-files@v46 id: changed-files with: files: '**/*.md'