File tree 3 files changed +8
-11
lines changed
3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: "Android Instrumentation Tests"
2
2
on : [ push, pull_request ]
3
3
jobs :
4
4
instrumentation_tests :
5
+ if : " !contains(github.event.head_commit.message, 'skip ci')"
5
6
runs-on : ubuntu-latest
6
7
steps :
7
8
- name : checkout repository
Original file line number Diff line number Diff line change 1
- name : " CodeQL"
2
- on :
3
- push :
4
- branches : [ main, release ]
5
- pull_request :
6
- branches : [ main, release ]
7
- schedule :
8
- - cron : ' 41 4 * * 2'
1
+ name : " CodeQL Analyze"
2
+ on : [ push, pull_request ]
9
3
jobs :
10
4
analyze :
11
- name : Analyze
5
+ if : " !contains(github.event.head_commit.message, 'skip ci') "
12
6
runs-on : ubuntu-latest
13
7
timeout-minutes : 360
14
8
permissions :
@@ -22,11 +16,11 @@ jobs:
22
16
steps :
23
17
- name : Checkout repository
24
18
uses : actions/checkout@v4
25
- - name : set up JDK 17
19
+ - name : set up JDK 21
26
20
uses : actions/setup-java@v4
27
21
with :
28
22
distribution : ' zulu'
29
- java-version : ' 17 '
23
+ java-version : ' 21 '
30
24
- name : Initialize CodeQL
31
25
uses : github/codeql-action/init@v3
32
26
with :
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ WiFi Analyzer is licensed under the GNU General Public License v3.0 (GPLv3).
107
107
108
108
[ ![ Workflow Status] ( https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/workflows/Android%20CI/badge.svg )] ( https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/actions?query=workflow%3A%22Android+CI%22 )
109
109
[ ![ Workflow Status] ( https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/workflows/Android%20Instrumentation%20Tests/badge.svg )] ( https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/actions?query=workflow%3A%22Android+Instrumentation+Tests%22 )
110
+ [ ![ Workflow Status] ( https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/workflows/CodeQL%20Analyze/badge.svg )] ( https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/actions?query=workflow%3A%22CodeQL+Analyze%22 )
111
+
110
112
[ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/203eaa0583694bcca6554190513179ba )] ( https://app.codacy.com/gh/VREMSoftwareDevelopment/WiFiAnalyzer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade )
111
113
[ ![ codecov] ( https://codecov.io/gh/VREMSoftwareDevelopment/WiFiAnalyzer/branch/main/graph/badge.svg )] ( https://codecov.io/gh/VREMSoftwareDevelopment/WiFiAnalyzer )
112
114
You can’t perform that action at this time.
0 commit comments