We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a154b87 commit 8008e59Copy full SHA for 8008e59
.github/workflows/codeql-analysis.yml
@@ -14,9 +14,16 @@ concurrency:
14
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15
cancel-in-progress: true
16
17
+permissions:
18
+ contents: read
19
+
20
jobs:
21
analyse:
22
name: Analyse
23
+ permissions:
24
+ actions: read
25
+ contetnts: read
26
+ security-events: write
27
runs-on: ubuntu-latest
28
29
steps:
.github/workflows/lint-and-test.yml
@@ -13,6 +13,9 @@ concurrency:
13
mypy:
0 commit comments