We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80eb8b7 commit 9b279e6Copy full SHA for 9b279e6
.github/workflows/codeql-analysis.yml
@@ -16,18 +16,23 @@ on:
16
schedule:
17
- cron: 0 4 * * 0
18
19
+permissions:
20
+ contents: read
21
+
22
jobs:
23
analyze:
24
+ permissions:
25
+ actions: read # for github/codeql-action/init to get workflow details
26
+ contents: read # for actions/checkout to fetch code
27
+ security-events: write # for github/codeql-action/autobuild to send a status report
28
name: Analyze
29
runs-on: ubuntu-24.04
30
steps:
31
- name: Checkout repository
- uses: actions/checkout@v4 # v4
32
+ uses: actions/checkout@v4
33
34
- name: Initialize CodeQL
35
uses: github/codeql-action/init@v3
- with:
- languages: ${{ matrix.language }}
36
37
- name: Autobuild
38
uses: github/codeql-action/autobuild@v3
0 commit comments