File tree Expand file tree Collapse file tree 4 files changed +14
-1
lines changed
Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,12 @@ updates:
55 labels : []
66 schedule :
77 interval : " weekly"
8+ cooldown :
9+ default-days : 7
810 - package-ecosystem : " pip"
911 directory : " /"
1012 labels : []
1113 schedule :
1214 interval : " weekly"
15+ cooldown :
16+ default-days : 7
Original file line number Diff line number Diff line change 5555 steps :
5656 - name : Checkout repository
5757 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
58+ with :
59+ persist-credentials : false
5860
5961 # Initializes the CodeQL tools for scanning.
6062 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Repository checkout
2222 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+ with :
24+ persist-credentials : false
2325
2426 - name : Require GHA pinning
2527 uses : canonical/lxd/.github/actions/require-gha-pinning@main
5456 steps :
5557 - name : Repository checkout
5658 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
59+ with :
60+ persist-credentials : false
5761
5862 - name : Install dependencies
5963 run : |
8488 steps :
8589 - name : Repository checkout
8690 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
91+ with :
92+ persist-credentials : false
8793
8894 - name : Set up Python
8995 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ testing =
3535 requests-mock < 1.2
3636 # Python 3.12 no longer installs `setuptools` in venv
3737 # but mock-services depends on it for `pkg_resources`
38- setuptools
38+ # `pkg_resources` was removed from `setuptools` 82 so pin an earlier version.
39+ setuptools < 82
3940format =
4041 black
4142 flake8
You can’t perform that action at this time.
0 commit comments