We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b96e7 commit c5909ecCopy full SHA for c5909ec
.github/workflows/codescan.yaml
@@ -8,6 +8,9 @@ on:
8
schedule:
9
- cron: '0 0 * * 0' # weekly
10
11
+permissions:
12
+ contents: read
13
+
14
jobs:
15
code-ql:
16
name: CodeQL
.github/workflows/release_pypi.yaml
@@ -2,6 +2,9 @@ name: release pypi
2
# when manually triggered
3
on: workflow_dispatch
4
5
6
7
release_pypi:
name: PyPI release
.github/workflows/test.yaml
@@ -10,6 +10,9 @@ on:
17
# run tests
18
test:
0 commit comments