We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91c69a commit e96e938Copy full SHA for e96e938
.github/workflows/codeql.yml
@@ -17,14 +17,14 @@ on:
17
pull_request:
18
branches: [ "main" ]
19
schedule:
20
- - cron: '35 1 * * 5'
+ - cron: '21 0 * * 6'
21
22
jobs:
23
analyze:
24
- name: Analyze (${{ matrix.language }})
+ name: Analyze
25
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
26
+ timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
27
permissions:
- # required for all workflows
28
actions: read
29
contents: read
30
security-events: write
@@ -55,7 +55,7 @@ jobs:
55
- name: Install npm@9
56
run: npm i -g npm@9
57
58
- - name: Build and test
+ - name: Build and test
59
run: |
60
npm config set //npm.pkg.github.com/:_authToken=${{ secrets.GPR_ACCESS_TOKEN }}
61
npm ci
0 commit comments