From 0ac5fb77e84c5b2ebf7d7910c7baa8362e2aab32 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Tue, 2 Jan 2024 22:45:48 +0200 Subject: [PATCH] CI: bump tj-actions/changed-files to v41 Fixes CVE-2023-51664 (high). --- .github/workflows/meta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/meta.yml b/.github/workflows/meta.yml index df90d73e..6a533eb2 100644 --- a/.github/workflows/meta.yml +++ b/.github/workflows/meta.yml @@ -25,7 +25,7 @@ jobs: # fetch full history to be able to gather changed files in all new commits fetch-depth: 0 - - uses: tj-actions/changed-files@v37 + - uses: tj-actions/changed-files@v41 if: ${{ github.ref_type != 'tag' }} id: changed_files_yaml with: