Skip to content

Commit e950dd0

Browse files
authored
Merge pull request #3466 from hazendaz/master
[gha] Update codeql
2 parents 34b6e7a + 5da08dc commit e950dd0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/codeql.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ "master" ]
7+
branches: [ master ]
88
schedule:
99
- cron: '36 22 * * 5'
1010

@@ -14,18 +14,17 @@ jobs:
1414
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
1515
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
1616
permissions:
17-
security-events: write
18-
1917
actions: read
2018
contents: read
19+
security-events: write
2120

2221
strategy:
2322
fail-fast: false
2423
matrix:
2524
language: [ 'java-kotlin' ]
2625

2726
steps:
28-
- name: Checkout repository
27+
- name: Checkout
2928
uses: actions/checkout@v4
3029

3130
- name: Setup Java
@@ -47,4 +46,4 @@ jobs:
4746
- name: Perform CodeQL Analysis
4847
uses: github/codeql-action/analyze@v3
4948
with:
50-
category: "/language:${{matrix.language}}"
49+
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)