Commit 4a05711
committed
fix: Update CodeQL workflow for Poetry dependency management
- Add Python 3.10 setup before CodeQL initialization
- Install Poetry using snok/install-poetry@v1 action
- Install dependencies with poetry install --with dev
- Remove autobuild step that doesn't work with Poetry projects1 parent 58bf252 commit 4a05711
1 file changed
Lines changed: 15 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
41 | 56 | | |
42 | 57 | | |
43 | 58 | | |
44 | 59 | | |
45 | 60 | | |
46 | 61 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 62 | | |
51 | 63 | | |
52 | 64 | | |
| |||
0 commit comments