FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeql/.github/workflows/csv-coverage.yml at codeql-cli/v2.25.3 · github/codeql · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10k
Code
Issues
998
Pull requests
460
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codeql
/
.github
/
workflows
/
csv-coverage.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
45 lines (41 loc) · 1.28 KB
Breadcrumbs
codeql
/
.github
/
workflows
/
csv-coverage.yml
Copy path
File metadata and controls
45 lines (41 loc) · 1.28 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name
:
Build framework coverage reports
on
:
workflow_dispatch
:
inputs
:
qlModelShaOverride
:
description
:
"
github/codeql repo SHA used for looking up the CSV models
"
required
:
false
permissions
:
contents
:
read
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Clone self (github/codeql)
uses
:
actions/checkout@v5
with
:
path
:
script
-
name
:
Clone self (github/codeql) for analysis
uses
:
actions/checkout@v5
with
:
path
:
codeqlModels
ref
:
${{ github.event.inputs.qlModelShaOverride || github.ref }}
-
name
:
Set up Python 3.8
uses
:
actions/setup-python@v4
with
:
python-version
:
3.8
-
name
:
Download CodeQL CLI
uses
:
./script/.github/actions/fetch-codeql
-
name
:
Build modeled package list
run
:
|
python script/misc/scripts/library-coverage/generate-report.py ci codeqlModels script
-
name
:
Upload CSV package list
uses
:
actions/upload-artifact@v4
with
:
name
:
framework-coverage-csv
path
:
framework-coverage-*.csv
-
name
:
Upload RST package list
uses
:
actions/upload-artifact@v4
with
:
name
:
framework-coverage-rst
path
:
framework-coverage-*.rst
Back
|
FazBrowse Home
|
New Git URL