We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18bc585 commit e16569aCopy full SHA for e16569a
.github/workflows/codeql.yml
@@ -8,6 +8,9 @@ concurrency:
8
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
9
cancel-in-progress: true
10
11
+permissions:
12
+ contents: read
13
+
14
jobs:
15
analyze:
16
runs-on: ubuntu-22.04
.github/workflows/wheels.yml
@@ -30,6 +30,9 @@ concurrency:
30
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
31
32
33
34
35
36
37
build_wheels:
38
name: Build wheel for ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
0 commit comments