File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: "CodeQL"
2
2
3
3
on :
4
4
push :
5
- branches : [ " master" ]
5
+ branches : [ master ]
6
6
pull_request :
7
- branches : [ " master" ]
7
+ branches : [ master ]
8
8
schedule :
9
9
- cron : ' 36 22 * * 5'
10
10
@@ -14,18 +14,17 @@ jobs:
14
14
runs-on : ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
15
15
timeout-minutes : ${{ (matrix.language == 'swift' && 120) || 360 }}
16
16
permissions :
17
- security-events : write
18
-
19
17
actions : read
20
18
contents : read
19
+ security-events : write
21
20
22
21
strategy :
23
22
fail-fast : false
24
23
matrix :
25
24
language : [ 'java-kotlin' ]
26
25
27
26
steps :
28
- - name : Checkout repository
27
+ - name : Checkout
29
28
uses : actions/checkout@v4
30
29
31
30
- name : Setup Java
47
46
- name : Perform CodeQL Analysis
48
47
uses : github/codeql-action/analyze@v3
49
48
with :
50
- category : " /language:${{matrix.language}}"
49
+ category : " /language:${{ matrix.language }}"
You can’t perform that action at this time.
0 commit comments