We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741d079 commit ba5fb03Copy full SHA for ba5fb03
.github/workflows/codeql-analysis.yml
@@ -15,22 +15,23 @@ on:
15
schedule:
16
- cron: 0 4 * * 0
17
18
+permissions:
19
+ contents: read
20
+
21
jobs:
22
analyze:
23
+ permissions:
24
+ actions: read # for github/codeql-action/init to get workflow details
25
+ contents: read # for actions/checkout to fetch code
26
+ security-events: write # for github/codeql-action/autobuild to send a status report
27
name: Analyze
28
runs-on: ubuntu-24.04
- strategy:
- fail-fast: false
- matrix:
- language: [python]
29
steps:
30
- name: Checkout repository
31
uses: actions/checkout@v4
32
33
- name: Initialize CodeQL
34
uses: github/codeql-action/init@v3
- with:
- languages: ${{ matrix.language }}
35
36
- name: Autobuild
37
uses: github/codeql-action/autobuild@v3
0 commit comments