Skip to content

Commit e96e938

Browse files
authored
Update codeql.yml (#627)
* Update codeql.yml * Update codeql.yml
1 parent c91c69a commit e96e938

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ on:
1717
pull_request:
1818
branches: [ "main" ]
1919
schedule:
20-
- cron: '35 1 * * 5'
20+
- cron: '21 0 * * 6'
2121

2222
jobs:
2323
analyze:
24-
name: Analyze (${{ matrix.language }})
24+
name: Analyze
2525
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
26+
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
2627
permissions:
27-
# required for all workflows
2828
actions: read
2929
contents: read
3030
security-events: write
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install npm@9
5656
run: npm i -g npm@9
5757

58-
- name: Build and test
58+
- name: Build and test
5959
run: |
6060
npm config set //npm.pkg.github.com/:_authToken=${{ secrets.GPR_ACCESS_TOKEN }}
6161
npm ci

0 commit comments

Comments
 (0)