We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654c05f commit 1d5f780Copy full SHA for 1d5f780
1 file changed
.github/workflows/main.yml
@@ -4,9 +4,13 @@ on:
4
- push
5
- pull_request
6
7
+permissions: {}
8
+
9
jobs:
10
lint:
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: read
14
steps:
15
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
- name: Setup Python
@@ -25,6 +29,8 @@ jobs:
25
29
- py312
26
30
- py313
27
31
- pypy3
32
33
28
34
35
36
- name: Fedora Tox with ${{ matrix.tox_env }}
@@ -40,6 +46,8 @@ jobs:
40
46
deploy:
41
47
name: Build deploy
42
48
49
50
43
51
44
52
45
53
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
0 commit comments