Skip to content

Commit 91a5673

Browse files
vinod0mSDLC Botgithub-advanced-security[bot]
authored
style(utils): apply ruff --fix to src/utils (#25)
* ci: add reproducible test runner, fix requirements pins, use venv in workflow * chore(ci): add Makefile, README test docs, run ruff in CI; remove .venv_ci * docs: fix README markdown warnings; ci: add codecov token and pip cache for provider jobs * ci: exclude duplicate router from mypy checks (known conflict) * chore: remove duplicate src/llm/router.py to avoid mypy duplicate-module * chore: move test_results into test/ directory * style(utils): apply ruff --fix to src/utils * Potential fix for code scanning alert no. 732: Workflow does not contain permissions add the relevent changes Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Potential fix for code scanning alert no. 726: Workflow does not contain permissions add the relevent changes Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --------- Co-authored-by: SDLC Bot <devnull@example.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 01a818d commit 91a5673

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/python-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Python Tests (consolidated)
33
permissions:
44
contents: read
55

6-
76
on:
87
push:
98
branches: [ main ]
@@ -56,6 +55,10 @@ jobs:
5655

5756
tests:
5857
name: Run tests matrix
58+
59+
permissions:
60+
contents: read
61+
5962
runs-on: ubuntu-latest
6063
strategy:
6164
matrix:

.github/workflows/python-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
2-
permissions:
3-
contents: read
4-
51
name: Python Tests
62

73
on:
@@ -10,6 +6,9 @@ on:
106
pull_request:
117
branches: [ main ]
128

9+
permissions:
10+
contents: read
11+
1312
jobs:
1413
tests:
1514
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)