FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sentry-java/.github/workflows/codeql-analysis.yml at main · getsentry/sentry-java · GitHub
getsentry
/
sentry-java
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
478
Star
1.4k
Code
Issues
273
Pull requests
70
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sentry-java
/
.github
/
workflows
/
codeql-analysis.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
48 lines (38 loc) · 1.24 KB
Breadcrumbs
sentry-java
/
.github
/
workflows
/
codeql-analysis.yml
Copy path
File metadata and controls
48 lines (38 loc) · 1.24 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
:
[main]
schedule
:
-
cron
:
'
17 23 * * 3
'
concurrency
:
group
:
${{ github.workflow }}-${{ github.ref }}
cancel-in-progress
:
true
jobs
:
analyze
:
name
:
Analyze
runs-on
:
macos-15
env
:
GRADLE_ENCRYPTION_KEY
:
${{ secrets.GRADLE_ENCRYPTION_KEY }}
steps
:
-
name
:
Checkout Repo
uses
:
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
#
v7.0.1
with
:
submodules
:
'
recursive
'
-
name
:
Setup Java Version
uses
:
actions/setup-java@de7274f081f381c8f8158605e0321c36c376e2e6
#
v6.0.1
with
:
distribution
:
'
temurin
'
java-version
:
'
17
'
-
name
:
Setup Gradle
uses
:
gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb
#
v6.3.0
with
:
cache-encryption-key
:
${{ secrets.GRADLE_ENCRYPTION_KEY }}
-
name
:
Initialize CodeQL
uses
:
github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63
#
pin@v2
with
:
languages
:
'
java
'
-
name
:
Build Java
run
:
|
./gradlew buildForCodeQL --no-build-cache
-
name
:
Perform CodeQL Analysis
uses
:
github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63
#
pin@v2
Back
|
FazBrowse Home
|
New Git URL