We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2652035 commit df011d0Copy full SHA for df011d0
.github/workflows/codeql.yml
@@ -0,0 +1,22 @@
1
+name: CodeQL
2
+
3
+on:
4
+ push:
5
+ branches: [ main ]
6
+ pull_request:
7
8
+ schedule:
9
+ - cron: "41 7 * * 2"
10
11
+permissions:
12
+ # required for all workflows
13
+ security-events: write
14
+ # required to fetch internal or private CodeQL packs
15
+ packages: read
16
+ # only required for workflows in private repositories
17
+ actions: read
18
+ contents: read
19
20
+jobs:
21
+ analyze:
22
+ uses: sersoft-gmbh/oss-common-actions/.github/workflows/codeql-ts-gh-action.yml@main
0 commit comments