Skip to content

Commit 6f11f80

Browse files
fix: jinja2 vulnerability (#2482)
* fix: jinja2 vulnerability * fix: lycheeverse/lychee-action vanta vulnerability
1 parent 1fe2bff commit 6f11f80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Check for broken links
1515
id: lychee
16-
uses: lycheeverse/lychee-action@v1.10.0
16+
uses: lycheeverse/lychee-action@v2
1717
with:
1818
args: --verbose ./docs/**/*.md ./submodules/chart/docs/**/*.md
1919
jobSummary: true

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ mkdocs==1.6.1
22
mike==2.1.3
33
markdown==3.7
44
mkdocs-material==8.2.3
5-
Jinja2==3.1.4
5+
Jinja2==3.1.6
66

77
# Markdown extensions
88
Pygments==2.18.0

0 commit comments

Comments
 (0)