FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-tron/.github/workflows/codeql.yml at develop · tronprotocol/java-tron · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
tronprotocol
/
java-tron
Public
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
4.1k
Code
Issues
22
Pull requests
12
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
java-tron
/
.github
/
workflows
/
codeql.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
56 lines (48 loc) · 1.64 KB
Breadcrumbs
java-tron
/
.github
/
workflows
/
codeql.yml
Copy path
File metadata and controls
56 lines (48 loc) · 1.64 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
46
47
48
49
50
51
52
53
54
55
56
name
:
"
CodeQL
"
on
:
push
:
branches
:
[ 'develop', 'master', 'release_**' ]
pull_request
:
#
The branches below must be a subset of the branches above
branches
:
[ 'develop' ]
paths-ignore
:
[ '**/*.md', '.gitignore', '**/.gitignore', '.editorconfig',
'
.gitattributes
'
, 'docs/**', 'CHANGELOG', '.github/ISSUE_TEMPLATE/**',
'
.github/PULL_REQUEST_TEMPLATE/**
'
, '.github/CODEOWNERS' ]
schedule
:
-
cron
:
'
6 10 * * 0
'
jobs
:
analyze
:
name
:
Analyze
runs-on
:
ubuntu-latest
permissions
:
actions
:
read
contents
:
read
security-events
:
write
strategy
:
fail-fast
:
false
matrix
:
language
:
[ 'java' ]
#
CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
#
Use only 'java' to analyze code written in Java, Kotlin or both
#
Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
#
Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v5
#
Initializes the CodeQL tools for scanning.
-
name
:
Initialize CodeQL
uses
:
github/codeql-action/init@v4
with
:
languages
:
${{ matrix.language }}
build-mode
:
manual
-
name
:
Set up JDK 8
uses
:
actions/setup-java@v5
with
:
java-version
:
'
8
'
distribution
:
'
temurin
'
-
name
:
Build
run
:
./gradlew build -x test --no-daemon
-
name
:
Perform CodeQL Analysis
uses
:
github/codeql-action/analyze@v4
with
:
category
:
"
/language:${{matrix.language}}
"
Back
|
FazBrowse Home
|
New Git URL