FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeql/.github/workflows/csv-coverage-update.yml at codeql-cli/v2.26.2 · 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-update.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
42 lines (37 loc) · 1.09 KB
Breadcrumbs
codeql
/
.github
/
workflows
/
csv-coverage-update.yml
Copy path
File metadata and controls
42 lines (37 loc) · 1.09 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
name
:
Update framework coverage reports
on
:
workflow_dispatch
:
schedule
:
-
cron
:
"
0 0 * * *
"
permissions
:
contents
:
write
pull-requests
:
write
jobs
:
update
:
name
:
Update framework coverage report
if
:
github.repository == 'github/codeql'
runs-on
:
ubuntu-latest
steps
:
-
name
:
Dump GitHub context
env
:
GITHUB_CONTEXT
:
${{ toJSON(github.event) }}
run
:
echo "$GITHUB_CONTEXT"
-
name
:
Clone self (github/codeql)
uses
:
actions/checkout@v5
with
:
path
:
ql
fetch-depth
:
0
-
name
:
Set up Python 3.8
uses
:
actions/setup-python@v4
with
:
python-version
:
3.8
-
name
:
Download CodeQL CLI
uses
:
./ql/.github/actions/fetch-codeql
-
name
:
Generate coverage files
run
:
|
python ql/misc/scripts/library-coverage/generate-report.py ci ql ql
-
name
:
Create pull request with changes
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
run
:
|
python ql/misc/scripts/library-coverage/create-pr.py ql "$GITHUB_REPOSITORY"
Back
|
FazBrowse Home
|
New Git URL