Skip to content

Commit c0abc56

Browse files
authored
Merge branch 'master' into Dependabot-GitHub-Actions
2 parents 6078d06 + 6f53558 commit c0abc56

File tree

5 files changed

+19
-0
lines changed

5 files changed

+19
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,15 @@ on:
99
schedule:
1010
- cron: '0 6 * * 4'
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
analyze:
17+
permissions:
18+
actions: read # for github/codeql-action/init to get workflow details
19+
contents: read # for actions/checkout to fetch code
20+
security-events: write # for github/codeql-action/autobuild to send a status report
1421
name: Analyze
1522
runs-on: ubuntu-latest
1623

.github/workflows/doc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ name: Doc
44

55
on: [push, pull_request]
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
doc:
912
strategy:

.github/workflows/format.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ name: Format
44

55
on: [push, pull_request]
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
lint:
912
strategy:

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ name: Lint
44

55
on: [push, pull_request]
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
lint:
912
strategy:

.github/workflows/mypy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ name: MyPy
44

55
on: [push, pull_request]
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
mypy:
912
strategy:

0 commit comments

Comments
 (0)