FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
msgpack-javascript/.github/workflows/codeql.yml at main · Srabutdotcom/msgpack-javascript · GitHub
Srabutdotcom
/
msgpack-javascript
Public
forked from
msgpack/msgpack-javascript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
msgpack-javascript
/
.github
/
workflows
/
codeql.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
30 lines (24 loc) · 510 Bytes
Breadcrumbs
msgpack-javascript
/
.github
/
workflows
/
codeql.yml
Copy path
File metadata and controls
30 lines (24 loc) · 510 Bytes
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
name
:
"
CodeQL
"
on
:
push
:
branches
:
-
main
pull_request
:
workflow_dispatch
:
schedule
:
-
cron
:
'
44 6 * * 6
'
jobs
:
analyze
:
name
:
Analyze
runs-on
:
ubuntu-latest
permissions
:
security-events
:
write
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v3
-
name
:
Initialize CodeQL
uses
:
github/codeql-action/init@v2
with
:
languages
:
typescript
-
name
:
Perform CodeQL Analysis
uses
:
github/codeql-action/analyze@v2
Back
|
FazBrowse Home
|
New Git URL