We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae50ba commit 97bb372Copy full SHA for 97bb372
1 file changed
.github/workflows/codeql.yml
@@ -4,24 +4,24 @@ on:
4
push:
5
branches: ['master', 'develop']
6
pull_request:
7
- branches: ['master']
+ branches: ['master', 'develop']
8
schedule:
9
- cron: '0 6 * * 1'
10
11
jobs:
12
analyze:
13
- name: Analyze
+ name: Analyze (${{ matrix.language }})
14
runs-on: 'ubuntu-latest'
15
- timeout-minutes: 360
16
permissions:
17
actions: read
18
contents: read
+ packages: read
19
security-events: write
20
21
strategy:
22
fail-fast: false
23
matrix:
24
- language: ['javascript-typescript']
+ language: ['actions', 'javascript-typescript']
25
26
steps:
27
- name: Checkout repository
0 commit comments