-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeql.yml
More file actions
31 lines (26 loc) · 729 Bytes
/
Copy pathcodeql.yml
File metadata and controls
31 lines (26 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# SPDX-License-Identifier: PMPL-1.0-or-later
name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 6 1 * *'
permissions: read-all
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
matrix:
language: ['actions']
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: github/codeql-action/init@a4784f2dad6682d68cce8299ef20b1ca931bbdfb # v3
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/analyze@a4784f2dad6682d68cce8299ef20b1ca931bbdfb # v3
with:
category: "/language:${{ matrix.language }}"