Commit ed3c41e
chore: Lock workflow dependencies (OSSF recommendations) (#4668)
This pull request introduces support for managing Python dependencies
for the `mkdocs` documentation workflow using Dependabot and adds a
`requirements.txt` file to specify these dependencies. This address one
of the finings by OSSF. The changes aim to automate dependency updates
and ensure consistent dependency management for the documentation build
process.
Also avoid pages got published via a branch.
---------
Co-authored-by: Ron <[email protected]>1 parent c9d4dc7 commit ed3c41e
File tree
4 files changed
+390
-3
lines changed- .github
- workflows
- mkdocs
4 files changed
+390
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments