We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a5d1f commit ea1e936Copy full SHA for ea1e936
.github/workflows/codeql-analysis.yml
@@ -9,6 +9,9 @@ on:
9
schedule:
10
- cron: '0 21 * * 0'
11
12
+permissions:
13
+ contents: read
14
+
15
jobs:
16
analyse:
17
name: Analyse
.github/workflows/mypy.yml
@@ -8,6 +8,8 @@ on:
8
build:
+ permissions:
runs-on: ubuntu-latest
strategy:
.github/workflows/pytests.yml
0 commit comments