Skip to content

Commit b93637c

Browse files
authored
install deps for advisory send
1 parent d514073 commit b93637c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/send-advisory.yml

+5
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,10 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 2
20+
- uses: actions/setup-python@v4
21+
with:
22+
python-version: 3.11
23+
- name: install mkdocs
24+
run: pip install -r requirements.txt
2025
- name: Send advisories
2126
run: ./.github/scripts/send-advisory.py "${{ inputs.advisory_url }}"

0 commit comments

Comments
 (0)