We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69bd826 commit 4db7ff8Copy full SHA for 4db7ff8
.github/workflows/codeql.yml
@@ -0,0 +1,25 @@
1
+# SPDX-License-Identifier: MIT
2
+name: CodeQL
3
+
4
+on:
5
+ push:
6
+ branches:
7
+ - main
8
+ - feature/**
9
+ pull_request:
10
11
12
+ schedule:
13
+ - cron: '0 12 * * 0'
14
15
+permissions:
16
+ actions: read
17
+ contents: read
18
+ security-events: write
19
20
+jobs:
21
+ codeql:
22
+ name: codeql
23
+ uses: ffurrer2/shared-workflows/.github/workflows/codeql.yml@main
24
+ with:
25
+ languages: '["javascript"]'
0 commit comments