FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
enable3d/.github/workflows/codeql-analysis.yml at master · enable3d/enable3d · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
enable3d
/
enable3d
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
101
Star
1.2k
Code
Issues
13
Pull requests
1
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
enable3d
/
.github
/
workflows
/
codeql-analysis.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
29 lines (24 loc) · 560 Bytes
Breadcrumbs
enable3d
/
.github
/
workflows
/
codeql-analysis.yml
Copy path
File metadata and controls
29 lines (24 loc) · 560 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
name
:
'
CodeQL
'
on
:
push
:
paths
:
-
'
packages/**
'
-
'
.github/**
'
pull_request
:
paths
:
-
'
packages/**
'
-
'
.github/**
'
jobs
:
analyze
:
name
:
Analyze
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v4
-
name
:
Initialize CodeQL
uses
:
github/codeql-action/init@v4
with
:
languages
:
typescript
config-file
:
./.github/codeql/codeql-config.yml
-
name
:
Perform CodeQL Analysis
uses
:
github/codeql-action/analyze@v4
Back
|
FazBrowse Home
|
New Git URL