FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
msgpack-javascript/.github/workflows/codeql.yml at main · msgpack/msgpack-javascript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
msgpack
/
msgpack-javascript
Public
Notifications
You must be signed in to change notification settings
Fork
180
Star
1.6k
Code
Issues
18
Pull requests
6
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
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@v6
-
name
:
Initialize CodeQL
uses
:
github/codeql-action/init@v4
with
:
languages
:
typescript
-
name
:
Perform CodeQL Analysis
uses
:
github/codeql-action/analyze@v4
Back
|
FazBrowse Home
|
New Git URL