We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0273117 + 84f9388 commit 020dc06Copy full SHA for 020dc06
.changeset/loud-pillows-melt.md
@@ -0,0 +1,2 @@
1
+---
2
.github/workflows/codeql.yml
@@ -0,0 +1,34 @@
+name: CodeQL
+
3
+on:
4
+ push:
5
+ branches: [main]
6
+ paths-ignore:
7
+ - "**.md"
8
+ - ".changeset/**"
9
+ pull_request:
10
11
12
13
14
+ schedule:
15
+ - cron: "30 1 * * 0"
16
17
+permissions:
18
+ security-events: write
19
+ contents: read
20
21
+jobs:
22
+ analyze:
23
+ name: CodeQL
24
+ runs-on: ubuntu-latest
25
26
+ steps:
27
+ - uses: actions/checkout@v4
28
29
+ - uses: github/codeql-action/init@v4
30
+ with:
31
+ languages: javascript-typescript
32
+ build-mode: none
33
34
+ - uses: github/codeql-action/analyze@v4
0 commit comments