FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
go-git/.github/workflows/codeql.yml at main · commitgo/go-git · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
commitgo
/
go-git
Public
forked from
go-git/go-git
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
go-git
/
.github
/
workflows
/
codeql.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
48 lines (39 loc) · 1.26 KB
Breadcrumbs
go-git
/
.github
/
workflows
/
codeql.yml
Copy path
File metadata and controls
48 lines (39 loc) · 1.26 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
name
:
CodeQL
on
:
push
:
branches
:
-
releases/v5.x
-
main
pull_request
:
schedule
:
-
cron
:
'
00 5 * * 1
'
permissions
:
{}
jobs
:
analyze
:
name
:
Analyze
runs-on
:
ubuntu-latest
permissions
:
actions
:
read
contents
:
read
security-events
:
write
strategy
:
fail-fast
:
false
matrix
:
language
:
[ 'go', 'actions' ]
steps
:
-
name
:
Checkout code
uses
:
actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
#
v5.0.0
#
Initializes the CodeQL tools for scanning.
-
name
:
Initialize CodeQL
uses
:
github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db
#
v4.31.3
with
:
languages
:
${{ matrix.language }}
#
xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
#
xref: https://codeql.github.com/codeql-query-help/go/
queries
:
security-and-quality
-
name
:
Manual Build
run
:
go build ./...
-
name
:
Perform CodeQL Analysis
uses
:
github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db
#
v4.31.3
with
:
category
:
"
/language:${{matrix.language}}
"
Back
|
FazBrowse Home
|
New Git URL