FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
HawAPI/.github/workflows/codeql.yml at main · HawAPI/HawAPI · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
HawAPI
/
HawAPI
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
5
Code
Issues
10
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
HawAPI
/
.github
/
workflows
/
codeql.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
56 lines (46 loc) · 1.52 KB
Breadcrumbs
HawAPI
/
.github
/
workflows
/
codeql.yml
Copy path
File metadata and controls
56 lines (46 loc) · 1.52 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
:
-
main
pull_request
:
branches
:
-
main
schedule
:
-
cron
:
'
0 12 1,15 * *
'
jobs
:
analyze
:
name
:
Analyze
runs-on
:
ubuntu-latest
timeout-minutes
:
10
permissions
:
actions
:
read
contents
:
read
security-events
:
write
strategy
:
fail-fast
:
false
matrix
:
language
:
[ 'java' ]
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v3
#
Initializes the CodeQL tools for scanning.
-
name
:
Initialize CodeQL
uses
:
github/codeql-action/init@v2
with
:
languages
:
${{ matrix.language }}
#
Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
#
If this step fails, then you should remove it and run the build manually (see below)
-
name
:
Autobuild
uses
:
github/codeql-action/autobuild@v2
#
ℹ️ Command-line programs to run using the OS shell.
#
📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
#
If the Autobuild fails above, remove it and uncomment the following three lines.
#
modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
#
- run: |
#
echo "Run, Build Application using script"
#
./location_of_script_within_repo/buildscript.sh
-
name
:
Perform CodeQL Analysis
uses
:
github/codeql-action/analyze@v2
with
:
category
:
"
/language:${{matrix.language}}
"
Back
|
FazBrowse Home
|
New Git URL