From 4b0d915860a9f23f0e20477b8818a228ad445efd Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Mon, 22 Sep 2025 14:19:32 +0100 Subject: [PATCH 1/2] fix: jinja2 vulnerability --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 39180dac01..6974b3249a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ mkdocs==1.6.1 mike==2.1.3 markdown==3.7 mkdocs-material==8.2.3 -Jinja2==3.1.4 +Jinja2==3.1.6 # Markdown extensions Pygments==2.18.0 From aa6d4f969dcdda9cb5a8227fcbee49d7fddd9feb Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Mon, 22 Sep 2025 14:21:36 +0100 Subject: [PATCH 2/2] fix: lycheeverse/lychee-action vanta vulnerability --- .github/workflows/scheduled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index d0234548cb..a82952cb6f 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -13,7 +13,7 @@ jobs: - name: Check for broken links id: lychee - uses: lycheeverse/lychee-action@v1.10.0 + uses: lycheeverse/lychee-action@v2 with: args: --verbose ./docs/**/*.md ./submodules/chart/docs/**/*.md jobSummary: true