Skip to content

Commit 535a2c4

Browse files
committed
Update CodeQL workflow
1 parent 82f3161 commit 535a2c4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/codeql-analysis.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,23 @@ on:
77
# The branches below must be a subset of the branches above
88
branches: [ main ]
99
schedule:
10-
- cron: '0 2 * * 3'
10+
- cron: '45 4 * * 1'
1111

1212
jobs:
1313
analyze:
1414
name: Analyze
1515
runs-on: ubuntu-latest
16+
permissions:
17+
actions: read
18+
contents: read
19+
security-events: write
1620

1721
strategy:
1822
fail-fast: false
1923
matrix:
2024
language: [ 'javascript' ]
21-
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
22-
# Learn more:
23-
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
25+
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
26+
# Learn more about CodeQL language support at https://git.io/codeql-language-support
2427

2528
steps:
2629
- name: Checkout repository

0 commit comments

Comments
 (0)